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"); _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits