]> granicus.if.org Git - clang/commitdiff
DiagnosticRenderer.h: Prune \param SM, corresponding to rL306384. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 28 Jun 2017 06:46:23 +0000 (06:46 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 28 Jun 2017 06:46:23 +0000 (06:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306511 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/DiagnosticRenderer.h

index 54a3d692b3cc46e6dc438dd3ff84242942c0b61a..e453d7db624c257187f1c64ab385ebadf309d00c 100644 (file)
@@ -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,