clang-1/Basic
Anders Carlsson 44fe49c9cc Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44712 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-08 19:32:57 +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
LangOptions.cpp Implemented serialization of LangOptions. 2007-12-05 19:06:15 +00:00
Makefile
SourceLocation.cpp
SourceManager.cpp Removed dependence on including iostream (use llvm/Support/Streams.h instead). 2007-12-05 22:21:13 +00:00
TargetInfo.cpp Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. 2007-12-08 19:32:57 +00:00
TokenKinds.cpp