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

Andrew Trick atrick at apple.com
Wed Sep 19 17:57:50 PDT 2012


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. Should he add new functions following that style or follow the coding standards? It's a judgement call, and developer's will just have to use common sense.

Thanks!
-Andy



More information about the llvm-commits mailing list