[clang] [NFC] [analyzer] Factor out SymbolManager::get<*> (PR #121781)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 6 08:17:13 PST 2025
================
@@ -224,6 +224,8 @@ class SymbolMetadata : public SymbolData {
const Stmt *S;
QualType T;
const LocationContext *LCtx;
+ /// Count can be used to differentiate regions corresponding to
+ /// different loop iterations, thus, making the symbol path-dependent.
----------------
NagyDonat wrote:
I like that you saved this comment by migrating it here.
https://github.com/llvm/llvm-project/pull/121781
More information about the cfe-commits
mailing list