llvm-project/clang/lib/Serialization
Douglas Gregor deafd0b2a4 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
covers both declarations (@class) and definitions (@interface) of an
Objective-C class.

llvm-svn: 147299
2011-12-27 22:43:10 +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 Serialize the AST reader's mapping from canonical declarations to the 2011-12-22 21:40:42 +00:00
ASTReaderDecl.cpp Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl 2011-12-27 22:43:10 +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 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl 2011-12-27 22:43:10 +00:00
ASTWriterDecl.cpp Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl 2011-12-27 22:43:10 +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 Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp Initialize member that ends up in PCH files. 2011-12-27 11:15:04 +00:00
ModuleManager.cpp Promote ModuleMap::Module to a namespace-scope class in the Basic 2011-11-30 23:21:26 +00:00