llvm-project/clang/lib/Serialization
Chandler Carruth b0ffe50da8 Move a free function from the Frontend library into the Lex library as
part of HeaderSearch. This function just normalizes filenames for use
inside of a synthetic include directive, but it is used in both the
Frontend and Serialization libraries so it needs a common home.

llvm-svn: 146227
2011-12-09 01:33:57 +00:00
..
ASTCommon.cpp Restore r142914 and r142915, now with missing file and apparent 2011-10-25 17:37:35 +00:00
ASTCommon.h Migrate the serialization of ASTContext's AutoDeduceTy and 2011-08-09 15:13:55 +00:00
ASTReader.cpp Move a free function from the Frontend library into the Lex library as 2011-12-09 01:33:57 +00:00
ASTReaderDecl.cpp Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! 2011-12-09 00:31:40 +00:00
ASTReaderInternals.h Promote ModuleMap::Module to a namespace-scope class in the Basic 2011-11-30 23:21:26 +00:00
ASTReaderStmt.cpp [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized 2011-12-03 03:49:52 +00:00
ASTWriter.cpp Implement umbrella directories for modules, which are similar to 2011-12-08 19:11:24 +00:00
ASTWriterDecl.cpp Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! 2011-12-09 00:31:40 +00:00
ASTWriterStmt.cpp [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized 2011-12-03 03:49:52 +00:00
CMakeLists.txt Separate the serialization library's diagnostics from the frontend's 2011-12-09 00:02:23 +00:00
ChainedIncludesSource.cpp When writing a module file, pass the module through to the AST 2011-11-30 04:39:39 +00:00
GeneratePCH.cpp Promote ModuleMap::Module to a namespace-scope class in the Basic 2011-11-30 23:21:26 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp Switch the ID numbers used for submodule IDs in the AST reader over to 2011-12-01 00:59:36 +00:00
ModuleManager.cpp Promote ModuleMap::Module to a namespace-scope class in the Basic 2011-11-30 23:21:26 +00:00