[all-commits] [llvm/llvm-project] be162f: PR45699: Fix crash if an unexpanded parameter pack...
Richard Smith via All-commits
all-commits at lists.llvm.org
Thu Dec 3 15:30:41 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be162f4c0e8563c8de510121435281ae628c8654
https://github.com/llvm/llvm-project/commit/be162f4c0e8563c8de510121435281ae628c8654
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M clang/include/clang/AST/ExprCXX.h
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/ExprCXX.cpp
M clang/lib/Parse/ParseTemplate.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/test/SemaTemplate/concepts.cpp
Log Message:
-----------
PR45699: Fix crash if an unexpanded parameter pack appears in a
requires-clause.
More information about the All-commits
mailing list