Details
Details
- Reviewers
hokein - Commits
- rGc2d4280328e4: [clangd] Validate optional fields more strictly.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sorry, I thought this was accepted. Had addressed the two comments, happy to address more or revert, LMK
R.failureReason's type is llvm::Optional<std::string>, I think we should probably use the O.map (the overload one for llvm::Optional)?