llvm-project/clang/lib
Benjamin Kramer dc0a46d29a Put classes into anonymous namespaces.
llvm-svn: 132924
2011-06-13 18:38:45 +00:00
..
AST Added 'atomic' for objc properties. 2011-06-11 17:37:19 +00:00
Analysis Implement Objective-C Related Result Type semantics. 2011-06-11 01:09:30 +00:00
Basic Put classes into anonymous namespaces. 2011-06-13 18:38:45 +00:00
CodeGen Implement support for C++11 in-class initialization of non-static data members. 2011-06-11 17:19:42 +00:00
Driver Eliminate the -f[no]objc-infer-related-result-type flags; there's no 2011-06-13 16:42:53 +00:00
Frontend Eliminate the -f[no]objc-infer-related-result-type flags; there's no 2011-06-13 16:42:53 +00:00
FrontendTool Re-enable disable free optimization where the FrontendAction is not freed when -disable-free is passed. This accidentally was commited in r128011. 2011-04-25 22:57:55 +00:00
Headers Add 'may_alias' attribute. Noticed by Eli. 2011-05-13 01:24:00 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Copy IsWarnIfUnused too when making a copy of a MacroInfo. 2011-06-03 10:33:36 +00:00
Parse Improve the diagnostics generated for switch statements missing expressions 2011-06-13 05:50:12 +00:00
Rewrite Implement support for C++11 in-class initialization of non-static data members. 2011-06-11 17:19:42 +00:00
Sema Eliminate the -f[no]objc-infer-related-result-type flags; there's no 2011-06-13 16:42:53 +00:00
Serialization Eliminate the -f[no]objc-infer-related-result-type flags; there's no 2011-06-13 16:42:53 +00:00
StaticAnalyzer [analyzer] PR8962 again. Ban ParenExprs (and friends) from block-level expressions (by calling IgnoreParens before adding expressions to blocks). Undo 132769 (LiveVariables' local IgnoreParens), since it's no longer necessary. 2011-06-10 08:49:37 +00:00
CMakeLists.txt Reverts the Tooling changes as requested by Chris. 2011-06-02 16:58:33 +00:00
Makefile Reverts the Tooling changes as requested by Chris. 2011-06-02 16:58:33 +00:00