aboutsummaryrefslogtreecommitdiff
path: root/clang-apply-replacements
AgeCommit message (Expand)Author
2014-06-12include system_error directly.Rafael Espindola
2014-06-12Replace llvm::error_code with std::error_code.Rafael Espindola
2014-06-09[C++11] Use 'nullptr'.Craig Topper
2014-03-09[C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi
2014-02-24Update for llvm api change.Rafael Espindola
2014-02-24Update for llvm api change.Rafael Espindola
2014-01-07Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth
2013-12-10[CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi
2013-12-09[CMake] clang-tools-extra may not depend on LLVM CodeGen.NAKAMURA Takumi
2013-12-02Adapt the code to the interface change in r196108.Alexander Kornienko
2013-11-18Fix the build after r195016.Alexander Kornienko
2013-10-05clang-modernize: Apply replacements using clang-apply-replacementsEdwin Vane
2013-10-01clang-apply-replacements: Fixing doxygen warningEdwin Vane
2013-09-30clang-apply-replacements: Add code formatting functionalityEdwin Vane
2013-09-24clang-apply-replacements: Clean up -help and -versionEdwin Vane
2013-09-03Rename clang-replace -> clang-apply-replacementsEdwin Vane