llvm-project/clang/lib
Douglas Gregor 34f6c6db26 Hand materialization of temporary expressions when emitting a scalar
expression. Fxies PR10592.

llvm-svn: 137086
2011-08-09 00:37:14 +00:00
..
ARCMigrate Make helper functions static. 2011-08-02 04:50:49 +00:00
AST Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment. 2011-08-05 22:38:04 +00:00
Analysis Fix another -Wuninitialized assertion failure (this one involving bit casts) resulting from the recent -Wuninitialized changes. 2011-08-08 21:43:08 +00:00
Basic Additional comments and whitespace. 2011-08-04 17:52:43 +00:00
CodeGen Hand materialization of temporary expressions when emitting a scalar 2011-08-09 00:37:14 +00:00
Driver If no -miphoneos-version-min specified, see if we can set the default based on 2011-08-08 23:39:34 +00:00
Frontend Wire up -import-module to run ReadAST for each module loaded. 2011-08-05 22:17:03 +00:00
FrontendTool [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. 2011-07-19 17:20:03 +00:00
Headers http://llvm.org/bugs/show_bug.cgi?id=10472 2011-07-25 18:09:56 +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 Fix comment (test commit) 2011-08-08 06:10:39 +00:00
Parse Parsing of C++0x lambda expressions, from John Freeman with help from 2011-08-04 15:30:47 +00:00
Rewrite objc rewriter: Fixes a rewriting of implicit casting of an integral 2011-08-04 23:58:03 +00:00
Sema Don't emit memcpy for copying fields of arrays of volatile elements. 2011-08-09 00:26:11 +00:00
Serialization Add workaround for built va list (and other builtins) so that running ReadAST multiple times does not immediately throw an error. 2011-08-05 23:07:10 +00:00
StaticAnalyzer [analyzer] Start sketching out a new BugReporterVisitor that inspects branches and other expressions to generate interesting path events in diagnostics. 2011-08-06 06:54:45 +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