llvm-project/clang/lib/ARCMigrate
Alp Toker 403a4f9b82 Get ARCMT/GC-check-warn-nsalloc.m working
The -no-ns-alloc-error migration option now causes the diagnostic to be ignored
completely. If this isn't desired, the error can be downgraded to a warning
using the usual -Wno-error=arcmt-ns-alloc.

Note that we can't use -verify right now on this test because
VerifyDiagnosticConsumer gets confused by multiple SourceManager instances,
which is presumably the reason it was XFAILed in the first place and why the
regression wasn't detected. We'll grep instead for now.

llvm-svn: 209172
2014-05-19 22:51:11 +00:00
..
ARCMT.cpp Get ARCMT/GC-check-warn-nsalloc.m working 2014-05-19 22:51:11 +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] Use 'nullptr'. 2014-05-07 06:21:57 +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 [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +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] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
TransGCAttrs.cpp [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
TransGCCalls.cpp Get ARCMT/GC-check-warn-nsalloc.m working 2014-05-19 22:51:11 +00:00
TransProperties.cpp [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
TransProtectedScope.cpp [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
TransRetainReleaseDealloc.cpp [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
TransUnbridgedCasts.cpp [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
TransUnusedInitDelegate.cpp [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
TransZeroOutPropsInDealloc.cpp [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
TransformActions.cpp ARCMigrate: Introduce proper diagnostics for TransformActions 2014-01-26 05:07:32 +00:00
Transforms.cpp Provide and use a safe Token::getRawIdentifier() accessor 2014-05-17 04:53:25 +00:00
Transforms.h [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00