aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-06-28 06:46:23 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-06-28 06:46:23 +0000
commitf1a55e9516177a93b38481af6eb749e004fc5615 (patch)
tree8141204fd1f178d0ddddc1775350f4e6046c0845 /include
parent9b79aecc27490fd2c84b2ff10e8f15d2c139fbb5 (diff)
DiagnosticRenderer.h: Prune \param SM, corresponding to rL306384. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/Frontend/DiagnosticRenderer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Frontend/DiagnosticRenderer.h b/include/clang/Frontend/DiagnosticRenderer.h
index 54a3d692b3..e453d7db62 100644
--- a/include/clang/Frontend/DiagnosticRenderer.h
+++ b/include/clang/Frontend/DiagnosticRenderer.h
@@ -128,8 +128,6 @@ public:
/// \param Message The diagnostic message to emit.
/// \param Ranges The underlined ranges for this code snippet.
/// \param FixItHints The FixIt hints active for this diagnostic.
- /// \param SM The SourceManager; will be null if the diagnostic came from the
- /// frontend, thus \p Loc will be invalid.
void emitDiagnostic(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
StringRef Message, ArrayRef<CharSourceRange> Ranges,
ArrayRef<FixItHint> FixItHints,