summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/cxx-features.cpp
Commit message (Expand)AuthorAgeFilesLines
* P0096R5, P0941R2: Update to match latest feature test macro specification.Richard Smith2018-06-141-8/+23
* As discussed with SG10, bump version of __cpp_deduction_guides macro to indic...Richard Smith2018-05-301-1/+1
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+7
* Switch to gnu++14 as the default dialect.Tim Northover2017-12-091-2/+2
* Implement latest feature test macro recommendations, P0096R4.Richard Smith2017-08-111-7/+11
* Reorder tests to match latest SD-6 draft.Richard Smith2017-07-251-8/+8
* [coroutines] Bump __cpp_coroutines versionEric Fiselier2017-05-251-1/+1
* [c++1z] Mark constexpr lambdas as done on status page and start advertisingRichard Smith2017-02-211-2/+2
* [c++1z] Add some more tests for class template argument deduction, addRichard Smith2017-02-141-0/+8
* Add __cpp_structured_bindings feature test macro for structured bindings, perRichard Smith2016-12-191-1/+5
* [c++1z] cxx_status: mark p0195r2 as done.Richard Smith2016-12-191-2/+5
* p0012r1: define corresponding feature test macroRichard Smith2016-12-021-2/+1
* Mark aligned allocation as done.Richard Smith2016-10-101-2/+1
* [coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov2016-10-021-1/+1
* Mark P0127R3 as done, and replace its __has_feature check with the correspond...Richard Smith2016-09-291-2/+1
* Add a couple more tentative names for upcoming SD-6 feature checks. These mightRichard Smith2016-09-281-0/+21
* P0095R3: Implement the latest published revision of SD-6 (C++ feature test ma...Richard Smith2016-09-281-3/+19
* P0096R2: Implement more recent revision of SD-6 (C++ feature test macros).Richard Smith2016-09-281-12/+63
* Update cxx-features test to C++1zJF Bastien2016-03-221-34/+38
* Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.Nico Weber2016-01-191-0/+1
* [coroutines] Add feature-test macro for coroutines, defined to 1 to indicateRichard Smith2015-10-221-0/+5
* "This adds -fconcepts-ts as a cc1 option for enabling theFaisal Vali2015-05-221-0/+5
* C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner2015-03-201-1/+1
* Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith2014-11-121-0/+36
* Add support for C++'s SD6 feature test macros.Richard Smith2013-11-271-0/+89
OpenPOWER on IntegriCloud