]> granicus.if.org Git - clang/commit
Rename getInstantiationLineNumber to getExpansionLineNumber in both
authorChandler Carruth <chandlerc@gmail.com>
Mon, 25 Jul 2011 21:09:52 +0000 (21:09 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 25 Jul 2011 21:09:52 +0000 (21:09 +0000)
commit642116259e8df6286063a17361c20e95b5017a0a
tree2c78721179976ddd235abace05dff90486ca93a2
parentb49dcd249c7f4f034493741f95394987a4ccf244
Rename getInstantiationLineNumber to getExpansionLineNumber in both
SourceManager and FullSourceLoc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135969 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/clang/Basic/SourceLocation.h
include/clang/Basic/SourceManager.h
lib/ARCMigrate/PlistReporter.cpp
lib/Basic/SourceLocation.cpp
lib/Basic/SourceManager.cpp
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Frontend/TextDiagnosticPrinter.cpp
lib/Parse/ParseStmt.cpp
lib/Rewrite/RewriteObjC.cpp
lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/CFRefCount.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
tools/libclang/CIndex.cpp