]> granicus.if.org Git - clang/commit
[preprocessing record] Have PPEntityID be independent of the size of the
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 5 Oct 2012 00:22:28 +0000 (00:22 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 5 Oct 2012 00:22:28 +0000 (00:22 +0000)
commitf03b888a12ccff7d54ddd8a79a0141cf23adbf67
tree7c5774130f8530872ed12d573f8ce466725327dc
parent6a01012e6bffa246810dc5c655a9a30082331fb2
[preprocessing record] Have PPEntityID be independent of the size of the
loaded entities vector, otherwise its meaning will change when a module
is imported and the vector size changes.

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