[cfe-dev] Coding Guide Lines
Tom Care
tcare at apple.com
Tue Sep 14 18:44:49 PDT 2010
I think people tend to follow the surrounding methods in a class, however I'd also like an official answer to this.
On Sep 12, 2010, at 5:14 PM, Thiago Farina wrote:
> Is there something like
> http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#General_Naming_Rules
> for Clang?
>
> I see that there is a http://llvm.org/docs/CodingStandards.html.
>
> But it doesn't talk about naming rules.
>
> Also why did you choose to name variables like this:
>
> int Foo = 0;
>
> instead of:
>
> int foo = 0;
>
> ?
>
> Thanks in advance.
>
> -Thiago
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
More information about the cfe-dev
mailing list