summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-modernize/AddOverride/AddOverrideActions.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-07 20:05:01 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-07 20:05:01 +0000
commit85e6e8717145115bcb6ad67cde29a1f5eb352dab (patch)
tree9fbe516f7f3ac1499dff279b9135d2044150dc32 /clang-tools-extra/clang-modernize/AddOverride/AddOverrideActions.cpp
parent8af9eac331adf50c41bcb6f2333d2119fa689283 (diff)
downloadbcm5719-llvm-85e6e8717145115bcb6ad67cde29a1f5eb352dab.tar.gz
bcm5719-llvm-85e6e8717145115bcb6ad67cde29a1f5eb352dab.zip
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
always produce as pretty of results as it does in LLVM and Clang, but I don't mind and the value of having a single canonical ordering is very high IMO. Let me know if you spot really serious problems here. llvm-svn: 198703
Diffstat (limited to 'clang-tools-extra/clang-modernize/AddOverride/AddOverrideActions.cpp')
-rw-r--r--clang-tools-extra/clang-modernize/AddOverride/AddOverrideActions.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-modernize/AddOverride/AddOverrideActions.cpp b/clang-tools-extra/clang-modernize/AddOverride/AddOverrideActions.cpp
index 134318ed386..eec6cf40140 100644
--- a/clang-tools-extra/clang-modernize/AddOverride/AddOverrideActions.cpp
+++ b/clang-tools-extra/clang-modernize/AddOverride/AddOverrideActions.cpp
@@ -16,11 +16,10 @@
#include "AddOverrideActions.h"
#include "AddOverrideMatchers.h"
#include "Core/Transform.h"
-
-#include "clang/Basic/CharInfo.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Attr.h"
#include "clang/AST/RecursiveASTVisitor.h"
+#include "clang/Basic/CharInfo.h"
#include "clang/Lex/Lexer.h"
#include "clang/Lex/Preprocessor.h"
OpenPOWER on IntegriCloud