aaron.ballman added inline comments.

================
Comment at: test/Sema/attr-print.c:12
+short arr[3] __attribute__((aligned));
+
 // CHECK: void foo() __attribute__((const));
----------------
jdenny wrote:
> 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.
Nope, not necessary -- it's already got the coverage I was hoping for. Thank 
you!


https://reviews.llvm.org/D43748



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

Reply via email to