[all-commits] [llvm/llvm-project] 590e14: Fix assertion failure due to incorrect dependence ...
Richard Smith via All-commits
all-commits at lists.llvm.org
Mon Dec 7 18:53:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 590e14653252faa97c2a32ba38aeef05ec681f9b
https://github.com/llvm/llvm-project/commit/590e14653252faa97c2a32ba38aeef05ec681f9b
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-12-07 (Mon, 07 Dec 2020)
Changed paths:
M clang/include/clang/AST/Expr.h
M clang/lib/AST/Expr.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/test/SemaCXX/recovery-expr-type.cpp
Log Message:
-----------
Fix assertion failure due to incorrect dependence bits on a DeclRefExpr
that can only be set correctly after instantiating the initializer for a
variable.
More information about the All-commits
mailing list