]> granicus.if.org Git - clang/commit
Kill off RequiresGlobalConstructor in favor of isConstantInitializer.
authorJohn McCall <rjmccall@apple.com>
Sun, 1 Aug 2010 21:51:45 +0000 (21:51 +0000)
committerJohn McCall <rjmccall@apple.com>
Sun, 1 Aug 2010 21:51:45 +0000 (21:51 +0000)
commitb4b9b15c597a923a03ad0a33cdc49b67e5cc4450
tree953044712bdb5e7d65a55208989e9be5e2823579
parent626e96e2874698a6736fd33672fa9c28da91d77e
Kill off RequiresGlobalConstructor in favor of isConstantInitializer.
Note some obvious false positives in the test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109986 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/Sema/SemaDecl.cpp
test/SemaCXX/warn-global-constructors.cpp