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

Denis Petrov via cfe-dev cfe-dev at lists.llvm.org
Mon Oct 19 07:55:54 PDT 2020


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20201019/feff96ab/attachment.html>


More information about the cfe-dev mailing list