[PATCH] D38969: Sort Attributes by "HeaderName"
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 16 12:14:13 PDT 2017
erichkeane created this revision.
Attributes in the docs were previously sorted (apparently)
by the attribute name, so AnyX86Interrupt ended up being the
first one, rather than in a meaningful place. This resulted in the
4 'interrupt' titled sections being all in different places.
This replaces it with a naive alphabetical sort (case sensitive, underscore
and special characters first, etc).
https://reviews.llvm.org/D38969
Files:
utils/TableGen/ClangAttrEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38969.119192.patch
Type: text/x-patch
Size: 5093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171016/fcce2aa0/attachment.bin>
More information about the cfe-commits
mailing list