.. |
ARCMT.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +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
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +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
|
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code.
|
2012-12-01 15:09:41 +00:00 |
TransEmptyStatementsAndDealloc.cpp
|
s/tranform/transform/
|
2012-11-14 15:08:31 +00:00 |
TransGCAttrs.cpp
|
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_range redecls(). Updating all of the usages of the iterators with range-based for loops, which allows the begin/end forms to be removed entirely.
|
2014-03-06 23:45:36 +00:00 |
TransGCCalls.cpp
|
ARCMigrate: Introduce proper diagnostics for TransformActions
|
2014-01-26 05:07:32 +00:00 |
TransProperties.cpp
|
Rework the traversal of Objective-C categories and extensions to
|
2013-01-16 23:00:23 +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
|
s/tranform/transform/
|
2012-11-14 15:08:31 +00:00 |
TransformActions.cpp
|
ARCMigrate: Introduce proper diagnostics for TransformActions
|
2014-01-26 05:07:32 +00:00 |
Transforms.cpp
|
Replacing calls to getAttr with calls to hasAttr for clarity. No functional change intended -- this only replaces Boolean uses of getAttr.
|
2013-12-19 02:39:40 +00:00 |
Transforms.h
|
ObjectiveC migrator: fixes a bug when in NS_ENUM/NS_OPTIONS
|
2013-10-11 17:35:22 +00:00 |