repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
Parser
/
cxx-concept-declaration.cpp
blob
41bf53aed36e57d2f9db17271082eb195de509d6
1
2
// Support parsing of concepts
3
// Disabled for now.
4
// expected-no-diagnostics
5
6
// RUN: %clang_cc1 -std=c++14 -x c++ -verify %s
7
// template<typename T> concept C1 = true;