llvm-project/clang/lib
Daniel Dunbar a94e3d1124 IRgen: Use Ty consistently in this function.
llvm-svn: 111705
2010-08-21 02:17:08 +00:00
..
AST Fix an issue with writing to PCH another included PCH, introduced by the "using an AST on-disk hash table for name lookup" commit. 2010-08-20 23:35:55 +00:00
Analysis Added psuedo-constant analysis and integrated it into the false positive reduction stage in IdempotentOperationChecker. 2010-08-18 21:17:24 +00:00
Basic More PCH -> AST renaming. 2010-08-18 23:57:06 +00:00
Checker Remove dead code. 2010-08-20 06:06:41 +00:00
CodeGen IRgen: Use Ty consistently in this function. 2010-08-21 02:17:08 +00:00
Driver Add machine-parseable Fix-It output as part of diagnostics, under the 2010-08-19 20:24:43 +00:00
Frontend Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
Headers Disallow direct inclusion of avxintrin.h. Users should include immintrin.h instead. This matches GCC's behavior. 2010-08-20 23:00:03 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex fix PR7943, a corner case with the GNU __VA_ARGS__ comma 2010-08-21 00:27:00 +00:00
Parse Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
Rewrite Fix crasher with IgnoringDiagClient 2010-08-18 23:03:13 +00:00
Sema patch to support comparison involving 2010-08-21 00:10:36 +00:00
Serialization Fix an issue with writing to PCH another included PCH, introduced by the "using an AST on-disk hash table for name lookup" commit. 2010-08-20 23:35:55 +00:00
CMakeLists.txt Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00