From b40f295037b4e5e4b0adf5fbe4aebcb537fbc791 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 13 Nov 2009 19:10:24 +0000 Subject: Do not store DIDescriptor directly into a container. Store MDNode directly, through TrackingVH. llvm-svn: 88677 --- clang/lib/CodeGen/CGDebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CGDebugInfo.h') diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index ffb1af40567..af86e2b263f 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -56,7 +56,7 @@ class CGDebugInfo { bool BlockLiteralGenericSet; llvm::DIType BlockLiteralGeneric; - std::vector RegionStack; + std::vector > RegionStack; /// Helper functions for getOrCreateType. llvm::DIType CreateType(const BuiltinType *Ty, llvm::DICompileUnit U); -- cgit v1.2.3