[all-commits] [llvm/llvm-project] 6875ac: [clang] Remove an incorrect assert
cor3ntin via All-commits
all-commits at lists.llvm.org
Fri Nov 4 07:46:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6875ac69279a3a02fab382a2c8d121558ecbfa91
https://github.com/llvm/llvm-project/commit/6875ac69279a3a02fab382a2c8d121558ecbfa91
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2022-11-04 (Fri, 04 Nov 2022)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
Log Message:
-----------
[clang] Remove an incorrect assert
Compound statements can appear in default arguments
but should not be visited in ImmediateCallVisitor as they are
not subexpressions
More information about the All-commits
mailing list