| commit | c202b2809ac814bcae8553cd772ec4901fdb8441 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Sat Apr 14 00:33:13 2012 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Sat Apr 14 00:33:13 2012 +0000 |
| tree | 62ba003fd9543a7e7e961b6b08b09ed314c5a040 | |
| parent | 0fcd749a5186b1d3b1c75cfe028df3cfaba6989f [diff] |
Add an AttributedStmt type to represent a statement with C++11 attributes attached. Since we do not support any attributes which appertain to a statement (yet), testing of this is necessarily quite minimal. Patch by Alexander Kornienko! llvm-svn: 154723