]> granicus.if.org Git - clang/commit
Don't warn about address-to-member used as part of initialisation, if
authorJoerg Sonnenberger <joerg@bec.de>
Sun, 17 Jun 2012 23:10:39 +0000 (23:10 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Sun, 17 Jun 2012 23:10:39 +0000 (23:10 +0000)
commit7e58ad5a6756f31b48a0d54d5f5c367328150a46
tree4031dd2e2ac16ce3b24dfbe0ef714feade3b2ad6
parent28ba2ee5c5cc3e43ebf5f9d7464037689d82a198
Don't warn about address-to-member used as part of initialisation, if
the member expression is in parentheses.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158651 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/Sema/uninit-variables.c