| commit | b97112e4bd8bf9051822ca2b3d99115c683c2cae | [log] [tgz] |
|---|---|---|
| author | Aaron Ballman <aaron@aaronballman.com> | Sat Mar 08 22:19:01 2014 +0000 |
| committer | Aaron Ballman <aaron@aaronballman.com> | Sat Mar 08 22:19:01 2014 +0000 |
| tree | 7f78697a4a91e3ab33ee3396f5da6bcdc9b90fce | |
| parent | 4203039760356c388745025b99b04ae52c4b5c49 [diff] |
[C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_range attrs(). Updating all of the usages of the iterators with range-based for loops. This is a reapplication of r203236 with modifications to the definition of attrs() and following the new style guidelines on auto usage. llvm-svn: 203362