[clang-tools-extra] r333373 - [clangd] Remove the outdated comment. NFC
Ilya Biryukov via cfe-commits
cfe-commits at lists.llvm.org
Mon May 28 05:43:20 PDT 2018
Author: ibiryukov
Date: Mon May 28 05:43:20 2018
New Revision: 333373
URL: http://llvm.org/viewvc/llvm-project?rev=333373&view=rev
Log:
[clangd] Remove the outdated comment. NFC
Modified:
clang-tools-extra/trunk/unittests/clangd/CodeCompleteTests.cpp
Modified: clang-tools-extra/trunk/unittests/clangd/CodeCompleteTests.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/clangd/CodeCompleteTests.cpp?rev=333373&r1=333372&r2=333373&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/clangd/CodeCompleteTests.cpp (original)
+++ clang-tools-extra/trunk/unittests/clangd/CodeCompleteTests.cpp Mon May 28 05:43:20 2018
@@ -1000,7 +1000,6 @@ TEST(CompletionTest, NoIndexCompletionsI
}
}
-// FIXME: This still crashes under asan. Fix it and reenable the test.
TEST(CompletionTest, DocumentationFromChangedFileCrash) {
MockFSProvider FS;
auto FooH = testPath("foo.h");
More information about the cfe-commits
mailing list