[PATCH] D43248: [Attr] Fix parameter indexing for attributes

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 2 08:38:38 PST 2018


aaron.ballman added inline comments.


================
Comment at: test/Sema/attr-ownership.cpp:1
+// RUN: %clang_cc1 %s -verify
+
----------------
jdenny wrote:
> aaron.ballman wrote:
> > Please pass `-fsyntax-only` as well.
> Sure.  Would you like me to change test/Sema/attr-ownership.c while we're thinking about it?
Because it's unrelated to this patch, that can be done in a separate commit (no review required, you can just make the change and commit it).


https://reviews.llvm.org/D43248





More information about the cfe-commits mailing list