Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Well, my first use of arc went a bit sideways, so I'm falling back to posting this NFC patch batch manually.
We will see how using arc works out next time.
Comment Actions
Until this point, the runtime and reports of the Clang Static Analyzer did not change on our testset; which confirms that the stack is indeed NFC.
Comment Actions
Is it documented with getRegion? Could we decorate that with returns-nonnull https://clang.llvm.org/docs/AttributeReference.html#returns-nonnull ?
Comment Actions
Ah, I thought one of my changes addressing this was already on review.
It turns out it was not the case. Now I uploaded it for review: D126198
Comment Actions
Ok, could you please change the title of this Differential Revision? Something is still not fitting.