llvm-project/clang/lib/Serialization
Argyrios Kyrtzidis 53c3877f94 [PCH] Remove redundant stat call when validating the input files.
This became redundant after we removed the stat cache.

llvm-svn: 169830
2012-12-11 07:48:14 +00:00
..
ASTCommon.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ASTCommon.h Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ASTReader.cpp [PCH] Remove redundant stat call when validating the input files. 2012-12-11 07:48:14 +00:00
ASTReaderDecl.cpp Finish implementing 'selected constructor' rules for triviality in C++11. In 2012-12-08 08:32:28 +00:00
ASTReaderInternals.h Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ASTReaderStmt.cpp Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are 2012-11-28 03:56:16 +00:00
ASTWriter.cpp [PCH] When writing out the list of input files, avoid emitting duplicate 2012-12-11 07:48:08 +00:00
ASTWriterDecl.cpp Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body 2012-12-06 18:59:10 +00:00
ASTWriterStmt.cpp Allow to pass from syntactic form of InitListExpr to semantic form (just as viceversa). No functionality change. 2012-11-08 18:41:43 +00:00
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
GeneratePCH.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ModuleManager.cpp Actually keep track of the source locations at which particular module 2012-11-30 19:28:05 +00:00