diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-08-20 21:49:21 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-08-20 21:49:21 +0000 |
commit | ce76304627d39e9e4308a2d0fe63d7b4651feaa5 (patch) | |
tree | bc7f6e1b0017b4335b8be6f9431a73f9a0bc9c08 /clang/lib/CodeGen/CGDebugInfo.h | |
parent | bcbc89cf0b845ceda3c8bb5262281688d33290ef (diff) | |
download | bcm5719-llvm-ce76304627d39e9e4308a2d0fe63d7b4651feaa5.tar.gz bcm5719-llvm-ce76304627d39e9e4308a2d0fe63d7b4651feaa5.zip |
DebugInfo: comment/inlining based on feedback from Eric & Adrian
llvm-svn: 188834
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 6ecc7e5fe10..4807b11f173 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -359,9 +359,6 @@ private: /// declaration for the given out-of-class definition. llvm::DIDerivedType getOrCreateStaticDataMemberDeclarationOrNull(const VarDecl *D); - llvm::DIDerivedType - getOrCreateStaticDataMemberDeclaration(const VarDecl *D, - llvm::DICompositeType Ctxt); /// getFunctionName - Get function name for the given FunctionDecl. If the /// name is constructred on demand (e.g. C++ destructor) then the name |