kadircet added inline comments.

================
Comment at: clang-tools-extra/clangd/Hover.cpp:345
+    if (!ILE->isSemanticForm())
+      E = ILE->getSemanticForm();
+  }
----------------
shouldn't we put this before `QualType T = E->getType();` ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83546



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

Reply via email to