]> granicus.if.org Git - clang/commit
[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)
commita2ea4d94f2133aad0d864cf1327af142a47ffb09
treeabb1f5f4eae2ea9c4597f77b6e828affd1b564e4
parent2093e0bc4e436b1b2791d5423fb3274dd37231b8
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165047 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTWriter.h
lib/Serialization/ASTWriter.cpp