llvm-project/clang/lib/Rewrite/Frontend
Aaron Ballman a49c5064a1 [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_end() with iterator_range protocols(). Updating all of the usages of the iterators with range-based for loops.
Drive-by fixing some incorrect types where a for loop would be improperly using ObjCInterfaceDecl::protocol_iterator. No functional changes in these cases.

llvm-svn: 203842
2014-03-13 20:29:09 +00:00
..
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
FixItRewriter.cpp [C++11] Replace OwningPtr include with <memory>. 2014-03-09 11:36:40 +00:00
FrontendActions.cpp [C++11] Replace OwningPtr include with <memory>. 2014-03-09 11:36:40 +00:00
HTMLPrint.cpp
InclusionRewriter.cpp Implement MSVC header search algorithm in MicrosoftMode. 2013-12-27 19:46:16 +00:00
Makefile
RewriteMacros.cpp [C++11] Replace OwningPtr include with <memory>. 2014-03-09 11:36:40 +00:00
RewriteModernObjC.cpp [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_end() with iterator_range protocols(). Updating all of the usages of the iterators with range-based for loops. 2014-03-13 20:29:09 +00:00
RewriteObjC.cpp [C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth_end() with iterator_range class_methods(). Updating all of the usages of the iterators with range-based for loops. 2014-03-13 20:11:06 +00:00
RewriteTest.cpp