From 25d05e88a5ad90b474467fc82b1db63910ac1706 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Fri, 1 Aug 2008 10:35:27 +0000 Subject: Wherever a type is used/returned from the Action module, use TypeTy instead of DeclTy or void. No functionality change. llvm-svn: 54265 --- clang/lib/Parse/MinimalAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Parse/MinimalAction.cpp') diff --git a/clang/lib/Parse/MinimalAction.cpp b/clang/lib/Parse/MinimalAction.cpp index aa886ab4587..d895ccf22a0 100644 --- a/clang/lib/Parse/MinimalAction.cpp +++ b/clang/lib/Parse/MinimalAction.cpp @@ -51,7 +51,7 @@ void MinimalAction:: ActOnTranslationUnitScope(SourceLocation Loc, Scope *S) { /// isTypeName - This looks at the IdentifierInfo::FETokenInfo field to /// determine whether the name is a type name (objc class name or typedef) or /// not in this scope. -Action::DeclTy * +Action::TypeTy * MinimalAction::isTypeName(const IdentifierInfo &II, Scope *S) { if (TypeNameInfo *TI = II.getFETokenInfo()) if (TI->isTypeName) -- cgit v1.2.3