mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 04:55:50 -04:00

See Richard's humbling feedback here: http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20180423/226482.html http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20180423/226486.html Wish I'd had the patience to solicit the feedback prior to committing :) Sorry for the noise guys. Thank you Richard for being the steward that clang deserves! llvm-svn: 330888
8 lines
187 B
C++
8 lines
187 B
C++
|
|
// Support parsing of concepts
|
|
// Disabled for now.
|
|
// expected-no-diagnostics
|
|
|
|
// RUN: %clang_cc1 -std=c++14 -fconcepts-ts -x c++ -verify %s
|
|
// template<typename T> concept C1 = true;
|