summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/comment-cplus-template-decls.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Index/DocComments] When cloning a full comment, pick the template ↵Argyrios Kyrtzidis2014-04-271-0/+15
| | | | | | | | | | parameters from the original FullComment, if the parameters are not already set (e.g. because it is a typedef). Fixes crash of rdar://16128173 llvm-svn: 207382
* Pretty Printer: Print constexpr and ref qualifiers. Don't print return types ↵Benjamin Kramer2014-02-251-1/+1
| | | | | | on destructors. llvm-svn: 202181
* Do not add newline in empty blocks.Manuel Klimek2013-01-101-4/+4
| | | | | | | void f() {} now gets formatted in one line. llvm-svn: 172067
* Fixes a typo in this test.Fariborz Jahanian2012-12-061-1/+1
| | | | llvm-svn: 169519
* more test of template declarations in aFariborz Jahanian2012-12-061-0/+25
| | | | | | <declaration> XML tag. // rdar://12378714 llvm-svn: 169457
* More C++ testing of declarations embedded inFariborz Jahanian2012-12-061-0/+44
<declaration> tag of Comment XML and fixing DeclPrint of templates along the way - wip. //rdar://12378714 llvm-svn: 169453
OpenPOWER on IntegriCloud