[PATCH] D46450: [Driver] Add mips_Features_Group to Options to improve documentation sorting

2018-05-07 Thread Vince Del Vecchio via Phabricator via cfe-commits
vdelvecc added a comment. In https://reviews.llvm.org/D46450#1089105, @atanasyan wrote: > LGTM > > Do you have commit access? Nope. Would you commit it please? Thanks much! Repository: rC Clang https://reviews.llvm.org/D46450 ___ cfe-commits

[PATCH] D46450: [Driver] Add mips_Features_Group to Options to improve documentation sorting

2018-05-04 Thread Vince Del Vecchio via Phabricator via cfe-commits
vdelvecc created this revision. vdelvecc added reviewers: sdardis, atanasyan, rsmith. Herald added subscribers: cfe-commits, arichardson. Move all of the MIPS-only options into a new m_mips_Features_Group. Nearly all other targets have most target-specific options grouped, but MIPS does not. Th