Skip to content
Commit b97112e4 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

[C++11] Replacing Decl iterators attr_begin() and attr_end() with...

[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
parent 42030397
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment