[PATCH] D85978: [clang-tools-extra] Added missing comma
Zachary Selk via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 14 11:28:54 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcaac40fa5a61: [clang-tools-extra] Added missing comma (authored by zacharyselk).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85978/new/
https://reviews.llvm.org/D85978
Files:
clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
Index: clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
===================================================================
--- clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
+++ clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
@@ -345,7 +345,7 @@
$Class[[Foo]] *$LocalVariable[[FP]] = ($Class[[Foo]]*)$LocalVariable[[B]];
int $LocalVariable[[I]] = (int)$LocalVariable[[B]];
}
- )cpp"
+ )cpp",
R"cpp(
struct $Class[[B]] {};
struct $Class[[A]] {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85978.285702.patch
Type: text/x-patch
Size: 547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200814/3bbd08f6/attachment.bin>
More information about the cfe-commits
mailing list