llvm-project/clang/lib
Douglas Gregor f58ff32c16 Integral-to-pointer conversions are not always null -> member pointer
conversions. Fixes PR7443.

llvm-svn: 110519
2010-08-07 13:36:37 +00:00
..
AST Allow reference binding of a reference of Objective-C object type to 2010-08-07 11:51:51 +00:00
Analysis Remove bonehead redeclaration. 2010-08-05 00:03:46 +00:00
Basic Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! 2010-08-06 12:37:52 +00:00
Checker Allow reference binding of a reference of Objective-C object type to 2010-08-07 11:51:51 +00:00
CodeGen Allow reference binding of a reference of Objective-C object type to 2010-08-07 11:51:51 +00:00
Driver Driver: Don't forward any -g options to GCC, when using it to drive the 2010-08-03 16:14:14 +00:00
Frontend Store inheritance paths after CastExprs instead of inside them. 2010-08-07 06:22:56 +00:00
Headers Fix AVX 256-bit intrinsics headers by using the right cast type while dealing with logical ops 2010-08-05 23:04:58 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Fix the #include search path when reading from stdin, from Jon Simons! 2010-08-06 12:06:13 +00:00
Parse The pre-increment/pre-decrement grammar in C++ differs from that in C, 2010-08-06 14:50:36 +00:00
Rewrite Store inheritance paths after CastExprs instead of inside them. 2010-08-07 06:22:56 +00:00
Sema Integral-to-pointer conversions are not always null -> member pointer 2010-08-07 13:36:37 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00