llvm-project/clang/lib/Frontend
Douglas Gregor 3ed42cb0b3 Store unique IDs for identifiers in the PCH file. Use some bitmangling
so that we only need to perform the lookup and identifier resolution
once per identifier in the PCH file.

llvm-svn: 68846
2009-04-11 00:14:32 +00:00
..
CMakeLists.txt Add PCH sources to CMake build files 2009-04-10 17:28:42 +00:00
FixItRewriter.cpp Add a new command-line option "-fixit-at=file:line:column" that only 2009-04-02 19:05:20 +00:00
HTMLDiagnostics.cpp Also "flatten" PathLocations fed to the HTMLDiagnosticClient. We need a better 2009-04-02 05:17:38 +00:00
InitHeaderSearch.cpp improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) 2009-03-02 22:20:04 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
ManagerRegistry.cpp Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* 2009-03-02 06:16:29 +00:00
PCHReader.cpp Store unique IDs for identifiers in the PCH file. Use some bitmangling 2009-04-11 00:14:32 +00:00
PCHWriter.cpp Store unique IDs for identifiers in the PCH file. Use some bitmangling 2009-04-11 00:14:32 +00:00
PlistDiagnostics.cpp Fix output of ranges in analyzer plist files. 2009-04-05 02:08:28 +00:00
TextDiagnosticBuffer.cpp Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* 2009-03-02 06:16:29 +00:00
TextDiagnosticPrinter.cpp implement a new -fprint-source-range-info option, which 2009-03-13 01:08:23 +00:00