clang-modernize: Fix clang-apply-replacements invocation bug

The command-line for clang-apply-replacements was being mangled due to an
uninitialized variable. gasp! Now fixed.

llvm-svn: 192033
This commit is contained in:
Edwin Vane 2013-10-05 13:31:31 +00:00
parent c0f00b79f7
commit 9e5b0da062
1 changed files with 2 additions and 0 deletions

View File

@ -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