]> granicus.if.org Git - clang/commit
rename getSpelledCharacterAt to getSpellingOfSingleCharacterNumericConstant,
authorChris Lattner <sabre@nondot.org>
Mon, 26 Jan 2009 22:36:52 +0000 (22:36 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Jan 2009 22:36:52 +0000 (22:36 +0000)
commit7216dc9cb49f47254595120cf15a737cee53f0bd
tree2f4790dc41d319d2108565022fe8376cf9c44086
parent363fdc29656cc03c1817268888f95e6343470aa8
rename getSpelledCharacterAt to getSpellingOfSingleCharacterNumericConstant,
optimize it to use the LiteralData when possible.

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