llvm-project/clang/lib/Serialization
Douglas Gregor e68cf27225 updateOutOfDateIdentifier() can cause the identifier table to be
rehashed, invaliding the iterator walking through the identifier
table. Separate out the identification of out-of-date identifiers from
updating them.

llvm-svn: 171756
2013-01-07 16:56:53 +00:00
..
ASTCommon.cpp Re-commit r170428 changes with Linux style file endings. 2012-12-18 14:38:23 +00:00
ASTCommon.h Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ASTReader.cpp [PCH/Modules] In ASTReader::completeVisibleDeclsMap, make sure to visit all 2012-12-19 22:21:18 +00:00
ASTReaderDecl.cpp Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 2012-12-19 00:45:41 +00:00
ASTReaderInternals.h Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ASTReaderStmt.cpp Move the common source locations of CastStmt & DefaultStmt into their base class, SwitchCase. 2013-01-04 18:30:04 +00:00
ASTWriter.cpp updateOutOfDateIdentifier() can cause the identifier table to be 2013-01-07 16:56:53 +00:00
ASTWriterDecl.cpp Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 2012-12-19 00:45:41 +00:00
ASTWriterStmt.cpp Move the common source locations of CastStmt & DefaultStmt into their base class, SwitchCase. 2013-01-04 18:30:04 +00:00
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
GeneratePCH.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ModuleManager.cpp Actually keep track of the source locations at which particular module 2012-11-30 19:28:05 +00:00