aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/has_feature_type_traits.cpp
AgeCommit message (Expand)Author
2014-03-18Added a __has_feature() for 'is_constructible'Marshall Clow
2011-12-03Implement support for the __is_final type trait, to determine whetherDouglas Gregor
2011-07-18Remember to add a has_feature macro for __underlying_type now that it isSean Hunt
2011-05-19Revert r131672 until __underlying_type is properly implemented in theSean Hunt
2011-05-19Implement a __has_feature for __underlying_typeSean Hunt
2011-05-13Implement the __is_trivially_copyable type traitSean Hunt
2011-05-12enable __has_feature(is_standard_layout)Howard Hinnant
2011-02-03Add __has_feature() for each of the type traitsDouglas Gregor