[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:30 PDT 2020
gribozavr2 added a comment.
Approving since I think that it is probably too costly for tooling to try to handle such language extensions. We also don't have a principled way to know what "future" C++ feature is supported in a given language mode, so I think we would always have implementation and testing gaps because people implementing tooling won't know what features to even expect in ASTs.
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