[PATCH] D75441: [clang-tidy] Add helper base check classes that only run on specific language versions
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 2 07:39:52 PST 2020
gribozavr2 added a comment.
> I think my preference is to go with isLanguageVersionSupported() and not use base classes.
+1, I can see this working, but the introduction of new concepts does not seem like it pulls its weight given the tiny amount of boilerplate that they eliminate.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75441/new/
https://reviews.llvm.org/D75441
More information about the cfe-commits
mailing list