Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AST] Get aliased type info from an aliased TemplateSpecialization. | Matt Davis | 2018-11-05 | 1 | -0/+5 |
* | Fix test expectation to match reality. | Richard Smith | 2018-10-26 | 1 | -3/+3 |
* | PR26547: alignof should return ABI alignment, not preferred alignment | Richard Smith | 2018-10-26 | 1 | -10/+10 |
* | [Sema] Don't permit dependent alignments on non-dependent typedef-names | David Majnemer | 2015-04-07 | 1 | -0/+13 |
* | AST: alignof might be dependent because of alignment attributes | David Majnemer | 2015-01-15 | 1 | -0/+7 |
* | Related to PR19992: when the GNU alignof-expression extension is applied to an | Richard Smith | 2014-06-10 | 1 | -3/+12 |
* | PR19992: alignof is permitted on an array of unknown bound. | Richard Smith | 2014-06-10 | 1 | -0/+6 |
* | Fix alignof computation of large arrays on x86_64. | Rafael Espindola | 2013-08-08 | 1 | -0/+4 |
* | Don't try to get the layout of an invalid decl in getDeclAlign. | Matt Beaumont-Gay | 2013-06-25 | 1 | -1/+9 |
* | Require the containing type to be complete when we see | John McCall | 2013-05-06 | 1 | -0/+52 |