llvm-project/clang/lib/ARCMigrate
Aaron Ballman 9371dd2287 [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with iterator_range captures(). Updating all of the usages of the iterators with range-based for loops.
llvm-svn: 203958
2014-03-14 18:34:04 +00:00
..
ARCMT.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-14 06:02:07 +00:00
ARCMTActions.cpp Extract the (InputKind, std::string) pair used to describe inputs to 2012-01-20 16:28:04 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
FileRemapper.cpp Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Internals.h ARCMigrate: Introduce proper diagnostics for TransformActions 2014-01-26 05:07:32 +00:00
Makefile
ObjCMT.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-14 06:02:07 +00:00
PlistReporter.cpp Update for llvm api change. 2014-02-24 18:20:21 +00:00
TransAPIUses.cpp ARCMigrate: Introduce proper diagnostics for TransformActions 2014-01-26 05:07:32 +00:00
TransARCAssign.cpp s/tranform/transform/ 2012-11-14 15:08:31 +00:00
TransAutoreleasePool.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
TransBlockObjCVariable.cpp [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with iterator_range captures(). Updating all of the usages of the iterators with range-based for loops. 2014-03-14 18:34:04 +00:00
TransEmptyStatementsAndDealloc.cpp [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_end() with iterator_range instance_methods(). Updating all of the usages of the iterators with range-based for loops. 2014-03-13 19:50:17 +00:00
TransGCAttrs.cpp [C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() with iterator_range methods(). Updating all of the usages of the iterators with range-based for loops. 2014-03-13 16:36:16 +00:00
TransGCCalls.cpp ARCMigrate: Introduce proper diagnostics for TransformActions 2014-01-26 05:07:32 +00:00
TransProperties.cpp [C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and visible_extensions_end() with iterator_range visible_extensions(). Updating all of the usages of the iterators with range-based for loops. 2014-03-13 21:47:07 +00:00
TransProtectedScope.cpp [arcmt] Copy the diagnostics so we don't have to worry about invaliding iterators from the diagnostic list. 2013-04-01 21:12:30 +00:00
TransRetainReleaseDealloc.cpp Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
TransUnbridgedCasts.cpp Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
TransUnusedInitDelegate.cpp s/tranform/transform/ 2012-11-14 15:08:31 +00:00
TransZeroOutPropsInDealloc.cpp [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_end() with iterator_range property_impls(). Updating all of the usages of the iterators with range-based for loops. 2014-03-14 15:02:45 +00:00
TransformActions.cpp ARCMigrate: Introduce proper diagnostics for TransformActions 2014-01-26 05:07:32 +00:00
Transforms.cpp [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_end() with iterator_range instance_methods(). Updating all of the usages of the iterators with range-based for loops. 2014-03-13 19:50:17 +00:00
Transforms.h [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-14 06:02:07 +00:00