]> granicus.if.org Git - clang/commit
more SourceLocation lexicon change: instead of referring to the
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 07:36:28 +0000 (07:36 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 07:36:28 +0000 (07:36 +0000)
commitf7cf85b330bedd2877e1371fb0a83e99751ae162
tree6674dd8f06d3c395ab61ad9770934c49572e200c
parent88054dee0402e4d3c1f64e6b697acc47195c0d72
more SourceLocation lexicon change: instead of referring to the
"logical" location, refer to the "instantiation" location.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62316 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
Driver/DiagChecker.cpp
Driver/PrintPreprocessedOutput.cpp
Driver/RewriteBlocks.cpp
Driver/RewriteMacros.cpp
Driver/RewriteObjC.cpp
include/clang/Basic/SourceLocation.h
include/clang/Basic/SourceManager.h
lib/Analysis/BugReporter.cpp
lib/Analysis/CFRefCount.cpp
lib/Analysis/GRExprEngineInternalChecks.cpp
lib/Basic/SourceLocation.cpp
lib/Basic/SourceManager.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Driver/HTMLDiagnostics.cpp
lib/Driver/PlistDiagnostics.cpp
lib/Driver/TextDiagnosticPrinter.cpp
lib/Lex/Lexer.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Lex/Preprocessor.cpp
lib/Parse/ParseStmt.cpp
lib/Rewrite/HTMLRewrite.cpp