llvm-project/clang/lib
John McCall 7cd1d97e33 Inline a special case of EmitAggregateCopy into EmitNullInitialization
to avoid the awesome-but-wrong-in-this-case assertion in the canon EAC.
Fixes PR7834.

Also fix a subtle address-space bug in the memset path.

llvm-svn: 110511
2010-08-07 08:21:30 +00:00
..
AST Note that a CXXConstructExpr is zeroing when dumping it. 2010-08-07 06:38:55 +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 Removed IdempotentOperationChecker from default analysis and returned back to a flag (-analyzer-check-idempotent-operations) 2010-08-06 22:23:07 +00:00
CodeGen Inline a special case of EmitAggregateCopy into EmitNullInitialization 2010-08-07 08:21:30 +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 Store inheritance paths after CastExprs instead of inside them. 2010-08-07 06:22:56 +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