summaryrefslogtreecommitdiff
path: root/lib/AST
diff options
context:
space:
mode:
authorNandor Licker <n@ndor.email>2019-08-29 21:57:47 +0000
committerNandor Licker <n@ndor.email>2019-08-29 21:57:47 +0000
commitf30b6a252e05f473757d26d4072dfd099686db29 (patch)
treed7dfd8ef6145b0ab68ad2c40abbfa75ade05567b /lib/AST
parentd564671e9d6ed33976e365a7f218c4518067ea67 (diff)
downloadclang-f30b6a252e05f473757d26d4072dfd099686db29.tar.gz
[NFC] Test commit - sorted headers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST')
-rw-r--r--lib/AST/ExprConstant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/ExprConstant.cpp b/lib/AST/ExprConstant.cpp
index b4d0245974..cc49409412 100644
--- a/lib/AST/ExprConstant.cpp
+++ b/lib/AST/ExprConstant.cpp
@@ -36,9 +36,9 @@
#include "clang/AST/ASTContext.h"
#include "clang/AST/ASTDiagnostic.h"
#include "clang/AST/ASTLambda.h"
+#include "clang/AST/CXXInheritance.h"
#include "clang/AST/CharUnits.h"
#include "clang/AST/CurrentSourceLocExprScope.h"
-#include "clang/AST/CXXInheritance.h"
#include "clang/AST/Expr.h"
#include "clang/AST/OSLog.h"
#include "clang/AST/RecordLayout.h"