summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-global-constructors.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unnamed bitfields don't block constant evaluation of constexpr ctorsJordan Rose2017-10-241-0/+19
* Add a missing Invalid check to SubobjectDesignator::isOnePastEnd()Reid Kleckner2014-07-231-0/+6
* Don't emit exit-time destructor warnings for trivial explicitly defaulted dtorsStephan Tolksdorf2014-03-271-1/+12
* -Wglobal-constructors: Don't warn on trivial defaulted dtorsReid Kleckner2014-03-261-1/+9
* Make Expr::isConstantInitializer match IRGen.Eli Friedman2013-07-161-0/+6
* PR9669: implement correct checking for [dcl.init.string]p2.Eli Friedman2011-04-111-2/+2
* static local variables with destructors don't require a global destructorJohn McCall2010-09-181-2/+8
* one piece of code is responsible for the lifetime of every aggregateJohn McCall2010-09-151-2/+2
* Don't give 'global constructor' warnings for function statics, even if they h...Sebastian Redl2010-09-081-1/+11
* Static local variables don't result in global constructors being emitted.Anders Carlsson2010-09-031-0/+23
* Further adjustments to -Wglobal-constructors; works for references and directJohn McCall2010-08-021-8/+11
* Kill off RequiresGlobalConstructor in favor of isConstantInitializer.John McCall2010-08-011-0/+16
* Make a first pass at implementing -Wglobal-constructors. I'm worried that thisJohn McCall2010-08-011-0/+39