| commit | 804a7fb7bafb1114317ec40cea548774d09913bd | [log] [tgz] |
|---|---|---|
| author | Aaron Ballman <aaron@aaronballman.com> | Mon Mar 17 17:14:12 2014 +0000 |
| committer | Aaron Ballman <aaron@aaronballman.com> | Mon Mar 17 17:14:12 2014 +0000 |
| tree | 18f209a2255c83949d58832b9936419abd6c250e | |
| parent | 3f44cd7926eda24cce75746094fac58c2a4f4c92 [diff] |
[C++11] Replacing DeclContext iterators using_directives_begin() and using_directives_end() with iterator_range using_directives(). Updating all of the usages of the iterators with range-based for loops, and removing the no-longer-needed iterator versions. Also used as an opportunity to normalize the name from getUsingDirectives() to using_directives(). llvm-svn: 204061