[PATCH] D43748: [Attr] Fix paren, comma, and omitted arg printing in some cases

Joel E. Denny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 27 08:16:46 PST 2018


jdenny added inline comments.


================
Comment at: test/Sema/attr-print.c:12
+short arr[3] __attribute__((aligned));
+
 // CHECK: void foo() __attribute__((const));
----------------
aaron.ballman wrote:
> Please add a test showing that `objc_bridge_related` isn't mangled by `-ast-print`.
There's already one in Misc/ast-print-objectivec.m, but I can add one here too if that's helpful.


https://reviews.llvm.org/D43748





More information about the cfe-commits mailing list