diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-09-25 23:01:05 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-09-25 23:01:05 +0000 |
commit | 026cb7604c8ef0bc7032e4c067500907d03b67a3 (patch) | |
tree | cf17bc89a06790fd53ed16dd7f92a73619aaa748 /include/clang | |
parent | 18fc0025b01472e3961e35a817aaf49fffb333df (diff) |
Inline this method now that its completely trivial, and prepare for
hoisting parts of the text diagnostic.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140477 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang')
-rw-r--r-- | include/clang/Frontend/TextDiagnosticPrinter.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/clang/Frontend/TextDiagnosticPrinter.h b/include/clang/Frontend/TextDiagnosticPrinter.h index 354df101e6..52c95c9c2d 100644 --- a/include/clang/Frontend/TextDiagnosticPrinter.h +++ b/include/clang/Frontend/TextDiagnosticPrinter.h @@ -64,12 +64,6 @@ private: const DiagnosticInfo &Info, const SourceManager &SM, PresumedLoc PLoc); - - void EmitCaretDiagnostic(SourceLocation Loc, - SmallVectorImpl<CharSourceRange> &Ranges, - const SourceManager &SM, - ArrayRef<FixItHint> Hints); - }; } // end namespace clang |