[PATCH] D101328: [clangd] run clang-format on FindTargetTests.cpp
David Goldman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 26 14:59:38 PDT 2021
dgoldman created this revision.
Herald added subscribers: usaxena95, kadircet, arphaman.
dgoldman requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.
Addressing comments in https://reviews.llvm.org/D98984
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101328
Files:
clang-tools-extra/clangd/unittests/FindTargetTests.cpp
Index: clang-tools-extra/clangd/unittests/FindTargetTests.cpp
===================================================================
--- clang-tools-extra/clangd/unittests/FindTargetTests.cpp
+++ clang-tools-extra/clangd/unittests/FindTargetTests.cpp
@@ -904,6 +904,7 @@
}
)cpp";
EXPECT_DECLS("ObjCProtocolExpr", "@protocol Foo");
+ //
Code = R"cpp(
@interface Foo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101328.340663.patch
Type: text/x-patch
Size: 384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210426/7bda9e9d/attachment.bin>
More information about the cfe-commits
mailing list