llvm-project/clang/lib/Serialization
Reid Kleckner 588c937228 Use llvm::DeleteContainerSeconds when possible
llvm-svn: 201739
2014-02-19 23:44:52 +00:00
..
ASTCommon.cpp Make UsingShadowDecls redeclarable. This fixes some visibility problems with 2013-10-23 02:17:46 +00:00
ASTCommon.h Note when a decl is used in AST files. 2013-09-05 00:02:25 +00:00
ASTReader.cpp Add an option to allow Clang verify source files for a module only once during 2014-02-12 10:33:14 +00:00
ASTReaderDecl.cpp Fix PCH deserialization bug with local static symbols being treated as local extern. 2014-02-11 06:29:29 +00:00
ASTReaderInternals.h Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2 methods (with a particular selector) inside categories. 2013-04-17 00:08:58 +00:00
ASTReaderStmt.cpp [OPENMP] 'if' clause support (no CodeGen support) 2014-02-13 05:29:23 +00:00
ASTWriter.cpp Use llvm::DeleteContainerSeconds when possible 2014-02-19 23:44:52 +00:00
ASTWriterDecl.cpp Fix autolinking when modules are imported in pch files 2014-01-31 01:06:56 +00:00
ASTWriterStmt.cpp [OPENMP] 'if' clause support (no CodeGen support) 2014-02-13 05:29:23 +00:00
CMakeLists.txt [CMake] Apply ADDITIONAL_HEADERS introduced in r199639. 2014-01-20 10:24:05 +00:00
GeneratePCH.cpp [libclang] Allow building a precompiled preamble with compiler errors 2013-06-11 00:36:55 +00:00
GlobalModuleIndex.cpp Use the simpler version of llvm::sys::fs::remove when possible. 2014-01-10 21:32:14 +00:00
Makefile
Module.cpp [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once. 2013-03-06 18:12:44 +00:00
ModuleManager.cpp Initial implementation of virtual file system 2014-02-19 00:10:30 +00:00