[PATCH] D125771: [clang-tidy] Add a useful note about -std=c++11-or-later

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 19 08:44:30 PDT 2022


njames93 added a comment.

Tbh the whole testing infrastructure for clang-tidy is a mess. When I have wanted to verify fixes and diagnostics for header files, I find manually invoking clang-tidy is better than using the check_clang_tidy script.
I don't have the time right now, but a verify mode like with clang is something that we should move to in the future.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125771



More information about the cfe-commits mailing list