Author: Kirill Bobyrev Date: 2020-11-20T10:38:41+01:00 New Revision: da14ae23a54783a4bb2e20651af434530510e704
URL: https://github.com/llvm/llvm-project/commit/da14ae23a54783a4bb2e20651af434530510e704 DIFF: https://github.com/llvm/llvm-project/commit/da14ae23a54783a4bb2e20651af434530510e704.diff LOG: [clangd] NFC: Reorder headers in tests accordig to Clang-Tidy Added: Modified: clang-tools-extra/clangd/unittests/RenameTests.cpp Removed: ################################################################################ diff --git a/clang-tools-extra/clangd/unittests/RenameTests.cpp b/clang-tools-extra/clangd/unittests/RenameTests.cpp index 876262a463a5..68a6a666a895 100644 --- a/clang-tools-extra/clangd/unittests/RenameTests.cpp +++ b/clang-tools-extra/clangd/unittests/RenameTests.cpp @@ -17,9 +17,9 @@ #include "clang/Tooling/Core/Replacement.h" #include "llvm/ADT/STLExtras.h" #include "llvm/Support/MemoryBuffer.h" +#include <algorithm> #include "gmock/gmock.h" #include "gtest/gtest.h" -#include <algorithm> namespace clang { namespace clangd { _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits