Model make_optional, optional's default constructor, emplace,
reset, and operator bool members.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
| clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp | ||
|---|---|---|
| 64 | Nit: unintended change? | |
| clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp | ||
| 34 | I wonder if it is more sustainable in the long term to have these headers in a separate file and #include them here (and build the raw string literal with a macro if that is possible at all). | |
| clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp | ||
|---|---|---|
| 34 | Yeap, I agree that would be better. I'll consider some options and send a patch to move them out of here. | |
Nit: unintended change?