clang-1/lib
Daniel Dunbar 89f176d89a IRgen: Fix a horrible bug in pointer to bool conversion, which we were treating
as a truncation not a comparison to null.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112021 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-25 03:32:38 +00:00
..
AST Plug leak. The DenseMaps of CXXRecordLayoutInfo weren't freed. 2010-08-25 00:32:19 +00:00
Analysis Fix printf format string checking for '%lc' (which expects a wint_t or compatible argument). Fixes PR 7981. 2010-08-24 22:24:51 +00:00
Basic Add some missing X86-specific asm constraint letters, and fix 2010-08-24 22:33:12 +00:00
Checker Improvements to IdempotentOperationChecker and its use of PseudoConstantAnalysis 2010-08-24 21:09:07 +00:00
CodeGen IRgen: Fix a horrible bug in pointer to bool conversion, which we were treating 2010-08-25 03:32:38 +00:00
Driver Frontend: Add basic -H support. 2010-08-24 22:44:13 +00:00
Frontend Frontend: Add basic -H support. 2010-08-24 22:44:13 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Headers Add x86intrin.h which is generic x86 intrinsics for more than just Intel. Thus 2010-08-22 20:38:05 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Implement code completion for preprocessor expressions and in macro 2010-08-24 22:20:20 +00:00
Parse Reformatting. 2010-08-25 02:45:51 +00:00
Rewrite Fix crasher with IgnoringDiagClient 2010-08-18 23:03:13 +00:00
Sema When performing completions involving Objective-C method declarations 2010-08-25 01:08:01 +00:00
Serialization AST writer support for having specializations of templates from earlier in the chain. This ought to finish C++ chained PCH support. 2010-08-24 22:50:24 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00