]> granicus.if.org Git - clang/commit
Enable constant evaluation of implicit calls to constexpr conversion operators.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 17 Jan 2012 21:17:26 +0000 (21:17 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 17 Jan 2012 21:17:26 +0000 (21:17 +0000)
commit7d580a4e9e47dffc3c17aa2b957ac57ca3c4e451
treed2921ead4eea764d1555a23b2110dfb34789e976
parenta8398ea850fbd9cd4a67d80f59062d309f6462c3
Enable constant evaluation of implicit calls to constexpr conversion operators.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148333 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/SemaCXX/constant-expression-cxx11.cpp