]> granicus.if.org Git - clang/commit
Extend lvalue evaluation in ExprConstant.cpp to handle CK_LValueBitCast (which is...
authorEli Friedman <eli.friedman@gmail.com>
Tue, 11 Oct 2011 00:13:24 +0000 (00:13 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 11 Oct 2011 00:13:24 +0000 (00:13 +0000)
commitdb924224b51b153f24fbe492102d4edebcbbb7f4
tree8c8b57005b13161d1df9fae00bf39076d7662537
parentf4f5003041ca88e0efe81ef8b5d7f0c499da4bf8
Extend lvalue evaluation in ExprConstant.cpp to handle CK_LValueBitCast (which is completely trivial).  PR8836.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141604 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/SemaCXX/i-c-e-cxx.cpp