[PM/AA] Run clang-format over this code to establish a clean baseline
[oota-llvm.git] / include / llvm / ADT / DeltaAlgorithm.h
index 4d07e044781f504aec001e62d57342512cdc33a5..a26f37dfdc7dcee97a4f5e1f9afd7cdb061ac026 100644 (file)
@@ -68,7 +68,7 @@ private:
   /// \return - True on success.
   bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
               changeset_ty &Res);
-              
+
 protected:
   /// UpdatedSearchState - Callback used when the search state changes.
   virtual void UpdatedSearchState(const changeset_ty &Changes,
@@ -77,6 +77,8 @@ protected:
   /// ExecuteOneTest - Execute a single test predicate on the change set \p S.
   virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
 
+  DeltaAlgorithm& operator=(const DeltaAlgorithm&) = default;
+
 public:
   virtual ~DeltaAlgorithm();