summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/GlobalDecl.h
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-01-13 18:57:25 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-01-13 18:57:25 +0000
commit0ff0b3762766d4e2d13a76cd9dea080195b73a5d (patch)
tree05ba8dfe749d5b6669bcebaded7354f5465f8194 /clang/lib/CodeGen/GlobalDecl.h
parent018778af3dac8e1930c59768bbbd2db41307fe1f (diff)
downloadbcm5719-llvm-0ff0b3762766d4e2d13a76cd9dea080195b73a5d.tar.gz
bcm5719-llvm-0ff0b3762766d4e2d13a76cd9dea080195b73a5d.zip
Move name mangling support from CodeGen to AST. In the
process, perform a number of refactorings: - Move MiscNameMangler member functions to MangleContext - Remove GlobalDecl dependency from MangleContext - Make MangleContext abstract and move Itanium/Microsoft functionality to their own classes/files - Implement ASTContext::createMangleContext and have CodeGen use it No (intended) functionality change. llvm-svn: 123386
Diffstat (limited to 'clang/lib/CodeGen/GlobalDecl.h')
-rw-r--r--clang/lib/CodeGen/GlobalDecl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/GlobalDecl.h b/clang/lib/CodeGen/GlobalDecl.h
index 26dea402f4b..ab3e2019a6a 100644
--- a/clang/lib/CodeGen/GlobalDecl.h
+++ b/clang/lib/CodeGen/GlobalDecl.h
@@ -15,9 +15,9 @@
#ifndef CLANG_CODEGEN_GLOBALDECL_H
#define CLANG_CODEGEN_GLOBALDECL_H
-#include "CGCXX.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclObjC.h"
+#include "clang/Basic/ABI.h"
namespace clang {
OpenPOWER on IntegriCloud