hanchenye-llvm-project/clang/lib/Basic
Sebastian Pop 422377cfd3 rename -ccc-host-triple into -target
llvm-svn: 148582
2012-01-20 22:01:23 +00:00
..
Builtins.cpp
CMakeLists.txt Update CMake dependencies. 2011-12-17 20:08:54 +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 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
DiagnosticIDs.cpp Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +00:00
FileManager.cpp remove unneeded config.h includes 2011-12-22 22:49:47 +00:00
FileSystemStatCache.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
IdentifierTable.cpp Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) 2012-01-17 06:56:22 +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
Module.cpp Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) 2012-01-17 06:56:22 +00:00
SourceLocation.cpp
SourceManager.cpp Fix bugs in SourceManager::computeMacroArgsCache() and add a unit test for it. 2011-12-21 16:56:35 +00:00
TargetInfo.cpp Add support for bitcasts to vector type in Evaluate. 2011-12-22 03:51:45 +00:00
Targets.cpp rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
TokenKinds.cpp
Version.cpp Partially revert r147195; lib/Basic/Version.cpp conditionally depends on config.h. 2011-12-26 22:43:17 +00:00
VersionTuple.cpp