Flang C++ Style Guide tells us to use x.value() when no presence test
is obviously protecting the reference. Since assert can be disabled,
I don't count it as "protection" here.
Details
Details
- Reviewers
clementval - Commits
- rG993625be80d6: [flang] Use value instead of getValue (NFC)
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo