summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-01-14 11:24:38 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-01-14 11:24:38 +0000
commit3cbd71c03bac065fbfc5928fe2ca9d5484c2c436 (patch)
tree07e557b28e1a03778f07ebfc25ac9cfb0337cdfe /clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
parent575bc3ba624639d164f889fc8da6acd7c52ffc31 (diff)
downloadbcm5719-llvm-3cbd71c03bac065fbfc5928fe2ca9d5484c2c436.tar.gz
bcm5719-llvm-3cbd71c03bac065fbfc5928fe2ca9d5484c2c436.zip
[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.py
No functionality changed, this is just a mechanical cleanup to keep the order of #include lines consistent across the project. llvm-svn: 225976
Diffstat (limited to 'clang-tools-extra/clang-tidy/ClangTidyOptions.cpp')
-rw-r--r--clang-tools-extra/clang-tidy/ClangTidyOptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-tidy/ClangTidyOptions.cpp b/clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
index 47be061ff02..fc0afb1d81d 100644
--- a/clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
+++ b/clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
@@ -11,12 +11,12 @@
#include "ClangTidyModuleRegistry.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/SmallString.h"
-#include "llvm/Support/Errc.h"
#include "llvm/Support/Debug.h"
+#include "llvm/Support/Errc.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
-#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/YAMLTraits.h"
+#include "llvm/Support/raw_ostream.h"
#include <utility>
#define DEBUG_TYPE "clang-tidy-options"
OpenPOWER on IntegriCloud