From 526ab47a5573422765ac6c55147dfad00f1d703d Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 25 Oct 2011 17:37:35 +0000 Subject: Restore r142914 and r142915, now with missing file and apparent GCC compiler workaround. llvm-svn: 142931 --- clang/lib/AST/ASTContext.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clang/lib/AST/ASTContext.cpp') diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp index 4fbb5408dc0..ae28149407c 100644 --- a/clang/lib/AST/ASTContext.cpp +++ b/clang/lib/AST/ASTContext.cpp @@ -461,6 +461,9 @@ void ASTContext::InitBuiltinTypes(const TargetInfo &Target) { // Placeholder type for bound members. InitBuiltinType(BoundMemberTy, BuiltinType::BoundMember); + // Placeholder type for pseudo-objects. + InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject); + // "any" type; useful for debugger-like clients. InitBuiltinType(UnknownAnyTy, BuiltinType::UnknownAny); -- cgit v1.2.3