[all-commits] [llvm/llvm-project] 4b2190: Fix undeduced type assert
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Thu Jul 15 01:53:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b219051a331d49c391fe452548bc220bcfe8ea3
https://github.com/llvm/llvm-project/commit/4b219051a331d49c391fe452548bc220bcfe8ea3
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M clang/lib/AST/Expr.cpp
M clang/test/CodeGenCXX/auto-variable-template.cpp
Log Message:
-----------
Fix undeduced type assert
If the instantiation of a member variable makes it possible to
compute a previously undeduced type, we should use that piece of
information.
Fix bug#50590
Differential Revision: https://reviews.llvm.org/D103849
More information about the All-commits
mailing list