[PATCH] D80884: [ASTMatchers] Force c++ unittests to specify correct language standard
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 31 04:15:29 PDT 2020
gribozavr2 added a comment.
This is an interesting question. Since Clang accepts certain constructs in older C++ standard versions as extensions, shouldn't we test AST matchers in those modes as well? I think it could be argued either way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80884/new/
https://reviews.llvm.org/D80884
More information about the cfe-commits
mailing list