llvm-project/clang/lib
Daniel Dunbar f28c2ffb84 Driver: Don't attempt to forward some Clang-only options to cc1.
llvm-svn: 129108
2011-04-07 20:41:03 +00:00
..
AST Basic, untested implementation for an "unknown any" type requested by LLDB. 2011-04-07 08:22:57 +00:00
Analysis Teach -Wuninitialized to not warn about variables declared in C++ catch statements. 2011-04-07 20:02:56 +00:00
Basic Enable sse4 and aes for SandyBridge. Leave avx support commented out for now. 2011-04-05 20:32:44 +00:00
CodeGen [Reapply r128776, modified so that it does not break debug info.] 2011-04-07 12:37:09 +00:00
Driver Driver: Don't attempt to forward some Clang-only options to cc1. 2011-04-07 20:41:03 +00:00
Frontend Frontend/CC_LOG_DIAGNOSTICS: Fix thinko and open diag log in append mode. 2011-04-07 20:19:21 +00:00
FrontendTool Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. 2011-03-21 18:40:17 +00:00
Headers Implement the AVX cmp builtins as macros instead of static inlines. 2011-04-06 03:37:51 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Fix getLocForEndOfToken to not double-count spurious internal characters 2011-04-06 01:50:22 +00:00
Parse Diagnose a missing ')' on what looks like a statement expression. 2011-04-06 02:35:25 +00:00
Rewrite Enhance the Rewriter. 2011-04-07 18:10:12 +00:00
Sema In C++ the argument of logical not should always be bool. Added missing implicit cast for scalars. 2011-04-07 09:26:19 +00:00
Serialization Basic, untested implementation for an "unknown any" type requested by LLDB. 2011-04-07 08:22:57 +00:00
StaticAnalyzer Basic, untested implementation for an "unknown any" type requested by LLDB. 2011-04-07 08:22:57 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00