hanchenye-llvm-project/clang/lib
David Chisnall 51ed0d112b Fix typo so we don't use the wrong function for ending ObjC++ catch blocks (GNU runtimes)
llvm-svn: 137052
2011-08-08 17:26:06 +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 [analyzer] Simplify logic for ExprEngine::VisitUnaryExprOrTypeTraitExpr to avoid recursion to subexpression. 2011-08-06 00:30:00 +00:00
Basic Additional comments and whitespace. 2011-08-04 17:52:43 +00:00
CodeGen Fix typo so we don't use the wrong function for ending ObjC++ catch blocks (GNU runtimes) 2011-08-08 17:26:06 +00:00
Driver Improved efficiency by using iterator returned by erase, rather then restarting. 2011-08-08 17:17:15 +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 Do l-value conversion, etc., on a switch condition expression in 2011-08-06 07:30:58 +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