carlosgalvezp wrote: Should this be added to the documentation about writing clang-tidy checks and/or the script that generates the check skeletton?
It also feels like the wrong default. If I write `-std=c++14` the test runner should turn that into `c++14-or-later`, and only if I really want only one standard, I should write `-std=c++14-only`. https://github.com/llvm/llvm-project/pull/184741 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
