llvm-project/clang/lib
Chris Lattner fec5470f03 remove Read8/Read24, which are dead. Rename Read16/Read32 to be more
descriptive.

llvm-svn: 62775
2009-01-22 19:48:26 +00:00
..
AST Initial implementation of semantic analysis and ASTs for C99 2009-01-22 00:58:24 +00:00
Analysis SymbolReaper::isLive(SymbolRef) now always returns true for SymbolRegionRvalues because these represent the symbolic values for parameters/globals upon entry to the function. These values are always ;live' because they represent constraints on the context of how the function was called. This will be useful for both summary generation but is also necessary to get RegionStore's lazy-binding of locations to symbols to work in practice with RemoveDeadBindings. 2009-01-22 18:51:33 +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 remove Read8/Read24, which are dead. Rename Read16/Read32 to be more 2009-01-22 19:48:26 +00:00
Parse Add a switch that allows disabling the smart pointers. 2009-01-22 17:31:11 +00:00
Rewrite Rename SourceManager::getCanonicalFileID -> getFileID. There is 2009-01-19 07:46:45 +00:00
Sema inline Sema::getLangOptions, rdar://6515190. This speeds up 2009-01-22 19:21:44 +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