llvm-capstone/clang/utils
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
..
ABITest Add back the ABITest makefiles 2016-02-03 17:16:01 +00:00
analyzer [analyzer] [tests] Create a directory for the log file 2018-03-01 02:18:54 +00:00
check_cfc [utils] Improvements to check_cfc.py to work better with some build systems. 2015-06-03 15:09:13 +00:00
CIndex
ClangVisualizers Improved Visual Studio visualization of OpaquePtr 2016-06-13 04:02:35 +00:00
perf-training [clang] Enable clang build with LLVM_BUILD_INSTRUMENTED without setting LLVM_PROFTDATA 2017-10-13 03:21:39 +00:00
TableGen [clang] Change std::sort to llvm::sort in response to r327219 2018-03-27 16:50:00 +00:00
TestUtils
valgrind
VtableTest Remove autoconf support 2016-01-26 21:30:40 +00:00
bash-autocomplete.sh [Bash-autocompletion] Pass all flags in shell command-line to Clang 2018-03-05 08:54:20 +00:00
builtin-defines.c
CaptureCmd
ClangDataFormat.py
clangdiag.py New lldb python module for managing diagnostic breakpoints 2017-10-27 17:02:33 +00:00
CmpDriver
find-unused-diagnostics.sh Unused diagnostics can occur in tblgen. 2018-01-25 15:57:22 +00:00
FindSpecRefs
FuzzTest
modfuzz.py Add simple, stupid, pattern-based fuzzer / reducer for modules bugs. I've 2016-06-27 19:43:46 +00:00
token-delta.py