Skip to content
Snippets Groups Projects
Commit 9e5b0da0 authored by Edwin Vane's avatar Edwin Vane
Browse files

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
parent c0f00b79
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment