hanchenye-llvm-project/clang/lib
Douglas Gregor 2d9dde0e0f EXTWARNify the warning about unnamed typedefs of enums
llvm-svn: 62766
2009-01-22 16:23:54 +00:00
..
AST Initial implementation of semantic analysis and ASTs for C99 2009-01-22 00:58:24 +00:00
Analysis Combine two branches into one. No functionality change. 2009-01-21 22:58:50 +00:00
Basic Add a bit to IdentifierInfo that acts as a simple predicate which 2009-01-21 07:43:11 +00:00
CodeGen More refactoring of common API to the common class for 2009-01-22 00:37:21 +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 Avoid creating .dir files in the installation area. 2009-01-22 02:53:03 +00:00
Lex Fix <rdar://problem/6512717> by correctly reading the right offset in the token data in PTHLexer::getSourceLocation(). 2009-01-21 22:41:38 +00:00
Parse Initial implementation of semantic analysis and ASTs for C99 2009-01-22 00:58:24 +00:00
Rewrite Rename SourceManager::getCanonicalFileID -> getFileID. There is 2009-01-19 07:46:45 +00:00
Sema EXTWARNify the warning about unnamed typedefs of enums 2009-01-22 16:23:54 +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