"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "e12b49a6e8a9bab4f8f36768c9b2da82712ea6d6"
Sort Attributes by "HeaderName"
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). Differential Revision: https://reviews.llvm.org/D38969 llvm-svn: 315931
Loading
Please register or sign in to comment