hanchenye-llvm-project/clang/lib
Chris Lattner 66c6562e24 silence a couple unused variable 'result' warnings.
llvm-svn: 62674
2009-01-21 07:35:26 +00:00
..
AST Static Analyzer: When generating plists for errors reports, generate one plist file per translation unit that contains all of the diagnostics. 2009-01-21 00:42:24 +00:00
Analysis Get RegionStore to work with the retain/release checker and its test cases. 2009-01-21 06:57:53 +00:00
Basic Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably (when it has substantial work) 2009-01-20 23:28:34 +00:00
CodeGen silence a couple unused variable 'result' warnings. 2009-01-21 07:35:26 +00:00
Driver Static Analyzer: When generating plists for errors reports, generate one plist file per translation unit that contains all of the diagnostics. 2009-01-21 00:42:24 +00:00
Headers Fix more bugs I discovered 2009-01-21 01:49:39 +00:00
Lex Don't crash on empty PTH files. This fixes <rdar://problem/6512714>. 2009-01-21 07:34:28 +00:00
Parse Optimize Declarator to avoid malloc/free traffic for the argument list of a 2009-01-20 19:11:22 +00:00
Rewrite Rename SourceManager::getCanonicalFileID -> getFileID. There is 2009-01-19 07:46:45 +00:00
Sema Fix an inline asm sema bug that I introduced. 2009-01-21 06:27:20 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00