Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 34300 Build 34299: arc lint + arc unit
Event Timeline
Logic looks great, just naming/comment nits
clang-tools-extra/clangd/index/Background.cpp | ||
---|---|---|
276 | , or we indexed successfully this time. | |
444 | 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 | I wonder whether a more "flavorful" name like "ShardVersion" might help explain the purpose here? | |
125 | 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 | Again, I think "Versions" would make it more obvious what this is for. | |
129 | rename mutex to match guarded variable |
I wonder whether a more "flavorful" name like "ShardVersion" might help explain the purpose here?