[PATCH] D89935: [clangd] NFC: Update FIXME comment regarding lack of c/dtor support

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 22 01:28:27 PDT 2020


njames93 added inline comments.


================
Comment at: clang-tools-extra/clangd/FindSymbols.cpp:182
   index::SymbolInfo SymInfo = index::getSymbolInfo(&ND);
-  // FIXME: this is not classifying constructors, destructors and operators
-  //        correctly (they're all "methods").
+  // FIXME: This does not classify operators correctly, they are cosnidered
+  // methods.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89935



More information about the cfe-commits mailing list