[PATCH] D31709: [NFC] Refactor DiagnosticRenderer to use FullSourceLoc

NAKAMURA Takumi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 27 23:48:21 PDT 2017


chapuni added inline comments.


================
Comment at: cfe/trunk/include/clang/Frontend/DiagnosticRenderer.h:131
   /// \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.
----------------
This is removed. [-Wdocumentation]

Pruned in rL306511.



Repository:
  rL LLVM

https://reviews.llvm.org/D31709





More information about the cfe-commits mailing list