Fix a case where Expr::isConstantInitializer would return true for an...
Fix a case where Expr::isConstantInitializer would return true for an expression we can't support. In a slightly amusing twist, the case in question was already in the clang regression tests marked as a valid construct. <rdar://problem/10020074> llvm-svn: 147026
Loading
Please register or sign in to comment