llvm-project/clang/Basic
Anders Carlsson 050f494f66 Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.
llvm-svn: 44712
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 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 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 Modified current clients of Bitcode-Object serialization to use the 2007-10-24 19:06:02 +00:00