ASDenysPetrov added a comment. Ok. Let's see what the benefits it brings.
================ Comment at: clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp:1619 + return true; + const SymExpr *LHS = Sym->getLHS(); + const llvm::APSInt &Zero = ---------------- steakhal wrote: > martong wrote: > > ASDenysPetrov wrote: > > > steakhal wrote: > > > > > > > Since `SymbolRef` actually is already `const`. (`using SymbolRef = const > > > SymExpr *;`) > > Fair enough. > They mean different things. What I wanted is to declare both the pointer and > the pointee `const`. Oh, I see. `const T * const` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D110357/new/ https://reviews.llvm.org/D110357 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits