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