]> granicus.if.org Git - clang/commit
Per discussion, remove the explicit restriction on static const data members with
authorJohn McCall <rjmccall@apple.com>
Sat, 6 Feb 2010 01:07:37 +0000 (01:07 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 6 Feb 2010 01:07:37 +0000 (01:07 +0000)
commit1f1b3b3bdec84e2204f18732e3241f6907a17309
treeb85f085b1449170b244e166ea55d95ef411245d0
parent85248734f404fbb9b2f88ecd5296761a8578def6
Per discussion, remove the explicit restriction on static const data members with
out-of-line initializers as integer constant expressions.  Fixes PR6206.

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