llvm-project/llvm/lib/Transforms/ObjCARC
Akira Hatanaka 09266e4af0 [ObjC][ARC] Clear the lists of basic blocks and instructions before
continuing the loop

This fixes a bug introduced in c6f1713c46.
2020-11-12 22:20:02 -08:00
..
ARCRuntimeEntryPoints.h ARCRuntimeEntryPoints.h - remove unnecessary includes. NFC. 2020-04-24 14:32:45 +01:00
BlotMapVector.h
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
DependencyAnalysis.cpp Remove unused parameter 2020-11-02 17:40:06 -08:00
DependencyAnalysis.h
LLVMBuild.txt
ObjCARC.cpp [ObjCARC][NewPM] Port objc-arc-contract to NPM 2020-09-21 09:40:14 -07:00
ObjCARC.h ObjCARC.h - remove unnecessary includes. NFC. 2020-06-24 12:30:59 +01:00
ObjCARCAPElim.cpp Port -objc-arc-apelim to NPM 2020-10-26 20:01:46 -07:00
ObjCARCContract.cpp Move variable declarations to functions in which they are used. NFC 2020-11-11 10:58:43 -08:00
ObjCARCExpand.cpp Port -objc-arc-expand to NPM 2020-10-26 20:05:10 -07:00
ObjCARCOpts.cpp [ObjC][ARC] Clear the lists of basic blocks and instructions before 2020-11-12 22:20:02 -08:00
ProvenanceAnalysis.cpp Remove unused parameter 2020-11-02 17:40:06 -08:00
ProvenanceAnalysis.h Remove unused parameter 2020-11-02 17:40:06 -08:00
ProvenanceAnalysisEvaluator.cpp Remove unused parameter 2020-11-02 17:40:06 -08:00
PtrState.cpp [ObjC][ARC] In HandlePotentialAlterRefCount, check whether an 2020-08-28 17:45:14 -07:00
PtrState.h