iterator begin() const [[clang::lifetimebound]] {These look like a bug if they are suggested by the analysis.
Hopefully this is also manual. FunctionalList should be an owning type in this case, right ?
class [[gsl::Pointer]] iteratorIs this done manually ?
(I believe so, just wanted to confirm)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
iterator begin() const [[clang::lifetimebound]] {These look like a bug if they are suggested by the analysis.
Hopefully this is also manual. FunctionalList should be an owning type in this case, right ?
I suppose so, added by an overly ambitious Gemini take.
class [[gsl::Pointer]] iteratorIs this done manually ?
(I believe so, just wanted to confirm)
I believe so. Generally, my goal here was not be 100% correctness but rather getting an upper boundary of the number of possible annotations and suspicious code findings.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
class [[gsl::Pointer]] iteratorMaksim IvanovIs this done manually ?
(I believe so, just wanted to confirm)
I believe so. Generally, my goal here was not be 100% correctness but rather getting an upper boundary of the number of possible annotations and suspicious code findings.
In case you wanted to see "clean" suggestions by Clang without manual/LLM changes, I've generated another patch: https://chromium-review.googlesource.com/c/v8/v8/+/7556410
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |