Author: francisco.lopes Date: Sun Jan 25 11:00:47 2015 New Revision: 227052
URL: http://llvm.org/viewvc/llvm-project?rev=227052&view=rev Log: Sema: Formatting. No behavior change. Modified: cfe/trunk/lib/Sema/SemaCodeComplete.cpp Modified: cfe/trunk/lib/Sema/SemaCodeComplete.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaCodeComplete.cpp?rev=227052&r1=227051&r2=227052&view=diff ============================================================================== --- cfe/trunk/lib/Sema/SemaCodeComplete.cpp (original) +++ cfe/trunk/lib/Sema/SemaCodeComplete.cpp Sun Jan 25 11:00:47 2015 @@ -3947,7 +3947,7 @@ void Sema::CodeCompleteCall(Scope *S, Ex // If expression's type is CXXRecordDecl, it may overload the function // call operator, so we check if it does and add them as candidates. // A complete type is needed to lookup for member function call operators. - if(!RequireCompleteType(Loc, NakedFn->getType(), 0)) { + if (!RequireCompleteType(Loc, NakedFn->getType(), 0)) { DeclarationName OpName = Context.DeclarationNames .getCXXOperatorName(OO_Call); LookupResult R(*this, OpName, Loc, LookupOrdinaryName); _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
