summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorKen Dyck <ken.dyck@onsemi.com>2009-12-22 14:23:30 +0000
committerKen Dyck <ken.dyck@onsemi.com>2009-12-22 14:23:30 +0000
commit8c89d59c82241dbfd6f3f8ebe40041adc7bd841d (patch)
tree86e25c5418f1c9984323cd842b36350b7f64ca57 /clang/lib/CodeGen
parent96596c98fbb584d8c9eec99d0a1c0734da756787 (diff)
downloadbcm5719-llvm-8c89d59c82241dbfd6f3f8ebe40041adc7bd841d.tar.gz
bcm5719-llvm-8c89d59c82241dbfd6f3f8ebe40041adc7bd841d.zip
Move the implementation of ASTContext::getTypeSizeInChars() to the .cpp file to
avoid #including CharUnits.h in ASTContext.h. llvm-svn: 91903
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGDecl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDecl.cpp b/clang/lib/CodeGen/CGDecl.cpp
index 72dc8373ca1..23af59c2b42 100644
--- a/clang/lib/CodeGen/CGDecl.cpp
+++ b/clang/lib/CodeGen/CGDecl.cpp
@@ -15,6 +15,7 @@
#include "CodeGenFunction.h"
#include "CodeGenModule.h"
#include "clang/AST/ASTContext.h"
+#include "clang/AST/CharUnits.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclObjC.h"
#include "clang/Basic/SourceManager.h"
OpenPOWER on IntegriCloud