Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not add newline in empty blocks. | Manuel Klimek | 2013-01-10 | 1 | -4/+4 |
| | | | | | | | void f() {} now gets formatted in one line. llvm-svn: 172067 | ||||
* | Fixes a typo in this test. | Fariborz Jahanian | 2012-12-06 | 1 | -1/+1 |
| | | | | llvm-svn: 169519 | ||||
* | more test of template declarations in a | Fariborz Jahanian | 2012-12-06 | 1 | -0/+25 |
| | | | | | | <declaration> XML tag. // rdar://12378714 llvm-svn: 169457 | ||||
* | More C++ testing of declarations embedded in | Fariborz Jahanian | 2012-12-06 | 1 | -0/+44 |
<declaration> tag of Comment XML and fixing DeclPrint of templates along the way - wip. //rdar://12378714 llvm-svn: 169453 |