]> granicus.if.org Git - clang/commit
Update get*LineNumber() and get*ColumnNumber() functions to pass the
authorDouglas Gregor <dgregor@apple.com>
Tue, 16 Mar 2010 20:53:17 +0000 (20:53 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 16 Mar 2010 20:53:17 +0000 (20:53 +0000)
commit64e462dff03492c586be0349ec6aa3ad5cd92720
tree3b431f9f8cb620384d3f7f3a039ac041e816ceaa
parenta543016fe07030f695d6d56fd22c8c8da617e0d7
Update get*LineNumber() and get*ColumnNumber() functions to pass the
Invalid bit through; there are no safety-critical callers of these
functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98674 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/SourceLocation.h
lib/Basic/SourceLocation.cpp