]> granicus.if.org Git - clang/commit
Change some terminology in SourceLocation: instead of referring to
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 07:00:02 +0000 (07:00 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 07:00:02 +0000 (07:00 +0000)
commitdf7c17a8d02fe09a3466786bae3e40fc3252687a
tree95d529de847149d8b289646aab44be886d019c6f
parent860f6d4af5f37a151d5e5ea3538dc4708cab5d68
Change some terminology in SourceLocation: instead of referring to
the "physical" location of tokens, refer to the "spelling" location.
This is more concrete and useful, tokens aren't really physical objects!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62309 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
Driver/PrintPreprocessedOutput.cpp
include/clang/Basic/SourceLocation.h
include/clang/Basic/SourceManager.h
include/clang/Lex/Preprocessor.h
lib/AST/StmtDumper.cpp
lib/Analysis/LiveVariables.cpp
lib/Basic/Diagnostic.cpp
lib/Basic/SourceLocation.cpp
lib/Basic/SourceManager.cpp
lib/Lex/Lexer.cpp
lib/Lex/PTHLexer.cpp
lib/Lex/Preprocessor.cpp
lib/Lex/PreprocessorLexer.cpp
test/Preprocessor/dumptokens_phyloc.c