[llvm] r184217 - Add a GetUniqueID that will replace the uniqueID of PathV1.h.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Jun 19 11:59:11 PDT 2013


On 19 June 2013 13:46, Sean Silva <silvas at purdue.edu> wrote:
> What is up with the naming of this function? Isn't the naming convention for
> the surrounding sys::fs code like_this instead of LikeThis?
> Sorry for the late review.

Good question. I am really uncertain about what the best name style
is. The guideline in
http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly
is that only STL like classes should have methods_named_like_this, but
quiet a bit of the new path, file system and a bit Object have names
like that :-(

> -- Sean Silva

Cheers,
Rafael



More information about the llvm-commits mailing list