kadircet added inline comments.

================
Comment at: clang-tools-extra/clangd/FindTarget.cpp:384
       }
+      void VisitUnresolvedUsingType(const UnresolvedUsingType * UUT) {
+        Outer.add(UUT->getDecl(), Flags);
----------------
nit: formatting around `*`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125684

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to