From f1a55e9516177a93b38481af6eb749e004fc5615 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 28 Jun 2017 06:46:23 +0000 Subject: 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 --- include/clang/Frontend/DiagnosticRenderer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 Ranges, ArrayRef FixItHints, -- cgit v1.2.3