llvm-project/clang/lib/Serialization
John McCall 2c2eb12d9c White-listing templated-scope friend decls is a good idea, but doing it
by marking the decl invalid isn't.  Make some steps towards supporting these
and then hastily shut them down at the last second by marking them as
unsupported.

llvm-svn: 116661
2010-10-16 06:59:13 +00:00
..
ASTCommon.cpp Give a default implementation for ASTDeserializationListener's methods, no functionality change. 2010-10-14 20:14:28 +00:00
ASTCommon.h Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the more generic 2010-08-20 16:04:20 +00:00
ASTReader.cpp Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and QualifierInfos (rdar://8513756). 2010-10-15 18:21:24 +00:00
ASTReaderDecl.cpp White-listing templated-scope friend decls is a good idea, but doing it 2010-10-16 06:59:13 +00:00
ASTReaderStmt.cpp Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClass 2010-10-15 18:40:05 +00:00
ASTWriter.cpp Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and QualifierInfos (rdar://8513756). 2010-10-15 18:21:24 +00:00
ASTWriterDecl.cpp White-listing templated-scope friend decls is a good idea, but doing it 2010-10-16 06:59:13 +00:00
ASTWriterStmt.cpp Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClass 2010-10-15 18:40:05 +00:00
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
GeneratePCH.cpp More PCH -> AST renaming. 2010-08-18 23:57:06 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00