[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Parser / cxx-concept-declaration.cpp
blob41bf53aed36e57d2f9db17271082eb195de509d6
2 // Support parsing of concepts
3 // Disabled for now.
4 // expected-no-diagnostics
6 // RUN: %clang_cc1 -std=c++14 -x c++ -verify %s
7 // template<typename T> concept C1 = true;