[PATCH] D64477: [ASTImporter] Using Lang_CXX14 in ASTImporterVisibilityTest.

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 15 05:15:00 PDT 2019


martong added a comment.

In D64477#1585218 <https://reviews.llvm.org/D64477#1585218>, @balazske wrote:

> In D64477#1585092 <https://reviews.llvm.org/D64477#1585092>, @martong wrote:
>
> > Does it really matter if it is CXX11 or CXX14, in the child patch we use a CXX11 using directive. Anyway, CXX14 is more future proof.
>
>
> Later there should follow the test with variable template that produces warnings again if not `Lang_CXX14` is used.


Ok 👍


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64477/new/

https://reviews.llvm.org/D64477





More information about the cfe-commits mailing list