[lld] r228069 - Avoid two function calls of file() when not needed.

Davide Italiano davide at freebsd.org
Tue Feb 3 16:31:07 PST 2015


On Tue, Feb 3, 2015 at 4:20 PM, Rui Ueyama <ruiu at google.com> wrote:
> The coding standard doesn't cover that kind of thing. It doesn't ban me from
> writing extremely long functions or name variables in Spanish or whatnot.
> It's just that which is better and readable code.
>

It actually does, at least partly.
http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly
Anyhow, reviews.llvm.org/D7394

--
Davide



More information about the llvm-commits mailing list