llvm-project/clang/lib
John McCall 29ad95b232 The lvalue-to-rvalue on structs in C++ is actually part
of default argument promotion and needs to happen unconditionally.
This is particularly semantically important in C++0x.

llvm-svn: 138691
2011-08-27 01:09:30 +00:00
..
ARCMigrate Twinify. 2011-08-27 00:34:29 +00:00
AST When we're deserializing declarations lexically stored in a RecordDecl 2011-08-26 21:23:06 +00:00
Analysis Teach -Wunreachable-code about dead code caused by macro expansions. This should suppress false positives resulting from 'assert' and friends. 2011-08-25 19:28:55 +00:00
Basic PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURCE defines and update the test 2011-08-25 23:49:20 +00:00
CodeGen Slight optimization enabled by the previous assert: 2011-08-26 21:08:13 +00:00
Driver Cleanup r138662 per Ben and David's suggestions, thanks. 2011-08-26 22:27:02 +00:00
Frontend Remove the -import-module option. It's no longer useful 2011-08-27 00:03:05 +00:00
FrontendTool Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
Headers Fix _mm256_shuffle_ps mask! Example, for mask=203, Instead of: 2011-08-23 23:29:45 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Introduce support for a simple module import declaration, which 2011-08-26 23:56:07 +00:00
Parse Improve caret location for the GNU old-style field designator warning, from David Blaikie 2011-08-27 00:13:16 +00:00
Rewrite objc rewriter: Fixes a rewriting of implicit casting of an integral 2011-08-04 23:58:03 +00:00
Sema The lvalue-to-rvalue on structs in C++ is actually part 2011-08-27 01:09:30 +00:00
Serialization Teach the ASTReader how to avoid cycles when loading declarations that 2011-08-26 22:04:51 +00:00
StaticAnalyzer [analyzer] Remove a couple of unnecessary returns after llvm_unreachables. 2011-08-26 20:32:01 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00