================
@@ -1074,6 +1094,29 @@ class Foo final {})cpp";
HI.Parameters->back().Name = "v";
HI.AccessSpecifier = "public";
}},
+ {// Setter with comment
+ R"cpp(
+ struct X {
+ // An int named Y
+ int Y;
----------------
timon-ul wrote:nit: you have a trailing whitespace here https://github.com/llvm/llvm-project/pull/182738 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
