=?utf-8?q?Donát?= Nagy <[email protected]>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>


https://github.com/necto approved this pull request.

> Even if the CheckerContext object is immutable, this method can return its 
> "pointer to non-const ExplodedNode" data member by value. (And then "pointer 
> to non-const ExplodedNode" is implicitly convertible to "pointer to const 
> ExplodedNode".)

> We don't lose any opportunity with this change.

Right. const-pointer vs. pointer-to-const tripped me over

https://github.com/llvm/llvm-project/pull/218937
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to