hanchenye-llvm-project/clang/lib/Serialization
Douglas Gregor dc9166c8e1 Keep track of all declarations of an Objective-C class (both forward
declarations and definitions) as ObjCInterfaceDecls within the same
redeclaration chain. This new representation matches what we do for
C/C++ variables/functions/classes/templates/etc., and makes it
possible to answer the query "where are all of the declarations of
this class?"

llvm-svn: 146679
2011-12-15 20:29:51 +00:00
..
ASTCommon.cpp Restore r142914 and r142915, now with missing file and apparent 2011-10-25 17:37:35 +00:00
ASTCommon.h Introduce the core infrastructure needed to model a complete 2011-12-15 18:03:09 +00:00
ASTReader.cpp Use llvm::sys::fs::equivalent rather than comparing inodes, because 2011-12-09 16:22:07 +00:00
ASTReaderDecl.cpp Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +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 Introduce the core infrastructure needed to model a complete 2011-12-15 18:03:09 +00:00
ASTWriterDecl.cpp Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +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 Move ChainedIncludesSource into the Frontend library. This never really 2011-12-09 01:55:54 +00:00
GeneratePCH.cpp Clean up the comments for this file now that its contents are totally 2011-12-09 01:45:42 +00:00
Makefile
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