summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-global-constructors.cpp
AgeCommit message (Expand)Author
2017-10-24Unnamed bitfields don't block constant evaluation of constexpr ctorsJordan Rose
2014-07-23Add a missing Invalid check to SubobjectDesignator::isOnePastEnd()Reid Kleckner
2014-03-27Don't emit exit-time destructor warnings for trivial explicitly defaulted dtorsStephan Tolksdorf
2014-03-26-Wglobal-constructors: Don't warn on trivial defaulted dtorsReid Kleckner
2013-07-16Make Expr::isConstantInitializer match IRGen.Eli Friedman
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