summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/TextDiagnostic.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-10-16 06:24:58 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-10-16 06:24:58 +0000
commit5bc0b5ee24711c39de2188040b6a8607b3afea07 (patch)
tree2a94bc23ca7d8c138f09db0c0f617aaf2e5f0914 /clang/lib/Frontend/TextDiagnostic.cpp
parent7284526aff2f314c0fe6650d174c70f0b0c63c4f (diff)
downloadbcm5719-llvm-5bc0b5ee24711c39de2188040b6a8607b3afea07.tar.gz
bcm5719-llvm-5bc0b5ee24711c39de2188040b6a8607b3afea07.zip
Add proper doxyments to the entry point routine, and remove a dead parameter.
llvm-svn: 142109
Diffstat (limited to 'clang/lib/Frontend/TextDiagnostic.cpp')
-rw-r--r--clang/lib/Frontend/TextDiagnostic.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Frontend/TextDiagnostic.cpp b/clang/lib/Frontend/TextDiagnostic.cpp
index 259e05b4734..9bae0dff938 100644
--- a/clang/lib/Frontend/TextDiagnostic.cpp
+++ b/clang/lib/Frontend/TextDiagnostic.cpp
@@ -400,8 +400,7 @@ void TextDiagnostic::emitDiagnostic(SourceLocation Loc,
DiagnosticsEngine::Level Level,
StringRef Message,
ArrayRef<CharSourceRange> Ranges,
- ArrayRef<FixItHint> FixItHints,
- bool LastCaretDiagnosticWasNote) {
+ ArrayRef<FixItHint> FixItHints) {
PresumedLoc PLoc = getDiagnosticPresumedLoc(SM, Loc);
// First, if this diagnostic is not in the main file, print out the
OpenPOWER on IntegriCloud