[PATCH] D117107: [clangd] Elide even more checks in SelectionTree.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 12 23:09:39 PST 2022


sammccall added inline comments.


================
Comment at: clang-tools-extra/clangd/unittests/SelectionTests.cpp:206
+          R"cpp(
+            #define TARGET void foo()
+            [[TAR^GET{ return; }]]
----------------
This test isn't strictly related, but it failed with a buggy version of this patch.
(It's extracted from a DefineOutline test which also failed but in a less direct way)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117107/new/

https://reviews.llvm.org/D117107



More information about the cfe-commits mailing list