llvm-project/clang-tools-extra/clang-modernize
Rafael Espindola 228166a4ca Use error_code() instead of error_code::succes()
There is no std::error_code::success, so this removes much of the noise
in transitioning to std::error_code.

llvm-svn: 209953
2014-05-31 02:00:59 +00:00
..
AddOverride [C++11] Replace LLVM_OVERRIDE with 'override' 2014-03-02 10:20:11 +00:00
Core Use error_code() instead of error_code::succes() 2014-05-31 02:00:59 +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 Try to fix the build. newFrontendActionFactory was changed to return a unique_ptr. 2014-04-28 10:06:50 +00:00
CMakeLists.txt clang-modernize: Apply replacements using clang-apply-replacements 2013-10-05 12:15:58 +00:00
Makefile