QualType::getNonReferenceType() does the same thing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D149744
[clang][dataflow][NFC] Eliminate unnecessary helper `stripReference()`. ClosedPublic Authored by mboehme on May 3 2023, 6:21 AM.
Details Summary QualType::getNonReferenceType() does the same thing.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 4 2023, 5:30 AM This revision was landed with ongoing or failed builds.May 4 2023, 6:14 AM Closed by commit rGc849843c3ef7: [clang][dataflow][NFC] Eliminate unnecessary helper `stripReference()`. (authored by mboehme). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 519463 clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
|