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