llvm-project/clang/lib
Douglas Gregor 028d3e4d0f Use precompiled preambles for in-process code completion.
llvm-svn: 110596
2010-08-09 20:45:32 +00:00
..
AST Warn if class object does not implement qualified 2010-08-09 18:21:43 +00:00
Analysis Remove bonehead redeclaration. 2010-08-05 00:03:46 +00:00
Basic Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! 2010-08-06 12:37:52 +00:00
Checker Allow EvalBinOpNN to handle expressions of the form $a+$b if $b can be reduced to a constant. 2010-08-09 20:31:57 +00:00
CodeGen Support ObjC implementation decls for PCH. 2010-08-09 10:54:20 +00:00
Driver Make -funroll-loops turn on loop unrolling in the optimizer instead 2010-08-07 23:08:14 +00:00
Frontend Use precompiled preambles for in-process code completion. 2010-08-09 20:45:32 +00:00
Headers Fix a few more typos. Amusingly, GCC made the same mistake around version 3.2. 2010-08-08 08:44:32 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Use precompiled preambles for in-process code completion. 2010-08-09 20:45:32 +00:00
Parse Replace a parser assertion with a warning, suggestion by Doug. 2010-08-09 10:54:26 +00:00
Rewrite Store inheritance paths after CastExprs instead of inside them. 2010-08-07 06:22:56 +00:00
Sema Fix a crash on template delete operators. 2010-08-08 07:04:00 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00