mizvekov marked an inline comment as done.
mizvekov added inline comments.
================
Comment at: clang-tools-extra/clangd/unittests/InlayHintTests.cpp:470
+                  ExpectedHint{": S1", "x"},
+                  ExpectedHint{": S2::Inner<int>", "y"});
 }
----------------
nridge wrote:
> This test expectation change is suspicious. The type is being printed with 
> `PrintingPolicy::SuppressScope=true`, shouldn't that still be respected?
Thanks for pointing that out, I will take a look, but I suspect this to be some 
TypePrinter issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110216

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

Reply via email to