Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Logic looks great, just naming/comment nits
clang-tools-extra/clangd/index/Background.cpp | ||
---|---|---|
276 ↗ | (On Diff #207837) | , or we indexed successfully this time. |
444 ↗ | (On Diff #207837) | I'm happy with this inline or out-of-line, but if it's inline here it shouldn't have a function-style comment with \p :-) |
clang-tools-extra/clangd/index/Background.h | ||
98 ↗ | (On Diff #207837) | I wonder whether a more "flavorful" name like "ShardVersion" might help explain the purpose here? |
125 ↗ | (On Diff #207837) | It's not obvious to me why we're apologising for this not being the include graph. The data happens to come from there (kind of) but I wouldn't really mention it. |
128 ↗ | (On Diff #207837) | Again, I think "Versions" would make it more obvious what this is for. |
129 ↗ | (On Diff #207837) | rename mutex to match guarded variable |