diff options
Diffstat (limited to 'contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h')
| -rw-r--r-- | contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h b/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h index 44cc49ade123..2e88a7376a6c 100644 --- a/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h +++ b/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h @@ -50,6 +50,9 @@ class CGDebugInfo {    llvm::DICompileUnit TheCU;    SourceLocation CurLoc, PrevLoc;    llvm::DIType VTablePtrType; +  llvm::DIType ClassTy; +  llvm::DIType ObjTy; +  llvm::DIType SelTy;    /// TypeCache - Cache of previously constructed Types.    llvm::DenseMap<void *, llvm::WeakVH> TypeCache;  | 
