Also, this is a dependency to D45532.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
Looks good, thanks! Yeah, seems that these were accidentally omitted.
You may want to add the const CXXRecordDecl * variant as well.
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h | ||
---|---|---|
736 | I think you wanted to say const auto * here. It's not really important that the local variable is const, but that the pointer points to const. |
Comment Actions
Thanks for the review!
If you like the new overload, can you please commit this for me?
I think you wanted to say const auto * here. It's not really important that the local variable is const, but that the pointer points to const.