]> granicus.if.org Git - clang/commit
Rename the operation that loads a preprocessed entity from a given offset to indicate...
authorDouglas Gregor <dgregor@apple.com>
Fri, 11 Feb 2011 19:46:30 +0000 (19:46 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 11 Feb 2011 19:46:30 +0000 (19:46 +0000)
commit0a480293f726508ad9aed0be39e8c9779e84f2f2
treeed77e3d82cef341a6cd238b2781eef3d2573cd9a
parentd263fd1451299b1e5f5f1acb2bb13b0a4119aee8
Rename the operation that loads a preprocessed entity from a given offset to indicate that we're loading from an offset, not an index, lest one be confused. No functionality change.

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