Author: omtcyfz Date: Thu Aug 4 04:23:30 2016 New Revision: 277709 URL: http://llvm.org/viewvc/llvm-project?rev=277709&view=rev Log: [clang-rename] add missing clang-format improvements
r277702 introduced clang-format changes so that later commits wouldn't introduce non-functional changes while running clang-format before commiting. Though, few changes by clang-format weren't in the patch. Modified: clang-tools-extra/trunk/clang-rename/USRFindingAction.cpp clang-tools-extra/trunk/clang-rename/tool/ClangRename.cpp Modified: clang-tools-extra/trunk/clang-rename/USRFindingAction.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-rename/USRFindingAction.cpp?rev=277709&r1=277708&r2=277709&view=diff ============================================================================== --- clang-tools-extra/trunk/clang-rename/USRFindingAction.cpp (original) +++ clang-tools-extra/trunk/clang-rename/USRFindingAction.cpp Thu Aug 4 04:23:30 2016 @@ -29,8 +29,8 @@ #include "clang/Tooling/Refactoring.h" #include "clang/Tooling/Tooling.h" #include <algorithm> -#include <string> #include <set> +#include <string> #include <vector> using namespace llvm; Modified: clang-tools-extra/trunk/clang-rename/tool/ClangRename.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-rename/tool/ClangRename.cpp?rev=277709&r1=277708&r2=277709&view=diff ============================================================================== --- clang-tools-extra/trunk/clang-rename/tool/ClangRename.cpp (original) +++ clang-tools-extra/trunk/clang-rename/tool/ClangRename.cpp Thu Aug 4 04:23:30 2016 @@ -13,8 +13,8 @@ /// //===----------------------------------------------------------------------===// -#include "../USRFindingAction.h" #include "../RenamingAction.h" +#include "../USRFindingAction.h" #include "clang/Basic/Diagnostic.h" #include "clang/Basic/DiagnosticOptions.h" #include "clang/Basic/FileManager.h" @@ -31,8 +31,8 @@ #include "llvm/ADT/IntrusiveRefCntPtr.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/FileSystem.h" -#include "llvm/Support/raw_ostream.h" #include "llvm/Support/YAMLTraits.h" +#include "llvm/Support/raw_ostream.h" #include <cstdlib> #include <string> #include <system_error> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits