Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tools-extra/clangd/Headers.h | ||
---|---|---|
65 ↗ | (On Diff #207793) | nit: I'd tend to use a plain enum here to avoid the operator boilerplate, but up to you |
clang-tools-extra/clangd/Headers.h | ||
---|---|---|
65 ↗ | (On Diff #207793) | I was more worried about incidental usages like: IncludeGraphNode IGN; if(IGN.IsTU) blabla; |