llvm-project/clang/lib/ASTMatchers
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
..
Dynamic [clang] Change std::sort to llvm::sort in response to r327219 2018-03-27 16:50:00 +00:00
ASTMatchFinder.cpp PR36581: Support data recursion over Stmts in AST matchers. 2018-03-02 21:55:03 +00:00
ASTMatchersInternal.cpp ASTMatchers{,Macros}.h: Add some extra macros to use for decl/def of matchers 2017-11-21 01:09:18 +00:00
CMakeLists.txt ASTMatchers: Add an explicit dependency on libclangBasic. 2015-03-12 16:25:19 +00:00