Model calls returning optionals
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
1,750 ms | x64 debian > Clangd.Clangd::check.test |
Event Timeline
clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp | ||
---|---|---|
166 | Does alias refers to a type alias in this case? I first parsed this as if this has something to do with pointers being aliased. I wonder if possiblyOptionalAliasType would read better (considering the optional type its own alias). Feel free to ignore. |
clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp | ||
---|---|---|
166 | I opted for hasOptionalOrAliasType. |
Does alias refers to a type alias in this case? I first parsed this as if this has something to do with pointers being aliased. I wonder if possiblyOptionalAliasType would read better (considering the optional type its own alias). Feel free to ignore.