aboutsummaryrefslogtreecommitdiffstats
path: root/src/Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.cpp')
-rw-r--r--src/Utils.cpp36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/Utils.cpp b/src/Utils.cpp
index 1de3e8e4..b0d413af 100644
--- a/src/Utils.cpp
+++ b/src/Utils.cpp
@@ -23,6 +23,10 @@
*/
#include "Utils.h"
+#include "StringUtils.h"
+#include "HierarchyUtils.h"
+#include "StmtBodyRange.h"
+#include "clazy_stl.h"
#include <clang/AST/Expr.h>
#include <clang/AST/DeclCXX.h>
@@ -30,28 +34,24 @@
#include <clang/AST/ExprCXX.h>
#include <clang/Basic/SourceLocation.h>
#include <clang/Lex/Lexer.h>
+#include <clang/AST/Decl.h>
+#include <clang/AST/DeclBase.h>
+#include <clang/AST/DeclGroup.h>
+#include <clang/AST/OperationKinds.h>
+#include <clang/AST/Stmt.h>
+#include <clang/AST/StmtIterator.h>
+#include <clang/AST/Type.h>
+#include <clang/Basic/CharInfo.h>
+#include <clang/Basic/IdentifierTable.h>
+#include <clang/Basic/LLVM.h>
+#include <clang/Basic/SourceManager.h>
+#include <clang/Lex/Token.h>
+#include <llvm/Support/Casting.h>
+
#include <cctype>
#include <iterator>
#include <utility>
-#include "StringUtils.h"
-#include "HierarchyUtils.h"
-#include "StmtBodyRange.h"
-#include "clang/AST/Decl.h"
-#include "clang/AST/DeclBase.h"
-#include "clang/AST/DeclGroup.h"
-#include "clang/AST/OperationKinds.h"
-#include "clang/AST/Stmt.h"
-#include "clang/AST/StmtIterator.h"
-#include "clang/AST/Type.h"
-#include "clang/Basic/CharInfo.h"
-#include "clang/Basic/IdentifierTable.h"
-#include "clang/Basic/LLVM.h"
-#include "clang/Basic/SourceManager.h"
-#include "clang/Lex/Token.h"
-#include "clazy_stl.h"
-#include "llvm/Support/Casting.h"
-
namespace clang {
class LangOptions;
} // namespace clang