summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/literal-type.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith2012-02-131-11/+17
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Make type-traits reflect that Clang's vectors act like scalar types.Chandler Carruth2011-04-301-0/+4
* Implement most of the remaining logic in __is_literal type trait. ThisChandler Carruth2011-04-241-1/+57
* Add support for '__is_literal_type' spelling of the existingChandler Carruth2011-04-241-0/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Introduce the notion of literal types, as specified in C++0x.Sebastian Redl2009-12-031-0/+10