llvm-project/clang-tools-extra/clang-modernize/Core
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
..
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
CustomMatchers.h Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
IncludeDirectives.cpp [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:48:32 +00:00
IncludeDirectives.h Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't 2014-01-07 20:05:01 +00:00
IncludeExcludeInfo.cpp [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
IncludeExcludeInfo.h Fix a variety of user-visible and comment typos 2013-12-01 05:08:12 +00:00
Makefile
PerfSupport.cpp Update for llvm api change. 2014-02-24 18:21:04 +00:00
PerfSupport.h Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't 2014-01-07 20:05:01 +00:00
Refactoring.h Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
ReplacementHandling.cpp clang-modernize: fix invalid assignment in findClangApplyReplacements() 2014-03-30 10:50:25 +00:00
ReplacementHandling.h Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't 2014-01-07 20:05:01 +00:00
Transform.cpp [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:48:32 +00:00
Transform.h [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
Transforms.cpp [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
Transforms.h Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't 2014-01-07 20:05:01 +00:00