]> granicus.if.org Git - clang/commit
lower the interface to getLineNumber like we did for
authorChris Lattner <sabre@nondot.org>
Wed, 4 Feb 2009 01:06:56 +0000 (01:06 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Feb 2009 01:06:56 +0000 (01:06 +0000)
commit30fc933e5fbbb5f0ea60c47976d435254e378536
tree19a0f7e4b89828c3609273aebd49d0ec19d35faf
parente7353a6a5298d49241afaf6da58d79dd25a65c66
lower the interface to getLineNumber like we did for
getColumnNumber.  This fixes a FIXME in
SourceManager::getPresumedLoc because we now just decompose
the sloc once.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63701 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/PrintPreprocessedOutput.cpp
Driver/RewriteObjC.cpp
include/clang/Basic/SourceLocation.h
include/clang/Basic/SourceManager.h
lib/Basic/SourceLocation.cpp
lib/Basic/SourceManager.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/Driver/HTMLDiagnostics.cpp
lib/Driver/TextDiagnosticPrinter.cpp