aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-global-constructors.cpp
AgeCommit message (Expand)Author
2011-04-11PR9669: implement correct checking for [dcl.init.string]p2.Eli Friedman
2010-09-18static local variables with destructors don't require a global destructorJohn McCall
2010-09-15one piece of code is responsible for the lifetime of every aggregateJohn McCall
2010-09-08Don't give 'global constructor' warnings for function statics, even if they h...Sebastian Redl
2010-09-03Static local variables don't result in global constructors being emitted.Anders Carlsson
2010-08-02Further adjustments to -Wglobal-constructors; works for references and directJohn McCall
2010-08-01Kill off RequiresGlobalConstructor in favor of isConstantInitializer.John McCall
2010-08-01Make a first pass at implementing -Wglobal-constructors. I'm worried that thisJohn McCall