daiyousei-qz added a comment. Requesting for some advice
================ Comment at: clang-tools-extra/clangd/unittests/InlayHintTests.cpp:1666 + + $anon[[struct { + int x; ---------------- This is unwanted behavior from my understanding. Do you guys have any insight how we could fix this? What I can think of is tracking if we are currently inside a variable declaration and turning off the hint. However, this would have some side effects on ``` auto f = [] { struct S {}; }; ``` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D150635/new/ https://reviews.llvm.org/D150635 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits