Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move AST tests into their own test directory; NFC. | Aaron Ballman | 2018-11-30 | 1 | -95/+0 |
| | | | | | | This moves everything primarily testing the functionality of -ast-dump and -ast-print into their own directory, rather than leaving the tests spread around the testing directory. llvm-svn: 348017 | ||||
* | [ASTPrinter] Print template parameter lists for out-of-line functions | Alex Lorenz | 2017-04-18 | 1 | -0/+41 |
| | | | | llvm-svn: 300560 | ||||
* | [ASTPrinter] Print nested name specifiers for out-of-line functions | Alex Lorenz | 2017-04-11 | 1 | -0/+54 |
rdar://31501863 llvm-svn: 299962 |