hanchenye-llvm-project/clang/lib
David Blaikie cdd91dbe9f Fix crash-on-invalid for 'operator int[]()' in C++11.
Signed off by Richard Smith.

llvm-svn: 150464
2012-02-14 09:00:46 +00:00
..
ARCMigrate Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
AST Deal with a horrible C++11 special case. If a non-literal type has a constexpr 2012-02-13 22:16:19 +00:00
Analysis Tweak format string checking to work with %@ and ObjC toll-free bridging. <rdar://problem/10814120> 2012-02-06 21:45:29 +00:00
Basic Set UserLabelPrefix and MCountName correctly for DragonFly BSD. Patch by Sascha Wildner. 2012-02-10 23:02:29 +00:00
CodeGen Remove useless if statement. 2012-02-14 03:54:45 +00:00
Driver When generating diagnostic information due to a clang failure, allow multiple 2012-02-13 18:16:28 +00:00
Frontend Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality 2012-02-14 02:46:00 +00:00
FrontendTool Make use of const-correct ParseCommandLineOptions 2012-02-07 19:36:38 +00:00
Headers Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builtin_shufflevector. 2012-02-08 07:33:36 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Implement warning for non-wide string literals with an unexpected encoding. Downgrade error for non-wide character literals with an unexpected encoding to a warning for compatibility with gcc and older versions of clang. <rdar://problem/10837678>. 2012-02-11 05:08:10 +00:00
Parse Fix crash-on-invalid for 'operator int[]()' in C++11. 2012-02-14 09:00:46 +00:00
Rewrite modern objc translator. More ivar rewrite work. 2012-02-13 21:34:45 +00:00
Sema Fix another issue introduced by the proposed wording for core issue 1358: since 2012-02-14 02:33:50 +00:00
Serialization Within the body of a lambda expression, decltype((x)) for an 2012-02-12 18:42:33 +00:00
StaticAnalyzer [analyzer] Malloc Checker: realloc: add dependency between the symbols 2012-02-14 00:26:13 +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