diff --git a/clang-tools-extra/clang-modernize/Core/ReplacementHandling.h b/clang-tools-extra/clang-modernize/Core/ReplacementHandling.h index be3d15077193..4f16d97b95ab 100644 --- a/clang-tools-extra/clang-modernize/Core/ReplacementHandling.h +++ b/clang-tools-extra/clang-modernize/Core/ReplacementHandling.h @@ -22,6 +22,8 @@ class ReplacementHandling { public: + ReplacementHandling() : DoFormat(false) {} + /// \brief Finds the path to the executable 'clang-apply-replacements'. /// /// The executable is searched for on the PATH. If not found, looks in the