[PATCH] D58365: [attributes] Add a MIG server routine attribute.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 20 15:17:42 PST 2019


aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM with a minor documentation nit.



================
Comment at: clang/include/clang/Basic/AttrDocs.td:4049
+it will be automatically applied to overrides if the method is virtual. The
+attribute can be written using C++11 syntax: ``[[mig::server_routine]]``.
+}];
----------------
can be written -> can also be written


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58365/new/

https://reviews.llvm.org/D58365





More information about the cfe-commits mailing list