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

