llvm-project/clang/lib/Frontend
Douglas Gregor 1a0d0b9acc When writing a PCH file, keep track of all of the non-static,
non-inline external definitions (and tentative definitions) that are
found at the top level. The corresponding declarations are stored in a
record in the PCH file, so that they can be provided to the
ASTConsumer (via HandleTopLevelDecl) when the PCH file is read.

llvm-svn: 69005
2009-04-14 00:24:19 +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 When writing a PCH file, keep track of all of the non-static, 2009-04-14 00:24:19 +00:00
PCHWriter.cpp When writing a PCH file, keep track of all of the non-static, 2009-04-14 00:24:19 +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