mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
This sorts the 'Misc' section of the MissingFeatures.h file lexicographically. The goal is to reduce the number of merge conflicts we're having with this file. Currently, we've been adding new entries at the end of this section and getting very frequent conflicts as a result. If we instead insert new entries lexicographically, they shouldn't conflict nearly as often.