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-decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move AST tests into their own test directory; NFC.
Aaron Ballman
2018-11-30
1
-542
/
+0
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-1
/
+2
*
Implement C++ DR727, which permits explicit specializations at class scope.
Richard Smith
2018-03-16
1
-1
/
+3
*
Re-commit r321223, which adds a printing policy to the ASTDumper.
Aaron Ballman
2017-12-21
1
-539
/
+539
*
Reverting r321223 and its follow-up commit because of failing bots due to Mis...
Aaron Ballman
2017-12-20
1
-539
/
+539
*
Add a printing policy to the ASTDumper.
Aaron Ballman
2017-12-20
1
-539
/
+539
*
Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.
Richard Smith
2017-09-22
1
-18
/
+36
*
[clang] Remove redundant check-prefix=CHECK from tests. NFC.
Mandeep Singh Grang
2017-07-17
1
-1
/
+1
*
PR33552: Distinguish between declarations that are owned by no module and
Richard Smith
2017-06-23
1
-5
/
+0
*
Add template parameter depth and index to -ast-dump output.
Richard Smith
2017-02-21
1
-4
/
+4
*
PR31469: Don't add friend template class decls to redecl chain in dependent c...
Vassil Vassilev
2017-01-12
1
-1
/
+0
*
[Sema] Set range end of constructors and destructors in template instantiations
Malcolm Parsons
2016-11-28
1
-0
/
+20
*
Record correct source range for defaulted/deleted members.
Eli Bendersky
2015-03-23
1
-7
/
+6
*
Don't print 'NULL TYPE' when dumping a delegating constructor.
Richard Trieu
2014-09-12
1
-0
/
+5
*
Fix/Improve SourceRange of explicitly defaulted members
Daniel Jasper
2014-06-20
1
-0
/
+25
*
Add the location of Decls to ast dump.
David Blaikie
2014-04-02
1
-5
/
+5
*
Consistently dump default template arguments for template parameters as 'Temp...
Richard Smith
2014-03-23
1
-2
/
+4
*
Fix broken CHECK lines
Nico Rieck
2014-02-16
1
-1
/
+1
*
In -ast-dump, only dump comments when dumping the actual Decl to which they
Richard Smith
2013-05-21
1
-0
/
+16
*
Add triple to another test.
Richard Smith
2013-04-15
1
-1
/
+1
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-0
/
+3
*
AST dumping: dump template instantiations only once
Dmitri Gribenko
2013-02-21
1
-0
/
+39
*
AST dumping: indicate the previous declaration for a redeclaration, and
Richard Smith
2013-02-07
1
-0
/
+13
*
Implement AST dumper for Decls.
Alexander Kornienko
2012-12-20
1
-0
/
+405