clang-1/lib
Eric Christopher 041087caec 'pure' and 'const' functions should also be marked nounwind. Migrate
test over from llvm/test/FrontendC++ and update others to account for
the change.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137669 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-15 22:38:22 +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 'pure' and 'const' functions should also be marked nounwind. Migrate 2011-08-15 22:38:22 +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 Rename GRState to ProgramState, and cleanup some code formatting along the way. 2011-08-15 22:09:50 +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