]> granicus.if.org Git - clang/commit
Turn on the new constant expression evaluator; it isn't
authorEli Friedman <eli.friedman@gmail.com>
Sat, 9 Aug 2008 22:21:56 +0000 (22:21 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 9 Aug 2008 22:21:56 +0000 (22:21 +0000)
commit2eb0ddc1baaee173ea0dccf2a4edef48638b902d
treece85049626fdf08ba5a82b859421c5608e445167
parentb243fe5a812faddf9ec39525727739a85f603ae6
Turn on the new constant expression evaluator; it isn't
anywhere near complete, but I don't know of any issues, and it can
handle enough to allow removing the I-C-E pointer cast hack.

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