llvm-project/clang/lib
Richard Smith a77a0a6bf2 Track in the AST whether a function is constexpr.
llvm-svn: 137653
2011-08-15 21:04:07 +00:00
..
ARCMigrate Fix "Uninitialized" warnings on g++-4.4. 2011-08-14 00:37:22 +00:00
AST Track in the AST whether a function is constexpr. 2011-08-15 21:04:07 +00:00
Analysis Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at. 2011-08-12 23:37:29 +00:00
Basic Fix C++0x narrowing conversion errors in Clang. 2011-08-13 05:47:04 +00:00
CodeGen Fix r137086 to actually work properly in general. PR10650. 2011-08-14 04:50:34 +00:00
Driver Make -findirect-virtual-calls and -fterminated-vtables aliases of -fapple-kext. 2011-08-15 19:13:06 +00:00
Frontend Accept -x objc++-cpp-output as an alias for -x objective-c++-cpp-output 2011-08-13 19:03:50 +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 De-Unicode-ify. 2011-08-12 05:49:51 +00:00
Parse Track in the AST whether a function is constexpr. 2011-08-15 21:04:07 +00:00
Rewrite objc rewriter: Fixes a rewriting of implicit casting of an integral 2011-08-04 23:58:03 +00:00
Sema Track in the AST whether a function is constexpr. 2011-08-15 21:04:07 +00:00
Serialization Track in the AST whether a function is constexpr. 2011-08-15 21:04:07 +00:00
StaticAnalyzer MacOSKeychainAPIChecker: Use llvm::SmallString instead of std::string (as per code review for r137523). 2011-08-15 18:42:00 +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