llvm-project/clang/lib
Jordan Rose e8a21b73ac [analyzer] Getting an lvalue for a reference field still requires a load.
This was causing a crash in our array-to-pointer logic, since the region
was clearly not an array.

PR13440 / <rdar://problem/11977113>

llvm-svn: 161051
2012-07-31 16:34:07 +00:00
..
ARCMigrate clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
AST Mark ObjCInterfaceDecl::lookupPrivateMethod as const. 2012-07-30 20:31:21 +00:00
ASTMatchers Fix for ASTMatchFinder to visit a functions parameter declarations. 2012-07-30 05:03:25 +00:00
Analysis Make -Wformat check the argument type for %n. 2012-07-30 17:11:32 +00:00
Basic Fixes a segfault in Tooling when using pch's: 2012-07-31 13:56:54 +00:00
CodeGen Remove deprecated getNameAsCString methods. 2012-07-31 11:45:39 +00:00
Driver Support ARM hard float (arm-linux-gnueabihf). 2012-07-31 08:06:29 +00:00
Edit clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Frontend Added -ast-list option to dump filterable AST decl node names. 2012-07-31 09:37:40 +00:00
FrontendTool Added -ast-list option to dump filterable AST decl node names. 2012-07-31 09:37:40 +00:00
Headers Add _rdrand{16,32,64}_step intrinsics to immintrin.h 2012-07-12 09:33:03 +00:00
Lex Lexer: remove dead stores. Found by Clang static analyzer! 2012-07-30 17:59:40 +00:00
Parse Tweak code-completion heuristics deciding between a lambda 2012-07-31 15:27:48 +00:00
Rewrite clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Sema Fix some minor typos 2012-07-31 06:56:50 +00:00
Serialization clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
StaticAnalyzer [analyzer] Getting an lvalue for a reference field still requires a load. 2012-07-31 16:34:07 +00:00
Tooling Fixes a segfault in Tooling when using pch's: 2012-07-31 13:56:54 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00