Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/SemanticHighlighting.cpp | ||
---|---|---|
305 | nit: move the trailing ; to a new line. |
clang-tools-extra/clangd/SemanticHighlighting.cpp | ||
---|---|---|
305 | I have done this, but clang-format moves it back... do we really want to fight wit it? |
clang-tools-extra/clangd/SemanticHighlighting.cpp | ||
---|---|---|
305 | I wrote it as: default: break; instead, I think that may be more idiomatic anyways. |
nit: move the trailing ; to a new line.