hanchenye-llvm-project/clang/lib/Basic
Douglas Gregor 734410916a Parse inferred submodules in module maps, track their contents in
Module, and (de-)serialize this information. Semantics of inferred
submodules to follow.

llvm-svn: 145864
2011-12-05 22:27:44 +00:00
..
Builtins.cpp Allow the preprocessor to be constructed without performing target- 2011-09-01 23:39:15 +00:00
CMakeLists.txt Promote ModuleMap::Module to a namespace-scope class in the Basic 2011-11-30 23:21:26 +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 Fix some possible gcc-4.2 may be used uninitialized warnings. 2011-11-28 22:19:36 +00:00
FileManager.cpp Revert r132539 for now, "My testing shows that function stat has no problem with trailing separators. (tested on Windows and Darwin)." 2011-11-17 06:16:05 +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 Add a -cc1-level option -fmodule-name=<name>, which will be used when 2011-11-15 19:35:01 +00:00
Makefile Basic: Simplify getClangRepositoryPath and getClangRevision. 2010-09-29 19:15:29 +00:00
Module.cpp Parse inferred submodules in module maps, track their contents in 2011-12-05 22:27:44 +00:00
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 Implement (de-)serialization of the buffer contents for an overridden 2011-11-16 20:05:18 +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 Add support for AVX registers to clang inline asm. Add a small testcase 2011-12-02 02:12: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