[clang] Remove an incorrect assert
authorCorentin Jabot <corentinjabot@gmail.com>
Fri, 4 Nov 2022 14:45:06 +0000 (15:45 +0100)
committerCorentin Jabot <corentinjabot@gmail.com>
Fri, 4 Nov 2022 14:46:22 +0000 (15:46 +0100)
commit6875ac69279a3a02fab382a2c8d121558ecbfa91
treecb904daa726006f70e16ef9416f3760df9d73420
parentd9c52c31a0fee22414bb4024ee5b203fe86ef5bb
[clang]  Remove an incorrect assert

Compound statements can appear in default arguments
but should not be visited in ImmediateCallVisitor as they are
not subexpressions
clang/lib/Sema/SemaExpr.cpp