summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExprConstant.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-12-01 17:12:56 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-12-01 17:12:56 +0000
commit444a1304ade69abcd1ee348934bc35237f1d3a8d (patch)
tree3d9b4480edfe6cd787cf781bce64135e4a5abc8e /clang/lib/AST/ExprConstant.cpp
parentd7d2b1fe455d9726d8f34b8605fc761650f3bd8d (diff)
downloadbcm5719-llvm-444a1304ade69abcd1ee348934bc35237f1d3a8d.tar.gz
bcm5719-llvm-444a1304ade69abcd1ee348934bc35237f1d3a8d.zip
Include pruning and general cleanup.
llvm-svn: 169095
Diffstat (limited to 'clang/lib/AST/ExprConstant.cpp')
-rw-r--r--clang/lib/AST/ExprConstant.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/lib/AST/ExprConstant.cpp b/clang/lib/AST/ExprConstant.cpp
index 6e0b5fca60c..d5976386991 100644
--- a/clang/lib/AST/ExprConstant.cpp
+++ b/clang/lib/AST/ExprConstant.cpp
@@ -35,15 +35,16 @@
#include "clang/AST/APValue.h"
#include "clang/AST/ASTContext.h"
+#include "clang/AST/ASTDiagnostic.h"
#include "clang/AST/CharUnits.h"
+#include "clang/AST/Expr.h"
#include "clang/AST/RecordLayout.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/AST/TypeLoc.h"
-#include "clang/AST/ASTDiagnostic.h"
-#include "clang/AST/Expr.h"
#include "clang/Basic/Builtins.h"
#include "clang/Basic/TargetInfo.h"
#include "llvm/ADT/SmallString.h"
+#include "llvm/Support/raw_ostream.h"
#include <cstring>
#include <functional>
OpenPOWER on IntegriCloud