]> granicus.if.org Git - clang/commit
[Sema] Use the failure bits introduced by r270781.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 25 May 2016 22:38:36 +0000 (22:38 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 25 May 2016 22:38:36 +0000 (22:38 +0000)
commit5d36cf313ae9c9e6d475891ec2c0cb3a25ee62b1
tree57511e76ac0c581ae5c01a7956538c2070206f07
parent90ce5cd716419c04a9402de118534ecb5f279ede
[Sema] Use the failure bits introduced by r270781.

r270781 introduced the ability to track whether or not we might have
had unmodeled side-effects during constant expression evaluation. This
patch makes the constexpr evaluator use that tracking.

Reviewed as a part of D18540.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270784 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp