diff options
| author | Nikolai Kosjar <nikolai.kosjar@qt.io> | 2019-04-25 08:14:39 +0000 |
|---|---|---|
| committer | Nikolai Kosjar <nikolai.kosjar@qt.io> | 2019-04-25 08:14:39 +0000 |
| commit | 2ec51879a745635e2d69222867adfdb54bd7ffea (patch) | |
| tree | 3e3d466c82fed04679c4b492e87e931ee49fe499 | |
| parent | a0291110da6835f5c5afa4b77cda31a5b1af3ef8 (diff) | |
| download | bcm5719-llvm-2ec51879a745635e2d69222867adfdb54bd7ffea.tar.gz bcm5719-llvm-2ec51879a745635e2d69222867adfdb54bd7ffea.zip | |
[NFC] test commit removing excess line
llvm-svn: 359172
| -rw-r--r-- | clang/tools/libclang/CIndex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/tools/libclang/CIndex.cpp b/clang/tools/libclang/CIndex.cpp index 46e6340d66d..a5a8998f613 100644 --- a/clang/tools/libclang/CIndex.cpp +++ b/clang/tools/libclang/CIndex.cpp @@ -171,7 +171,6 @@ CXSourceRange cxloc::translateSourceRange(const SourceManager &SM, static SourceRange getRawCursorExtent(CXCursor C); static SourceRange getFullCursorExtent(CXCursor C, SourceManager &SrcMgr); - RangeComparisonResult CursorVisitor::CompareRegionOfInterest(SourceRange R) { return RangeCompare(AU->getSourceManager(), R, RegionOfInterest); } |

