[clang-tools-extra] da14ae2 - [clangd] NFC: Reorder headers in tests accordig to Clang-Tidy
Kirill Bobyrev via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 20 01:39:12 PST 2020
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 {
More information about the cfe-commits
mailing list