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

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 15 05:06:54 PDT 2019


balazske added a comment.

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.


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