================
@@ -1458,13 +1463,66 @@ TEST(TypeHints, DefaultTemplateArgs) {
struct A {};
A<float> foo();
auto $var[[var]] = foo();
- A<float> bar[1];
+ A<float> baz;
+ A<float> bar[1]{};
----------------
torshepherd wrote:
My fault, an artifact from a different set of inlay hints I decided not to
include (show implicit default constructions with '{}')
https://github.com/llvm/llvm-project/pull/95712
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits