hanchenye-llvm-project/clang/lib/Basic
Manuel Klimek 3aad855a89 Fixes a segfault in Tooling when using pch's:
Clear the FileManager's stat cache in between running
translation units, as the stat cache loaded from a pch
is only valid for one compiler invocation.

llvm-svn: 161047
2012-07-31 13:56:54 +00:00
..
Builtins.cpp
CMakeLists.txt clang/lib: [CMake] Reformat, alphabetize lists. 2012-07-27 06:18:12 +00:00
ConvertUTF.c Add a function to convert a single Unicode code point to a UTF8 sequence. 2012-07-27 20:36:22 +00:00
ConvertUTFWrapper.cpp Add a function to convert a single Unicode code point to a UTF8 sequence. 2012-07-27 20:36:22 +00:00
Diagnostic.cpp Modify tree printing mode for template type diffing. If a diagnostic has 2012-07-13 21:18:32 +00:00
DiagnosticIDs.cpp Enable comment parsing and semantic analysis to emit diagnostics. A few 2012-07-11 21:38:39 +00:00
FileManager.cpp Fixes a segfault in Tooling when using pch's: 2012-07-31 13:56:54 +00:00
FileSystemStatCache.cpp
IdentifierTable.cpp Change the way KEYNOMS is defined to be more comprehensible. 2012-07-24 06:17:24 +00:00
LangOptions.cpp
Makefile
Module.cpp
ObjCRuntime.cpp Add the ObjFW runtime. Patch by Jonathan Schleifer! 2012-07-12 02:07:58 +00:00
SourceLocation.cpp
SourceManager.cpp Introduce a flag in SourceManager to treat non-system source files 2012-07-11 20:59:04 +00:00
TargetInfo.cpp Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to 2012-07-13 23:57:43 +00:00
Targets.cpp Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to 2012-07-13 23:57:43 +00:00
TokenKinds.cpp
Version.cpp Only emit one set of braces for __VERSION__, getClangFullRepositoryVersion already adds some. 2012-05-26 19:39:52 +00:00
VersionTuple.cpp Restructure how the driver communicates information about the 2012-06-20 06:18:46 +00:00