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
/
Parser
/
cxx0x-attributes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recognize GNU attributes after 'enum class'. Fixes the libc++ build.
John McCall
2012-06-23
1
-0
/
+5
*
Clean up a large number of C++11 attribute parse issues, including parsing
Alexis Hunt
2012-06-23
1
-2
/
+128
*
Support C++11 attributes at the start of a parameter-declaration.
Richard Smith
2012-04-11
1
-0
/
+4
*
Parsing of C++11 attributes:
Richard Smith
2012-04-10
1
-1
/
+8
*
Disambiguation of '[[':
Richard Smith
2012-04-10
1
-3
/
+12
*
In C++11 mode, when an integral constant expression is desired and we have a
Richard Smith
2012-02-04
1
-2
/
+2
*
Stub out the Sema interface for lambda expressions, and change the parser to ...
Eli Friedman
2012-01-04
1
-1
/
+1
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Add support for alignment-specifiers in C1X and C++11, remove
Peter Collingbourne
2011-09-29
1
-3
/
+3
*
Add support for parsing an attribute-specifier-seq containing multiple
Peter Collingbourne
2011-09-29
1
-0
/
+1
*
Add support for parsing the optional attribute-specifier-seq at the
Peter Collingbourne
2011-09-29
1
-0
/
+2
*
Parsing of C++0x lambda expressions, from John Freeman with help from
Douglas Gregor
2011-08-04
1
-1
/
+1
*
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-28
1
-1
/
+1
*
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-19
1
-1
/
+1
*
Get rid of the [[final]] C++0x attribute.
Anders Carlsson
2011-01-23
1
-1
/
+0
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Added rudimentary C++0x attribute support.
Alexis Hunt
2009-11-21
1
-0
/
+61