Stop accepting 'bool' in a concept declaration as an extension.
authorErich Keane <erich.keane@intel.com>
Mon, 28 Nov 2022 18:21:38 +0000 (10:21 -0800)
committerErich Keane <erich.keane@intel.com>
Mon, 28 Nov 2022 18:22:54 +0000 (10:22 -0800)
commit9061928ebbb1a9d002583ede2700429100305d6a
treeab4ea872556bccd8ad55aac8b2da9e810d1f2351
parentc9d38bd7132176d2b531caae2334891609db5196
Stop accepting 'bool' in a concept declaration as an extension.

We no longer support the concepts-ts flag for this release, so stop
supporting this concepts-ts compat extension as well.
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/lib/Parse/ParseTemplate.cpp
clang/test/Parser/cxx2a-concept-declaration.cpp