rjmccall added inline comments.
Comment at: clang/include/clang/Basic/AttrDocs.td:3217
+are balanced, and that this attribute can safely be applied to
+reference-counting smart pointers.
+
I would change the first sentence here to:
> Arguments of ``trivial_abi``
Quuxplusone added a comment.
LgenerallyGTM!
- I would say "special member functions" instead of "methods"
- instead of "passed indirectly by address", consider saying "passed by hidden
reference" — is this something people will get, or is it a me-ism? :) There are
lots of Google hits for "by hi
rnk created this revision.
rnk added reviewers: aaron.ballman, rjmccall, dblaikie, ahatanak.
rnk requested review of this revision.
Herald added a project: clang.
My team recently answered some questions about the trivial_abi
attribute. This change attempts to distill those answers into
user-focus