Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
305c613af6cfc40e519c75d9d2c84c6fa9a841c0
/
test
/
Lexer
/
has_feature_cxx0x.cpp
316551f
Add a query macro for C++11 N3276, decltype does not require complete
by Douglas Gregor
· 13 years ago
7b156dd
Add feature check "cxx_local_type_template_args" describing support
by Douglas Gregor
· 13 years ago
9c1dda7
User-defined literals are done.
by Richard Smith
· 13 years ago
ec92bc7
Add a pile of tests for unrestricted unions, and advertise support for them.
by Richard Smith
· 13 years ago
d1dc3aa
Initializer lists are now supported.
by Sebastian Redl
· 13 years ago
7c07e96
Clang now supports lambda expressions.
by Douglas Gregor
· 13 years ago
b5216aa
Advertize support for constexpr.
by Richard Smith
· 13 years ago
7a7ee30
Some improvements to the handling of C11 atomic types:
by David Chisnall
· 13 years ago
172b221
Add __has_feature(cxx_raw_string_literals) and
by Douglas Gregor
· 13 years ago
f695a69
Add __has_feature(cxx_defaulted_functions) for querying "defaulted
by Douglas Gregor
· 13 years ago
fd5f686
Add c_alignas and cxx_alignas features
by Peter Collingbourne
· 13 years ago
762bb9d
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
by Richard Smith
· 13 years ago
74e611a
Add test case for defaulted copy and move structure validation.
by Sebastian Redl
· 13 years ago
84ee2ee
Audit and finish the implementation of C++0x nullptr, fixing two
by Douglas Gregor
· 14 years ago
3e4c6c4
Implement support for C++0x alias templates.
by Richard Smith
· 14 years ago
a391a46
Add __has_feature(cxx_range_for) check for C++11 range-based for loop.
by Richard Smith
· 14 years ago
6a4e73c
clang has had full and tested support for C++0x trailing-return-type and auto type deduction since r126166. Update the website to reflect this, and add a __has_feature test.
by Richard Smith
· 14 years ago
c8b9f79
we can now claim to fully support the override control feature in C++0x.
by Anders Carlsson
· 14 years ago
4561ecd
Create __has_feature(cxx_noexcept) and mark it as working.
by Sebastian Redl
· 14 years ago
738291e
Turn on __has_feature(cxx_auto_type). The feature is now fully implemented.
by Richard Smith
· 14 years ago
0750800
Add a __has_feature check for default template arguments in function
by Douglas Gregor
· 14 years ago
56209ff
Add __has_feature(cxx_reference_qualified_functions); update tests and
by Douglas Gregor
· 14 years ago
c78e259
Clean up the C++0x __has_feature tests. Specifically:
by Douglas Gregor
· 14 years ago
16cf8f5
Downgrade the error about rvalue references to an extension warning
by Douglas Gregor
· 14 years ago
83d7781
Eradicate any mention of C++0x concepts.
by Douglas Gregor
· 14 years ago
4c9131a
Variadic templates are fully implemented.
by Douglas Gregor
· 14 years ago
37bf9d2
Allow the use of C++0x deleted functions as an extension in C++98.
by Anders Carlsson
· 14 years ago
f6c0977
Implement __has_feature(cxx_inline_namespaces)
by Sebastian Redl
· 14 years ago
9fde9c4
tests: Use %clangxx when using driver for C++, in case C++ support is disabled.
by Daniel Dunbar
· 14 years ago
1248451
Update test function names so as not to use potential keywords.
by Sean Hunt
· 15 years ago
4ef4c6b
Add a bunch more feature-checking macros for C++0x features. Some of these are
by Sean Hunt
· 15 years ago