As discussed during D51860 review, it is better to use llvm::Optional here as it has clear semantics which reflect intended behavior.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
Comment Actions
Change IndexBenchmark accordingly, perform minor cleanup.
clang-tools-extra/clangd/index/dex/Dex.cpp | ||
---|---|---|
182 ↗ | (On Diff #165261) | Oh, yeah, good catch! I thought I had some workaround at some point, but seems that it was lost at some point. |