- Rename isKind() to classof() to follow the llvm style RTTI.
- Take SVal by-value instead of reference.
- Mark classof public.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D125706
[analyzer][NFC] Use idiomatic classof instead of isKind ClosedPublic Authored by steakhal on May 16 2022, 10:35 AM.
Details Summary
Diff Detail
Event Timelinesteakhal added a child revision: D125707: [analyzer][NFC] Remove unused friend SVal declarations.May 16 2022, 10:35 AM This revision is now accepted and ready to land.May 17 2022, 1:53 AM Closed by commit rGe37b287998a7: [analyzer][NFC] Use idiomatic classof instead of isKind (authored by steakhal). · Explain WhyMay 27 2022, 1:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 432493 clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
|