mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Previously this code was doing std::sort on IdentifierInfo pointers. Now it sorts alphabetically by platform name. This should de-flake clang/test/Index/availability.c, which was failing non-deterministically for me. llvm-svn: 310138