summaryrefslogtreecommitdiff
path: root/test/SemaCXX/literal-type.cpp
AgeCommit message (Expand)Author
2012-02-13Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-04-30Make type-traits reflect that Clang's vectors act like scalar types.Chandler Carruth
2011-04-24Implement most of the remaining logic in __is_literal type trait. ThisChandler Carruth
2011-04-24Add support for '__is_literal_type' spelling of the existingChandler Carruth
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-03Introduce the notion of literal types, as specified in C++0x.Sebastian Redl