]> granicus.if.org Git - clang/commit
Diagnose taking the address of a bit-field inside a conditional operator.
authorAnders Carlsson <andersca@mac.com>
Mon, 14 Sep 2009 23:15:26 +0000 (23:15 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 14 Sep 2009 23:15:26 +0000 (23:15 +0000)
commit1d524c3dde58e4402aab4165e85e9ae6f15f5023
treee510eff35416a6d52b74fcf02ff419ada5181a29
parent5d7d37506319d432f8f5e3952b7427e1e4aacd2e
Diagnose taking the address of a bit-field inside a conditional operator.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81808 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaCXX/conditional-expr.cpp