[clang-tools-extra] r368277 - [clangd] Correct the documentation, NFC.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 03:58:16 PDT 2019


Author: hokein
Date: Thu Aug  8 03:58:16 2019
New Revision: 368277

URL: http://llvm.org/viewvc/llvm-project?rev=368277&view=rev
Log:
[clangd] Correct the documentation, NFC.

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=368277&r1=368276&r2=368277&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/unittests/TweakTesting.h (original)
+++ clang-tools-extra/trunk/clangd/unittests/TweakTesting.h Thu Aug  8 03:58:16 2019
@@ -26,7 +26,7 @@ namespace clangd {
 //     namespace foo { template<typename> class X{}; }
 //     using namespace foo;
 //   cpp)";
-//   Context = Block;
+//   Context = Function;
 //   EXPECT_THAT(apply("[[auto]] X = foo<int>();"),
 //               "foo<int> X = foo<int();");
 //   EXPECT_AVAILABLE("^a^u^t^o^ X = foo<int>();");




More information about the cfe-commits mailing list