[clang-tools-extra] r368841 - [Clangd] NFC: Fixed comment typo
Shaurya Gupta via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 05:40:09 PDT 2019
Author: sureyeaah
Date: Wed Aug 14 05:40:09 2019
New Revision: 368841
URL: http://llvm.org/viewvc/llvm-project?rev=368841&view=rev
Log:
[Clangd] NFC: Fixed comment typo
Modified:
clang-tools-extra/trunk/clangd/unittests/TweakTesting.h
Modified: clang-tools-extra/trunk/clangd/unittests/TweakTesting.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/unittests/TweakTesting.h?rev=368841&r1=368840&r2=368841&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/unittests/TweakTesting.h (original)
+++ clang-tools-extra/trunk/clangd/unittests/TweakTesting.h Wed Aug 14 05:40:09 2019
@@ -25,7 +25,7 @@ namespace clangd {
// Header = R"cpp(
// namespace foo { template<typename> class X{}; }
// using namespace foo;
-// cpp)";
+// )cpp";
// Context = Function;
// EXPECT_THAT(apply("[[auto]] X = foo<int>();"),
// "foo<int> X = foo<int();");
More information about the cfe-commits
mailing list