]> granicus.if.org Git - clang/commit
Simplify: we don't care why constant evaluation might have failed when we're
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 5 Nov 2013 22:23:30 +0000 (22:23 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 5 Nov 2013 22:23:30 +0000 (22:23 +0000)
commit0004329758b99d2b92096b353e35c427ebbee622
tree67cd3e7fdc16b9b5d884ae6335cb84a56587e0bb
parentf490f0eaba5fed6236d8f8a965a2fd98fa41e891
Simplify: we don't care why constant evaluation might have failed when we're
checking an expression for constant overflow.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194099 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/ExprConstant.cpp
lib/Sema/SemaChecking.cpp