diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-04 02:15:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-04 02:15:40 +0000 |
commit | 0e0e5da00e92a9ee97b2469009355926ee8d94bf (patch) | |
tree | 8d5ac2315b492f7922ba4185aaf97ac4c5998f13 /lib/Basic/SourceManager.cpp | |
parent | 4e69fd55a88e2c6a82c2aa0e8eaaa6176e4cfeaf (diff) |
add comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/SourceManager.cpp')
-rw-r--r-- | lib/Basic/SourceManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/SourceManager.cpp b/lib/Basic/SourceManager.cpp index 9983741040..c32264627a 100644 --- a/lib/Basic/SourceManager.cpp +++ b/lib/Basic/SourceManager.cpp @@ -708,7 +708,7 @@ PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc) const { unsigned MarkerLineNo = getLineNumber(LocInfo.first, Entry->FileOffset); LineNo = Entry->LineNo + (LineNo-MarkerLineNo-1); - + // Note that column numbers are not molested by line markers. } } |