hanchenye-llvm-project/clang/lib
Eli Friedman b632e30e41 Fix for PR6294: we should only delay recording nested dynamic classes if they
are lexically nested.  Othewise, we never end up recording semantically nested
classes.

llvm-svn: 97900
2010-03-07 05:49:51 +00:00
..
AST Patch to build qualifier on objective-c 2010-03-05 22:42:55 +00:00
Analysis Simplify code a bit and remove unneeded semicolons. 2010-03-03 16:28:47 +00:00
Basic add mblaze target support, patch by Wesley Peck! 2010-03-06 21:21:27 +00:00
Checker Remove reference to AnalysisContext in Environment. We already have LocationContext 2010-03-05 04:45:36 +00:00
CodeGen Don't turn off mangling in implicitly extern "C" system headers. GCC 2010-03-07 05:10:40 +00:00
Driver Don't produce debug info when given -g. Fixes PR6529. 2010-03-07 04:46:18 +00:00
Frontend on both the mac and linux, /usr/local/include is treated 2010-03-06 19:38:10 +00:00
Headers Fix _MM_FROUND_NEARBYINT and move rounding intrinsics to macros. 2010-03-06 10:31:44 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex Augment __has_feature to report that Clang supports adding attribute 'unused' 2010-03-05 22:43:32 +00:00
Parse Diagnose the declaration of enum templates. Also, be a bit more 2010-03-02 17:53:14 +00:00
Rewrite Some clean up of replacement text API no longer needed by 2010-02-05 16:43:40 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema Fix for PR6294: we should only delay recording nested dynamic classes if they 2010-03-07 05:49:51 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00