summaryrefslogtreecommitdiffstats
path: root/test/Lexer/has_feature_type_traits.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement support for the __is_final type trait, to determine whetherDouglas Gregor2011-12-031-0/+5
* Remember to add a has_feature macro for __underlying_type now that it isSean Hunt2011-07-181-0/+5
* Revert r131672 until __underlying_type is properly implemented in theSean Hunt2011-05-191-4/+0
* Implement a __has_feature for __underlying_typeSean Hunt2011-05-191-0/+4
* Implement the __is_trivially_copyable type traitSean Hunt2011-05-131-0/+5
* enable __has_feature(is_standard_layout)Howard Hinnant2011-05-121-0/+5
* Add __has_feature() for each of the type traitsDouglas Gregor2011-02-031-0/+91