Argyrios Kyrtzidis
|
7daabbd5d0
|
[Index/DocComments] When cloning a full comment, pick the template 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
|
2014-04-27 22:53:03 +00:00 |
Benjamin Kramer
|
2907b08219
|
Pretty Printer: Print constexpr and ref qualifiers. Don't print return types on destructors.
llvm-svn: 202181
|
2014-02-25 18:49:49 +00:00 |
Manuel Klimek
|
e7d10a1f50
|
Do not add newline in empty blocks.
void f() {}
now gets formatted in one line.
llvm-svn: 172067
|
2013-01-10 13:24:24 +00:00 |
Fariborz Jahanian
|
a14523f11c
|
Fixes a typo in this test.
llvm-svn: 169519
|
2012-12-06 17:50:40 +00:00 |
Fariborz Jahanian
|
b42b6f2674
|
more test of template declarations in a
<declaration> XML tag. // rdar://12378714
llvm-svn: 169457
|
2012-12-06 00:57:28 +00:00 |
Fariborz Jahanian
|
3ec39215f9
|
More C++ testing of declarations embedded in
<declaration> tag of Comment XML and fixing
DeclPrint of templates along the way - wip.
//rdar://12378714
llvm-svn: 169453
|
2012-12-06 00:09:40 +00:00 |