[cfe-commits] r91539 - /cfe/trunk/lib/Sema/Sema.h
Nuno Lopes
nunoplopes at sapo.pt
Wed Dec 16 06:20:08 PST 2009
Author: nlopes
Date: Wed Dec 16 08:20:08 2009
New Revision: 91539
URL: http://llvm.org/viewvc/llvm-project?rev=91539&view=rev
Log:
fix build
Modified:
cfe/trunk/lib/Sema/Sema.h
Modified: cfe/trunk/lib/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/Sema.h?rev=91539&r1=91538&r2=91539&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/Sema.h (original)
+++ cfe/trunk/lib/Sema/Sema.h Wed Dec 16 08:20:08 2009
@@ -1045,7 +1045,7 @@
bool PartialOverloading = false);
OwningExprResult BuildOverloadedCallExpr(Expr *Fn,
- UnresolvedLookupExpr *Fn,
+ UnresolvedLookupExpr *ULE,
SourceLocation LParenLoc,
Expr **Args, unsigned NumArgs,
SourceLocation *CommaLocs,
More information about the cfe-commits
mailing list