[PATCH] D89571: [clangd] Add textDocument/ast extension method to dump the AST
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 19 16:13:15 PST 2020
sammccall marked 3 inline comments as done.
sammccall added inline comments.
================
Comment at: clang-tools-extra/clangd/unittests/DumpASTTests.cpp:12
+#include "TestTU.h"
+#include "llvm/Support/ScopedPrinter.h"
+#include "gmock/gmock.h"
----------------
adamcz wrote:
> include order lint warning here
Not sure what's going on here, this does seem to be the order that current clang-format wants. Maybe this clang-tidy is an older version?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89571/new/
https://reviews.llvm.org/D89571
More information about the cfe-commits
mailing list