[PCH/Module] Change the map of file-level DeclIDs to use a FileID
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 2 Oct 2012 21:09:17 +0000 (21:09 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 2 Oct 2012 21:09:17 +0000 (21:09 +0000)
commit4db774a8ef09260aae80b7cba6702d0cfe9e0dbc
treeee31b5d63beecb993842f4fac514488e25388672
parent10e7846abf4e69f03dfb65b36d866c01ece66645
[PCH/Module] Change the map of file-level DeclIDs to use a FileID
as key instead of a SLocEntry pointer. This allows the array of
file sorted declarations in a PCH/module to be deterministic.

llvm-svn: 165047
clang/include/clang/Serialization/ASTWriter.h
clang/lib/Serialization/ASTWriter.cpp