summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2016-07-06 22:39:15 +0000
committerAdrian McCarthy <amccarth@google.com>2016-07-06 22:39:15 +0000
commit0a8cb648c908d7604990857bfa6c84d5cb9924fa (patch)
tree6f6ff6c1145ea3d89ff9e5873980ff58021e8241 /clang/lib/CodeGen/CGDebugInfo.h
parent14cb4f96a0b60ccc6c25e88af3a33266013c297d (diff)
downloadbcm5719-llvm-0a8cb648c908d7604990857bfa6c84d5cb9924fa.tar.gz
bcm5719-llvm-0a8cb648c908d7604990857bfa6c84d5cb9924fa.zip
Retry "Include debug info for nested structs and classes"
This should work now that the LLVM-side of the change has landed successfully. Original Differential Revision: http://reviews.llvm.org/D21705 This reverts commit a30322e861c387e1088f47065d0438c6bb019879. llvm-svn: 274698
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h
index 366dd81ac81..70c16462965 100644
--- a/clang/lib/CodeGen/CGDebugInfo.h
+++ b/clang/lib/CodeGen/CGDebugInfo.h
@@ -254,6 +254,8 @@ class CGDebugInfo {
llvm::DIFile *F,
SmallVectorImpl<llvm::Metadata *> &E,
llvm::DIType *RecordTy, const RecordDecl *RD);
+ void CollectRecordNestedRecord(const RecordDecl *RD,
+ SmallVectorImpl<llvm::Metadata *> &E);
void CollectRecordFields(const RecordDecl *Decl, llvm::DIFile *F,
SmallVectorImpl<llvm::Metadata *> &E,
llvm::DICompositeType *RecordTy);
OpenPOWER on IntegriCloud