]> granicus.if.org Git - clang/commit
Switch the TokenLexer's terminology from various forms of 'instantiate'
authorChandler Carruth <chandlerc@gmail.com>
Thu, 14 Jul 2011 08:20:34 +0000 (08:20 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 14 Jul 2011 08:20:34 +0000 (08:20 +0000)
commitd0f5e443ceed37e1a72015bd109db8e5fc6206cf
tree4751311edcafa3f007b0bf7191d24f73394e6087
parent7e7736aa826b4f8b29e1eae6584393f97243ab5a
Switch the TokenLexer's terminology from various forms of 'instantiate'
to 'expand' for macros. Only comments and uses local to the TokenLexer
are updated.

No functionality changed.

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