[PATCH] D51789: [clang] Add the exclude_from_explicit_instantiation attribute
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 17 07:24:51 PDT 2018
aaron.ballman added inline comments.
================
Comment at: clang/include/clang/Basic/AttrDocs.td:2990
+on static and non-static member functions of class templates, static data
+members of class templates and member classes of class templates.
+ }];
----------------
An example that demonstrates how the attribute behaves would be appreciated. Having some exposition that explains why a user might want to write this attribute themselves would also be good.
Repository:
rC Clang
https://reviews.llvm.org/D51789
More information about the cfe-commits
mailing list