[PATCH] D75429: [clangd] DefineOutline won't copy virtual specifiers on methods
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 2 07:39:52 PST 2020
kadircet added a comment.
In D75429#1901018 <https://reviews.llvm.org/D75429#1901018>, @njames93 wrote:
> - Fixed clang tidy warning, wont fix format as it's contradicting with the style of the rest of the function
I believe the formatting linter messages results from the fact that you are finishing the structs with a `}` on a newline, it should be right next to expected output, without any newlines in between.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75429/new/
https://reviews.llvm.org/D75429
More information about the cfe-commits
mailing list