[cfe-dev] [analyzer] Rename SymbolRef to SymExprRef

Kristóf Umann via cfe-dev cfe-dev at lists.llvm.org
Mon Oct 19 14:06:18 PDT 2020


I'm personally in favor of this. We have symbolic regions, values,
expressions, so this rename would indeed have a benefit.

On Mon, 19 Oct 2020 at 16:56, Denis Petrov via cfe-dev <
cfe-dev at lists.llvm.org> wrote:

> Hi, folk.
>
>
>
> I found a declaration of SymbolRef confusing and embarrassing to percept
> the code easily, especially working along with SymbolVal and SVal. Every
> time it takes time to recall the correct aliasing in mind.
>
>
>
> Now:
>
> using SymbolRef = const SymExpr *;
>
> Propose to:
>
> using SymExprRef = const SymExpr *;
>
>
>
> Please, share your thoughts.
> ------------------------------
>
> *Denys Petrov*
>
> Senior С++ Developer | Kharkiv, Ukraine
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20201019/dfd2da7f/attachment.html>


More information about the cfe-dev mailing list