summaryrefslogtreecommitdiff
path: root/test/Lexer/has_feature_c1x.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for has_feature(cxx_alignof) and has_feature(c_alignof).Nico Weber2014-12-031-4/+8
* Switch C compilations to C11 by default.Richard Smith2014-10-201-2/+8
* Use a triple ensure that __has_feature(c_thread_local) is 1 in C11 mode.Douglas Gregor2013-05-021-1/+1
* C++11 support is now feature-complete.Richard Smith2013-04-191-0/+9
* Some improvements to the handling of C11 atomic types:David Chisnall2012-01-161-0/+9
* Give __STDC_VERSION__ the value 201001L when we're in C1x mode. TheDouglas Gregor2011-10-281-0/+9
* Add c_alignas and cxx_alignas featuresPeter Collingbourne2011-10-141-0/+9
* Introduce __has_extension macroPeter Collingbourne2011-05-131-0/+20