[PATCH] D60857: [clang-tidy] Address post-commit comments

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 18 06:31:39 PDT 2019


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

There's one more nit. Otherwise good to go.

Thanks!



================
Comment at: clang/include/clang/Tooling/Core/Diagnostic.h:97
+/// Get the first fix to apply for this diagnostic.
+/// Returns nullptr if no fixes are attached to the diagnostic.
 const llvm::StringMap<Replacements> *selectFirstFix(const Diagnostic& D);
----------------
This should be Doxygen's `\returns` keyword.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60857/new/

https://reviews.llvm.org/D60857





More information about the cfe-commits mailing list