llvm-project/clang/lib
John McCall 768439eb2e Require the containing type to be complete when we see
__alignof__ of a field.

This problem can only happen in C++11.

Also do some petty optimizations.

rdar://13784901

llvm-svn: 181185
2013-05-06 07:40:34 +00:00
..
ARCMigrate Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
AST Require the containing type to be complete when we see 2013-05-06 07:40:34 +00:00
ASTMatchers Implements memoization for ancestor matching. 2013-03-14 16:33:21 +00:00
Analysis Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None 2013-05-05 00:41:58 +00:00
Basic AArch64: teach Clang about __clear_cache intrinsic 2013-05-04 07:15:13 +00:00
CodeGen Make all 'is in extern "C"' tests use the lexical context. 2013-05-05 20:15:21 +00:00
Driver [driver] Allow multiple -arch options with -save-temps by adding the arch name 2013-04-30 22:01:21 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Break the class-inheritance ":" to the new line. 2013-05-06 06:45:09 +00:00
Frontend Use remove_if to erase parts of a vector. Avoids O(n^2) worst cases. 2013-05-05 12:39:28 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Make sure we define wchar_t related macros correctly in -fms-extensions mode. 2013-05-02 13:12:32 +00:00
Lex Lex: Fix quadratic behavior when unescaping _Pragma strings. 2013-05-04 10:37:20 +00:00
Parse Replace 'MultiExprArg()' with 'None' 2013-05-05 20:40:26 +00:00
Rewrite Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
Sema Require the containing type to be complete when we see 2013-05-06 07:40:34 +00:00
Serialization In VarDecl nodes, store the thread storage class specifier as written. 2013-05-04 08:27:07 +00:00
StaticAnalyzer [analyzer;alternate edges] start experimenting with control flow "barriers" to prevent an edge being optimized away. 2013-05-04 01:13:22 +00:00
Tooling ClangTool output cleanup 2013-03-15 20:14:01 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00