]> granicus.if.org Git - clang/commit
move getSpelling from Preprocessor to Lexer, which it is more conceptually related to.
authorChris Lattner <sabre@nondot.org>
Wed, 17 Nov 2010 07:26:20 +0000 (07:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Nov 2010 07:26:20 +0000 (07:26 +0000)
commitb0607279cb98bbf2bbfe0db170aed39ef91e86a2
tree69ceb8b0789f7c17c16d67617d67c966ef367cc5
parent75072f2093995eb7ae0c0fa03bd439bbe8429d97
move getSpelling from Preprocessor to Lexer, which it is more conceptually related to.

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