Age | Commit message (Expand) | Author |
---|---|---|
2012-03-13 | Ensure that default arguments are handled correctly in sub scopes. For example: | James Molloy |
2011-01-25 | Move unnamed_addr after the function arguments on Sabre's request. | Rafael Espindola |
2011-01-11 | Add unnamed_addr to constructors and destructors. | Rafael Espindola |
2010-02-23 | Perform two more constructor/destructor code-size optimizations: | John McCall |
2010-02-18 | Revert the ctor/dtor alias optimization for now; the buildbots can detect | John McCall |
2010-02-17 | Emit complete constructors and destructors as aliases to base constructors | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-24 | Handle cases where we're constructing an array of objects and the constructor... | Anders Carlsson |
2009-11-14 | Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484. | Anders Carlsson |