summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx11-ast-print.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle lambda captures of variable length arrays in profiling and printing.Richard Trieu2017-11-111-0/+4
* Fix PR 28885: Fix AST Printer output for the inherited constructor usingAlex Lorenz2016-10-031-0/+8
* Revert r283102 (Typo in the phabricator link)Alex Lorenz2016-10-031-8/+0
* Fix PR 28885: Fix AST Printer output for the inherited constructor usingAlex Lorenz2016-10-031-0/+8
* When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith2015-10-081-7/+7
* Switch test from wchar_t to char32_tDavid Majnemer2015-04-051-2/+2
* [AST] String literal operator templates have two template args, not oneDavid Majnemer2015-04-051-0/+5
* When pretty-printing a declaration of a pack, put the ellipsis before the nameRichard Smith2014-07-231-1/+1
* Moved pretty printer test for thread local storage in its own fileEnea Zaffanella2013-05-041-7/+0
* In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella2013-05-041-0/+9
* Fix empty declaration printing.Michael Han2013-02-251-0/+1
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-0/+2
* Teach -ast-print how to print trailing-return-types.Richard Smith2013-02-221-2/+1
* Fix statement printing for raw and template user-defined literals.Richard Smith2012-03-091-0/+19
* Ensure we don't print 123ULL_foo when printing a user-defined integer literal.Richard Smith2012-03-081-0/+10
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+12