]> granicus.if.org Git - clang/commit
rename PP::getPhysicalCharacterAt -> PP::getSpelledCharacterAt.
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 07:10:29 +0000 (07:10 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 07:10:29 +0000 (07:10 +0000)
commit0c21e84b82191ae1c4d04444a84008c464433868
tree2fe16ce99eb6fe7be8117e0af83399e0540bf710
parentfff745ee450800fed6eb8e515c0866dcb7c4def4
rename PP::getPhysicalCharacterAt -> PP::getSpelledCharacterAt.
Slightly speed up sema of numbers like '1' by going directly to
TargetInfo instead of through ASTContext.

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