summaryrefslogtreecommitdiff
path: root/test/SemaCXX/underlying_type.cpp
AgeCommit message (Expand)Author
2017-12-14Correct UnaryTransformTypeLoc to properly initialize.Erich Keane
2016-03-30Canonicalize UnaryTransformType types when they don't have a known underlying...Vassil Vassilev
2015-10-08Update a few more tests in response to the MS ABI enum semanticsDavid Majnemer
2014-06-12PR19966: don't crash/assert when __underlying_type is applied to an incompleteRichard Smith
2012-03-05Properly handle non-canonical underlying types inPeter Collingbourne
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-05-24Implement a new type node, UnaryTransformType, designed to represent aSean Hunt
2011-05-19Fix test on Windows.Eli Friedman
2011-05-19Add a test for __underlying_typeSean Hunt