Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prune CRLF. | NAKAMURA Takumi | 2014-10-27 | 1 | -24/+24 |
| | | | | llvm-svn: 220678 | ||||
* | Fix the AST printer for attributed statements so that it does not print ↵ | Aaron Ballman | 2014-05-13 | 1 | -3/+3 |
| | | | | | | duplicate attribute introducers. Eg) [[clang::fallthrough]] instead of [[[[clang::fallthrough]]]] llvm-svn: 208706 | ||||
* | Updated the test case to show that no diagnostics are expected, and not ↵ | Aaron Ballman | 2014-05-13 | 1 | -1/+2 |
| | | | | | | require emitting the AST until after the AST printing for statement attributes is updated. llvm-svn: 208703 | ||||
* | No longer triggering a checked iterator assert on Windows when using ↵ | Aaron Ballman | 2014-05-13 | 1 | -0/+23 |
std::copy while deserializing attributed statements with more than one attribute. llvm-svn: 208702 |