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
*
Fixing a typo, updating the diagnostic wording and logic based on post-commit...
Aaron Ballman
2014-04-15
1
-1
/
+1
*
Properly diagnose standard C++ attributes which have optional argument lists ...
Aaron Ballman
2014-04-14
1
-0
/
+7
*
Introduced an attribute syntax-neutral method for parsing attribute arguments...
Aaron Ballman
2014-03-31
1
-8
/
+9
*
add an additional test case for generic attributes
Saleem Abdulrasool
2013-11-30
1
-0
/
+2
*
Adding the Subjects entry back for the noreturn attributes. This caused some ...
Aaron Ballman
2013-11-27
1
-8
/
+8
*
Add missing attributes [[gnu::no_sanitize_address]] and
Nick Lewycky
2013-10-29
1
-0
/
+7
*
Treat [[gnu::__const]] the same as [[gnu::const]]. GCC's tokenizer can't tell
Nick Lewycky
2013-10-29
1
-0
/
+8
*
Tidy up and improve error recovery for C++11 attributes in bad places. Based on
Richard Smith
2013-10-15
1
-0
/
+18
*
C++11 attributes after 'constructor-name (' unambiguously signal that we have a
Richard Smith
2013-09-06
1
-0
/
+5
*
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
1
-1
/
+2
*
Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes
Richard Smith
2013-02-22
1
-0
/
+5
*
Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
2013-02-20
1
-6
/
+16
*
Downgrade 'attribute ignored when parsing type' from error to warning, to match
Richard Smith
2013-01-29
1
-3
/
+3
*
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-17
1
-2
/
+5
*
Accept [[gnu::*]] for all __attribute__((*))s which are:
Richard Smith
2013-01-14
1
-3
/
+7
*
Add fixit hints for misplaced C++11 attributes around class specifiers.
Michael Han
2013-01-07
1
-1
/
+0
*
Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertai...
Michael Han
2012-11-28
1
-1
/
+7
*
Improve diagnostic on C++11 attribute specifiers that appear at wrong syntact...
Michael Han
2012-11-26
1
-0
/
+23
*
Teach Clang parser to reject C++11 attributes that appertain to declaration s...
Michael Han
2012-11-06
1
-0
/
+7
*
Improve C++11 attribute parsing.
Michael Han
2012-10-03
1
-4
/
+15
*
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