]> granicus.if.org Git - clang/commit
[SemaExpr] Re-enable missing assertion.
authorDavide Italiano <davide@freebsd.org>
Wed, 19 Aug 2015 02:21:12 +0000 (02:21 +0000)
committerDavide Italiano <davide@freebsd.org>
Wed, 19 Aug 2015 02:21:12 +0000 (02:21 +0000)
commitffd0dc4ad2c7c55e7d8141a88277253f240ea896
treee22cfd923ea7e7c51355ba6aec069c66a08a4fb1
parent81392bb9bf07e8db12ac79a6015a09d6cd1b8ca4
[SemaExpr] Re-enable missing assertion.

This has been disabled for a long time, but:
1) Initializers work (and apparently they're re reason why this was disabled).
2) various tests happen to hit this code path and the invariant seems to be
always verified.

Differential Revision: http://reviews.llvm.org/D12110
Reviewed by: rsmith

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245404 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp