steveire added inline comments.

================
Comment at: clang-tools-extra/clang-tidy/ClangTidyCheck.h:516
+  /// applied at a time.
+  bool isSingleFixMode() const { return Context->isSingleFixMode(); }
 };
----------------
I find the naming of this as "single fix" confusing.

Something along the lines of "self contained diagnostics" or so I think would 
be better.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97121

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to