index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Lexer
/
has_feature_cxx0x.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Audit and finish the implementation of C++0x nullptr, fixing two
Douglas Gregor
2011-05-21
1
-1
/
+1
*
Implement support for C++0x alias templates.
Richard Smith
2011-05-05
1
-0
/
+9
*
Add __has_feature(cxx_range_for) check for C++11 range-based for loop.
Richard Smith
2011-04-15
1
-0
/
+11
*
clang has had full and tested support for C++0x trailing-return-type and auto...
Richard Smith
2011-04-03
1
-0
/
+10
*
we can now claim to fully support the override control feature in C++0x.
Anders Carlsson
2011-03-25
1
-0
/
+8
*
Create __has_feature(cxx_noexcept) and mark it as working.
Sebastian Redl
2011-03-15
1
-0
/
+9
*
Turn on __has_feature(cxx_auto_type). The feature is now fully implemented.
Richard Smith
2011-02-20
1
-2
/
+1
*
Add a __has_feature check for default template arguments in function
Douglas Gregor
2011-02-05
1
-0
/
+9
*
Add __has_feature(cxx_reference_qualified_functions); update tests and
Douglas Gregor
2011-01-26
1
-0
/
+10
*
Clean up the C++0x __has_feature tests. Specifically:
Douglas Gregor
2011-01-26
1
-19
/
+18
*
Downgrade the error about rvalue references to an extension warning
Douglas Gregor
2011-01-25
1
-2
/
+2
*
Eradicate any mention of C++0x concepts.
Douglas Gregor
2011-01-19
1
-10
/
+0
*
Variadic templates are fully implemented.
Douglas Gregor
2011-01-19
1
-2
/
+3
*
Allow the use of C++0x deleted functions as an extension in C++98.
Anders Carlsson
2010-09-24
1
-2
/
+2
*
Implement __has_feature(cxx_inline_namespaces)
Sebastian Redl
2010-08-31
1
-0
/
+10
*
tests: Use %clangxx when using driver for C++, in case C++ support is disabled.
Daniel Dunbar
2010-06-29
1
-2
/
+2
*
Update test function names so as not to use potential keywords.
Alexis Hunt
2010-01-13
1
-5
/
+5
*
Add a bunch more feature-checking macros for C++0x features. Some of these are
Alexis Hunt
2010-01-13
1
-0
/
+101