llvm-project/clang/Basic
Ted Kremenek e634142388 Renamed SourceManager::Read to SourceManager::CreateAndRegister.
Now sourcemanager deserializer automatically self-registers itself with
the deserializer.

llvm-svn: 44591
2007-12-05 00:19:51 +00:00
..
Diagnostic.cpp add support for custom client-specific diagnostics. As a testcase, make the 2007-12-02 01:09:57 +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
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
SourceLocation.cpp Simplified Serialization code for SourceLocation and SourceRange, and 2007-11-01 22:25:41 +00:00
SourceManager.cpp Renamed SourceManager::Read to SourceManager::CreateAndRegister. 2007-12-05 00:19:51 +00:00
TargetInfo.cpp Implemented initial support for "-triple" option to the clang driver. This 2007-12-03 22:06:55 +00:00
TokenKinds.cpp Modified current clients of Bitcode-Object serialization to use the 2007-10-24 19:06:02 +00:00