Most constructors and destructors in CFG.h already specify const arguments, but some are missing this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137584
Add const information about AST nodes used to construct CFG elements. ClosedPublic Authored by merrymeerkat on Nov 7 2022, 1:22 PM.
Details Summary Most constructors and destructors in CFG.h already specify const arguments, but some are missing this.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 7 2022, 1:34 PM Closed by commit rG3c50f0d879bf: Add const information about AST nodes used to construct CFG elements. (authored by merrymeerkat, committed by gribozavr). · Explain WhyNov 8 2022, 3:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 473767 clang/include/clang/Analysis/CFG.h
|