llvm-project/clang/lib
David Majnemer c75d1a1098 Properly diagnose using abstract and incomplete types in va_arg
- Move a test from test/SemaTemplate/instantiate-expr-3.cpp, it did not belong there
- Incomplete and abstract types are considered hard errors

llvm-svn: 132979
2011-06-14 05:17:32 +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 Update the prefetch intrinsic usage. Now the last argument tells codegen 2011-06-14 05:00:30 +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 Properly diagnose using abstract and incomplete types in va_arg 2011-06-14 05:17:32 +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] CStringChecker checks functions in the C standard library, not C++. Its external name is now unix.experimental.CString. 2011-06-14 01:40:43 +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