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>();");


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to