llvm-project/clang/Basic
Ted Kremenek 2f4ab7148c Add hack to SourceManager to support missing source files during
deserialization.  Eventually this should be replaced with a lazy-reading
mechanism that only reads source files when they are needed by clients.

llvm-svn: 45007
2007-12-13 18:12:10 +00:00
..
Diagnostic.cpp TargetInfo no longer includes a reference to SourceManager. 2007-12-12 22:39:36 +00:00
FileManager.cpp Removed serialization of FileEntry and DirectoryEntry. This objects will 2007-12-04 22:42:20 +00:00
IdentifierTable.cpp Fixed bug in the serialization of SelectorTable where we did not register the 2007-12-01 04:43:17 +00:00
LangOptions.cpp Fix file header. 2007-12-13 05:02:35 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
SourceLocation.cpp TargetInfo no longer includes a reference to SourceManager. 2007-12-12 22:39:36 +00:00
SourceManager.cpp Add hack to SourceManager to support missing source files during 2007-12-13 18:12:10 +00:00
TargetInfo.cpp TargetInfo no longer includes a reference to SourceManager. 2007-12-12 22:39:36 +00:00
Targets.cpp TargetInfo no longer includes a reference to SourceManager. 2007-12-12 22:39:36 +00:00
TokenKinds.cpp Modified current clients of Bitcode-Object serialization to use the 2007-10-24 19:06:02 +00:00