]> granicus.if.org Git - clang/commit
Permit constant evaluation of const floating-point variables with
authorJohn McCall <rjmccall@apple.com>
Sat, 9 Oct 2010 01:34:31 +0000 (01:34 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 9 Oct 2010 01:34:31 +0000 (01:34 +0000)
commit189d6ef40eff11b83b2cda941d5ed89a5cef09b2
treeb3ed268c2a51e3b69a2da8173a7de925861ed445
parent59705aee3fe01aa6fb6962dd11350161b47983d9
Permit constant evaluation of const floating-point variables with
constant initializers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116138 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGenCXX/const-init.cpp