[all-commits] [llvm/llvm-project] f4a45c: Fix crash on init-capture packs where the type of ...
Richard Smith via All-commits
all-commits at lists.llvm.org
Thu Dec 19 15:20:17 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f4a45c2ce4ce2a7a33d5773048682e65f348a486
https://github.com/llvm/llvm-project/commit/f4a45c2ce4ce2a7a33d5773048682e65f348a486
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2019-12-19 (Thu, 19 Dec 2019)
Changed paths:
M clang/lib/Frontend/InitPreprocessor.cpp
M clang/lib/Sema/SemaTemplateDeduction.cpp
M clang/test/CXX/temp/temp.decls/temp.variadic/init-capture.cpp
M clang/test/Lexer/cxx-features.cpp
Log Message:
-----------
Fix crash on init-capture packs where the type of the initializer is non-dependent.
More information about the All-commits
mailing list