[PATCH] D75289: [clang-tidy] Added virtual isLanguageVersionSupported to ClangTidyCheck
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 27 16:02:10 PST 2020
Eugene.Zelenko added a comment.
In D75289#1896925 <https://reviews.llvm.org/D75289#1896925>, @njames93 wrote:
> In D75289#1896902 <https://reviews.llvm.org/D75289#1896902>, @Eugene.Zelenko wrote:
>
> > Language and/or its standard is checked in other places too. Should all similar places be refactored?
>
>
> They should but I feel they should be in follow up patches, the only reason MakeSmartPtrCheck is in here is because by coincidence it used the same name as what I planned and I got a compile warning about it.
> I also don't know exactly where all occurrences are.
Just grep for //getLangOpts()//.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75289/new/
https://reviews.llvm.org/D75289
More information about the cfe-commits
mailing list