This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ff1332ee8e4 Fix -Wunused-lambda-capture warning. NFCI. new 949fb459df2 Revert "[ADT] Enable set_difference() to be used on StringSet" new 9c4a9b99198 [DAGCombine] visitAND - fix local shadow variable warnings. NFCI.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ADT/StringMap.h | 5 ---- include/llvm/ADT/StringSet.h | 6 ---- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 48 ++++++++++++++++---------------- unittests/ADT/CMakeLists.txt | 1 - unittests/ADT/StringMapTest.cpp | 15 ++++++++++ unittests/ADT/StringSetTest.cpp | 43 ---------------------------- 6 files changed, 39 insertions(+), 79 deletions(-) delete mode 100644 unittests/ADT/StringSetTest.cpp