[PATCH] D75289: [clang-tidy] Added virtual isLanguageVersionSupported to ClangTidyCheck

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 27 15:52:58 PST 2020


njames93 added a comment.

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.


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