llvm-project/clang/lib/Tooling/Core
Mandeep Singh Grang c205d8cc8d [clang] Change std::sort to llvm::sort in response to r327219
r327219 added wrappers to std::sort which randomly shuffle the container before
sorting.  This will help in uncovering non-determinism caused due to undefined
sorting order of objects having the same key.

To make use of that infrastructure we need to invoke llvm::sort instead of
std::sort.

llvm-svn: 328636
2018-03-27 16:50:00 +00:00
..
CMakeLists.txt Moved QualTypeNames.h from Tooling to AST. 2017-11-08 10:39:03 +00:00
Diagnostic.cpp Add const to reference arguments of Diagnostic ctor 2017-07-05 11:45:09 +00:00
Lookup.cpp Do not do raw name replacement when FromDecl is a class forward-declaration. 2016-11-25 16:02:49 +00:00
Replacement.cpp [clang] Change std::sort to llvm::sort in response to r327219 2018-03-27 16:50:00 +00:00