[llvm-commits] [llvm] r171719 - /llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.h
Sean Silva
silvas at purdue.edu
Mon Jan 7 16:26:59 PST 2013
On Mon, Jan 7, 2013 at 4:57 AM, Chandler Carruth <chandlerc at gmail.com> wrote:
> I wanted to fix up the names of constructor parameters because they
> followed a bit of an anti-pattern by naming initialisms with CamelCase:
> 'Tti', 'Se', etc. This appears to have been in an attempt to not overlap
> with the names of member variables 'TTI', 'SE', etc.
I think our -Wshadow warns on this (or at least it used to); that may
be an explanation.
-- Sean Silva
More information about the llvm-commits
mailing list