================
@@ -1315,9 +1374,9 @@ class DerefSimplePtrArithFixableGadget : public 
FixableGadget {
 
   virtual std::optional<FixItList>
   getFixits(const FixitStrategy &s) const final;
-
-  // TODO remove this method from FixableGadget interface
----------------
danakj wrote:

This one used to return null, but it does return something useful now. So 
instead of putting this TODO back (and equally putting it on every 
FixableGadget subclass), I can apply it up in the Gadget class.

https://github.com/llvm/llvm-project/pull/91777
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to