gribozavr2 added inline comments.

================
Comment at: clang-tools-extra/clang-tidy/ClangTidyCheck.h:109
+  /// \p LangOpts.
+  virtual bool isLanguageVersionSupported(const LangOptions &LangOpts) const {
+    return true;
----------------
Not a critical thing, but I feel like it would be better to put 
`isLanguageVersionSupported` before `register` functions. That logical order 
makes more sense to a reader that is not familiar with the class.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75289



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

Reply via email to