[cfe-dev] [PATCH] clang: Style changes to ParseAST.[cpp,h].

John McCall rjmccall at apple.com
Sun Apr 3 00:14:42 PDT 2011


On Apr 2, 2011, at 10:46 PM, Thiago Farina wrote:
> - makes all function parameter names start with a lower case letter
>  for consistency and distinction from member variables.

As I understand it, our current policy is to not accept pure style rewrites —
we'd just use a code formatter to apply style changes universally if we
were going to do that.  Feel free to bring code in line with the new code
style guidelines when making other changes in a file, though
preferably in a separate patch.

John.



More information about the cfe-dev mailing list