[all-commits] [llvm/llvm-project] 906192: Stop accepting 'bool' in a concept declaration as ...

Erich Keane via All-commits all-commits at lists.llvm.org
Mon Nov 28 10:23:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9061928ebbb1a9d002583ede2700429100305d6a
      https://github.com/llvm/llvm-project/commit/9061928ebbb1a9d002583ede2700429100305d6a
  Author: Erich Keane <erich.keane at intel.com>
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/test/Parser/cxx2a-concept-declaration.cpp

  Log Message:
  -----------
  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.




More information about the All-commits mailing list