[llvm-commits] [llvm] r164173 - in /llvm/trunk: include/llvm/Transforms/Utils/IntegerDivision.h lib/Transforms/Utils/CMakeLists.txt lib/Transforms/Utils/IntegerDivision.cpp

Chandler Carruth chandlerc at google.com
Wed Sep 19 18:34:01 PDT 2012


On Wed, Sep 19, 2012 at 5:57 PM, Andrew Trick <atrick at apple.com> wrote:

>
> On Sep 19, 2012, at 5:48 PM, Sean Silva <silvas at purdue.edu> wrote:
>
> > Could you elaborate on this old-style vs new-style thing? Also, a bit
> > more explanation in the coding standards is probably in order ("older
> > code uses names like ... but the expectation for new code (except
> > where incongruous) is ...".
>
>
> I think the Coding Standards already explain the situation well:
>
> http://llvm.org/docs/CodingStandards.html#introduction
>
> Michael is working on a file where the function name were still
> capitalized.


Er, no, he is adding a brand new file.

Whether the file existed out-of-tree in some other form shouldn't be
relevant here. New code in the LLVM tree is what is held to the coding
standards, and this is all new code.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120919/7c3e3011/attachment.html>


More information about the llvm-commits mailing list