llvm-project/clang/tools/diagtool
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 [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
DiagTool.cpp [clang] Change std::sort to llvm::sort in response to r327219 2018-03-27 16:50:00 +00:00
DiagTool.h
DiagnosticNames.cpp [refactor] allow the use of refactoring diagnostics 2017-10-16 18:28:26 +00:00
DiagnosticNames.h [NFC] Loop modernization in diagtool 2017-09-05 18:04:34 +00:00
FindDiagnosticID.cpp [diagtool] Add ability to pass in the id and return the name for a 2017-08-03 16:13:13 +00:00
ListWarnings.cpp [NFC] Loop modernization in diagtool 2017-09-05 18:04:34 +00:00
ShowEnabledWarnings.cpp [NFC] Loop modernization in diagtool 2017-09-05 18:04:34 +00:00
TreeView.cpp [diagtool] Change default tree behavior to print only flags 2017-09-05 18:04:40 +00:00
diagtool_main.cpp