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
/
Misc
/
ast-dump-attr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move AST tests into their own test directory; NFC.
Aaron Ballman
2018-11-30
1
-233
/
+0
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-1
/
+2
*
Add inherited attributes before parsed attributes.
Michael Kruse
2018-09-24
1
-0
/
+21
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
1
-2
/
+2
*
Revert r326602, it caused PR36620.
Nico Weber
2018-03-07
1
-2
/
+2
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
1
-2
/
+2
*
Re-commit r321223, which adds a printing policy to the ASTDumper.
Aaron Ballman
2017-12-21
1
-211
/
+211
*
Reverting r321223 and its follow-up commit because of failing bots due to Mis...
Aaron Ballman
2017-12-20
1
-211
/
+211
*
Add a printing policy to the ASTDumper.
Aaron Ballman
2017-12-20
1
-211
/
+211
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-22
1
-0
/
+8
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-8
/
+0
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-0
/
+8
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-8
/
+0
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-0
/
+8
*
Add [[clang::suppress(rule, ...)]] attribute
Matthias Gehre
2017-03-27
1
-0
/
+22
*
Introduce an 'external_source_symbol' attribute that describes the origin
Alex Lorenz
2017-03-01
1
-0
/
+25
*
Do not crash when dumping the objc_bridge_related attribute when its optional...
Aaron Ballman
2015-11-30
1
-0
/
+4
*
Sema: Variable definitions cannot be __attribute__((alias))
David Majnemer
2015-01-19
1
-1
/
+1
*
Adding attributes to the IndirectFieldDecl that we generate for anonymous str...
Aaron Ballman
2014-10-15
1
-1
/
+16
*
AST Dump: print the Inherited flag on attributes
Hans Wennborg
2014-05-31
1
-1
/
+7
*
Allow GNU-style attributes on lambda expressions.
Aaron Ballman
2014-03-12
1
-0
/
+15
*
Adding a test case to ensure that type attributes applied to the decl-specifi...
Aaron Ballman
2014-02-28
1
-1
/
+5
*
If an attribute has a semantically meaningful spelling (such as ArgumentWithT...
Aaron Ballman
2014-01-22
1
-5
/
+5
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-0
/
+7
*
Removing the alloc_size attribute. The attribute was semantically handled, bu...
Aaron Ballman
2013-12-21
1
-8
/
+0
*
PR8455: Handle an attribute between a goto label and a variable declaration per
Richard Smith
2013-11-15
1
-0
/
+16
*
Add indents to AST dumping and removed parenthesis from AST nodes.
Richard Trieu
2013-01-31
1
-2
/
+2
*
add a triple
Rafael Espindola
2013-01-07
1
-1
/
+1
*
Implement Attr dumping for -ast-dump.
Alexander Kornienko
2013-01-07
1
-0
/
+97