clang-1/lib/Frontend
Chris Lattner d1d64a0275 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far)
processing to after PCH is loaded.  -Eonly and -parse-noop are close to working
with PCH now but are not quite there yet.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70257 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-27 21:45:14 +00:00
..
CMakeLists.txt split expr/stmt writing out to PCHWriterStmt.cpp 2009-04-27 06:20:01 +00:00
FixItRewriter.cpp Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
HTMLDiagnostics.cpp refactor htmldiags to be created up front like the other diag clients. 2009-04-17 20:40:01 +00:00
InitHeaderSearch.cpp improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) 2009-03-02 22:20:04 +00:00
InitPreprocessor.cpp Add another workaround for -include. 2009-04-22 08:53:01 +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 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) 2009-04-27 21:45:14 +00:00
PCHReaderDecl.cpp Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) 2009-04-27 21:45:14 +00:00
PCHReaderStmt.cpp Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) 2009-04-27 21:45:14 +00:00
PCHWriter.cpp Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since these vectors are very, very rarely used and, when used in headers, and even when used are relatively small, we load them eagerly. 2009-04-27 20:06:05 +00:00
PCHWriterDecl.cpp add an abbreviation for common PARM_VAR_DECL. All but 9 of the 2009-04-27 07:35:58 +00:00
PCHWriterStmt.cpp split expr/stmt writing out to PCHWriterStmt.cpp 2009-04-27 06:20:01 +00:00
PlistDiagnostics.cpp Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange and 2009-04-22 22:26:10 +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 make "in included from" and "in instatiation from" messages respect 2009-04-21 03:57:54 +00:00