Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct UnaryTransformTypeLoc to properly initialize. | Erich Keane | 2017-12-14 | 1 | -0/+14 |
* | Canonicalize UnaryTransformType types when they don't have a known underlying... | Vassil Vassilev | 2016-03-30 | 1 | -0/+7 |
* | Update a few more tests in response to the MS ABI enum semantics | David Majnemer | 2015-10-08 | 1 | -1/+1 |
* | PR19966: don't crash/assert when __underlying_type is applied to an incomplete | Richard Smith | 2014-06-12 | 1 | -0/+14 |
* | Properly handle non-canonical underlying types in | Peter Collingbourne | 2012-03-05 | 1 | -0/+6 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -0/+10 |
* | Fix test on Windows. | Eli Friedman | 2011-05-19 | 1 | -1/+1 |
* | Add a test for __underlying_type | Alexis Hunt | 2011-05-19 | 1 | -0/+27 |