llvm-capstone/lldb/source/Interpreter
Jonas Devlieghere 9bbba276e9 Change std::sort to llvm::sort to detect non-determinism.
LLVM added wrappers to std::sort (r327219) that randomly shuffle the
container before sorting. The goal is to uncover non-determinism due to
undefined sorting order of objects having the same key.

This can be enabled with -DLLVM_ENABLE_EXPENSIVE_CHECKS=ON.

llvm-svn: 350679
2019-01-08 23:25:06 +00:00
..
CMakeLists.txt build: add libedit to include paths 2018-09-21 18:34:41 +00:00
CommandAlias.cpp [NFC] Replace compare with (in)equality operator where applicable. 2018-12-21 22:46:10 +00:00
CommandHistory.cpp Fix !N and !-N commands and add a test case. 2017-04-19 23:21:04 +00:00
CommandInterpreter.cpp [CommandInterpreter] Simplify PreprocessCommand. (NFCI) 2018-12-30 17:56:30 +00:00
CommandObject.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
CommandObjectRegexCommand.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
CommandObjectScript.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
CommandObjectScript.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
CommandOptionValidators.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CommandReturnObject.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
embedded_interpreter.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
OptionArgParser.cpp Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef 2018-09-26 18:50:19 +00:00
OptionGroupArchitecture.cpp Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef 2018-09-26 18:50:19 +00:00
OptionGroupBoolean.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionGroupFile.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionGroupFormat.cpp Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef 2018-09-26 18:50:19 +00:00
OptionGroupOutputFile.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionGroupPlatform.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionGroupString.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionGroupUInt64.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionGroupUUID.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionGroupValueObjectDisplay.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionGroupVariable.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
OptionGroupWatchpoint.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
Options.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
OptionValue.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueArch.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueArgs.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueArray.cpp Change std::sort to llvm::sort to detect non-determinism. 2019-01-08 23:25:06 +00:00
OptionValueBoolean.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueChar.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueDictionary.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueEnumeration.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueFileSpec.cpp Re-land "Extract construction of DataBufferLLVM into FileSystem" 2018-11-12 21:24:50 +00:00
OptionValueFileSpecLIst.cpp Change std::sort to llvm::sort to detect non-determinism. 2019-01-08 23:25:06 +00:00
OptionValueFormat.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueFormatEntity.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueLanguage.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValuePathMappings.cpp Change std::sort to llvm::sort to detect non-determinism. 2019-01-08 23:25:06 +00:00
OptionValueProperties.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
OptionValueRegex.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueSInt64.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueString.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueUInt64.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
OptionValueUUID.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
Property.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ScriptInterpreter.cpp [Interpreter] Simplify else after return. NFCI. 2017-09-03 19:27:56 +00:00