hanchenye-llvm-project/clang/lib/Basic
Douglas Gregor 7240a95282 Define some built-ins macros on mips32 platform, from Simon Atanasyan!
llvm-svn: 144189
2011-11-09 15:17:16 +00:00
..
Builtins.cpp Allow the preprocessor to be constructed without performing target- 2011-09-01 23:39:15 +00:00
CMakeLists.txt Switch LangOptions over to a .def file that describes header of the 2011-09-13 17:21:33 +00:00
ConvertUTF.c Move ConvertUTF8toUTF32 out of #if 0, in preparation for a patch which needs it. 2011-11-01 02:10:54 +00:00
Diagnostic.cpp [PCH] Fix reading from PCH of diagnostic pragmas. 2011-11-09 01:24:17 +00:00
DiagnosticIDs.cpp Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. 2011-10-20 05:07:47 +00:00
FileManager.cpp Use StringRef's case transformation methods. 2011-11-06 20:36:48 +00:00
FileSystemStatCache.cpp Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. 2010-12-17 21:22:22 +00:00
IdentifierTable.cpp Make the loading of information attached to an IdentifierInfo from an 2011-10-27 09:33:13 +00:00
LangOptions.cpp Teach LangOptions::resetNonModularOptions to actually do what it says it does 2011-09-15 14:56:27 +00:00
Makefile
SourceLocation.cpp Clean up as many of the comments in Basic I can find to talk in terms of 2011-07-26 05:17:23 +00:00
SourceManager.cpp Use assert(0) instead of duplicating the check, suggestion by Anna. 2011-10-25 00:29:44 +00:00
TargetInfo.cpp In x86_64, when calling an Objective-C method that returns a _Complex long double, make sure to use the objc_msgSend_fp2ret function which ensures that the return value will be {0, 0} if the receiver is nil. 2011-10-31 16:27:11 +00:00
Targets.cpp Define some built-ins macros on mips32 platform, from Simon Atanasyan! 2011-11-09 15:17:16 +00:00
TokenKinds.cpp
Version.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
VersionTuple.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00