llvm-project/clang-tools-extra/clang-modernize
Guillaume Papin 46113d0e22 clang-modernize: fix invalid assignment in findClangApplyReplacements()
Summary:
When clang-apply-replacements wasn't in the PATH or sitting next to
clang-modernize, findClangApplyReplacements() was finding the wrong path
(pointing to clang-modernize instead of nothing).

See the related PR at http://llvm.org/bugs/show_bug.cgi?id=18421

Reviewers: klimek

CC: silvas, cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D3217

llvm-svn: 205136
2014-03-30 10:50:25 +00:00
..
AddOverride [C++11] Replace LLVM_OVERRIDE with 'override' 2014-03-02 10:20:11 +00:00
Core clang-modernize: fix invalid assignment in findClangApplyReplacements() 2014-03-30 10:50:25 +00:00
LoopConvert [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
PassByValue [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
ReplaceAutoPtr [C++11] Replace LLVM_OVERRIDE with 'override' 2014-03-02 10:20:11 +00:00
UseAuto [C++11] Replace LLVM_OVERRIDE with 'override' 2014-03-02 10:20:11 +00:00
UseNullptr [C++11] Replace LLVM_OVERRIDE with 'override' 2014-03-02 10:20:11 +00:00
tool [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
CMakeLists.txt clang-modernize: Apply replacements using clang-apply-replacements 2013-10-05 12:15:58 +00:00
Makefile