forked from OSchip/llvm-project
[clangd] Correct the documentation, NFC.
llvm-svn: 368277
This commit is contained in:
parent
e2e366797e
commit
1c0c7ed6af
|
@ -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>();");
|
||||
|
|
Loading…
Reference in New Issue