<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Jul 16, 2013, at 4:46 PM, Jordan Rose <<a href="mailto:jordan_rose@apple.com">jordan_rose@apple.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Thanks! There was one more, though...</div></div></blockquote><div dir="auto"><br></div>You are right. In r<span style="font-family: Menlo; font-size: 11px;">186474.</span></div><div dir="auto"><font face="Menlo"><span style="font-size: 11px;"><br></span></font></div><div dir="auto"><font face="Menlo"><span style="font-size: 11px;">- Fariborz</span></font></div><div dir="auto"><font face="Menlo"><span style="font-size: 11px;"><br></span></font><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br></div><br><div><div>On Jul 16, 2013, at 16:01 , Fariborz Jahanian <<a href="mailto:fjahanian@apple.com">fjahanian@apple.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Author: fjahanian<br>Date: Tue Jul 16 18:01:33 2013<br>New Revision: 186467<br><br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=186467&view=rev">http://llvm.org/viewvc/llvm-project?rev=186467&view=rev</a><br>Log:<br>Follow coding convention in argument decl.<br><br>Modified:<br>   cfe/trunk/include/clang/Sema/Sema.h<br><br>Modified: cfe/trunk/include/clang/Sema/Sema.h<br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=186467&r1=186466&r2=186467&view=diff">http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=186467&r1=186466&r2=186467&view=diff</a><br>==============================================================================<br>--- cfe/trunk/include/clang/Sema/Sema.h (original)<br>+++ cfe/trunk/include/clang/Sema/Sema.h Tue Jul 16 18:01:33 2013<br>@@ -6451,8 +6451,8 @@ public:<br>                                        ObjCInterfaceDecl *ID);<br><br>  Decl *ActOnAtEnd(Scope *S, SourceRange AtEnd,<br>-                   ArrayRef<Decl *>allMethods = None,<br>-                   ArrayRef<DeclGroupPtrTy>allTUVars = None);<br>+                   ArrayRef<Decl *> allMethods = None,<br>+                   ArrayRef<DeclGroupPtrTy> allTUVars = None);<br><br>  Decl *ActOnProperty(Scope *S, SourceLocation AtLoc,<br>                      SourceLocation LParenLoc,<br><br><br>_______________________________________________<br>cfe-commits mailing list<br><a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a></div></blockquote></div></div></blockquote></div><br></body></html>