llvm-project/clang/lib/Tooling
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
..
ASTDiff [clang] Change std::sort to llvm::sort in response to r327219 2018-03-27 16:50:00 +00:00
Core [clang] Change std::sort to llvm::sort in response to r327219 2018-03-27 16:50:00 +00:00
Refactoring [refactor][selection] canonicalize decl ref callee to the call expr 2017-11-14 23:10:50 +00:00
AllTUsExecution.cpp [Tooling] Don't deduplicate tool results in the All-TUs executor. 2018-01-17 17:37:11 +00:00
ArgumentsAdjusters.cpp [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2018-03-14 21:05:51 +00:00
CMakeLists.txt Add a tool executor that runs actions on all TUs in the compilation database. 2018-01-05 10:32:16 +00:00
CommonOptionsParser.cpp [Tooling] A new framework for executing clang frontend actions. 2017-10-26 10:38:14 +00:00
CompilationDatabase.cpp [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2018-03-14 21:05:51 +00:00
Execution.cpp Add a tool executor that runs actions on all TUs in the compilation database. 2018-01-05 10:32:16 +00:00
FileMatchTrie.cpp [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2018-03-14 21:05:51 +00:00
FixIt.cpp [tooling] FixItHint Tooling refactoring 2016-05-11 14:31:39 +00:00
JSONCompilationDatabase.cpp [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2018-03-14 21:05:51 +00:00
Refactoring.cpp Apply clang-tidy's performance-unnecessary-value-param to parts of clang. 2017-03-21 21:35:04 +00:00
RefactoringCallbacks.cpp [tooling] RefactoringCallbacks code cleanup 2017-05-12 00:16:56 +00:00
StandaloneExecution.cpp [Tooling] Fix linking of StandaloneToolExecutorPlugin. 2017-11-03 15:57:27 +00:00
Tooling.cpp Move a ref-counted pointer instead of copying it. NFC. 2018-03-27 14:02:06 +00:00