summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/stmt-attrs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prune CRLF.NAKAMURA Takumi2014-10-271-24/+24
| | | | llvm-svn: 220678
* Fix the AST printer for attributed statements so that it does not print ↵Aaron Ballman2014-05-131-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 Ballman2014-05-131-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 Ballman2014-05-131-0/+23
std::copy while deserializing attributed statements with more than one attribute. llvm-svn: 208702
OpenPOWER on IntegriCloud