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

Richard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 19 10:02:33 PDT 2022


LegalizeAdulthood added a comment.

In D125771#3525252 <https://reviews.llvm.org/D125771#3525252>, @njames93 wrote:

> 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.

I had a change <https://reviews.llvm.org/D17482>, literally years ago at this point, that provided support for verifying header files, but it got bogged down in review nits and never landed.


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