hokein added inline comments.

================
Comment at: clang-tools-extra/clangd/SemanticHighlighting.cpp:88
 
+  bool VisitTypedefDecl(TypedefDecl *TD) {
+    if(const auto *TSI = TD->getTypeSourceInfo())
----------------
Do we plan to support the type alias `using Y = X;` as well? `TypedefNameDecl` 
should cover both cases.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64754



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

Reply via email to