[llvm-commits] RFC: new tool: llvm-strings

Dmitri Gribenko gribozavr at gmail.com
Wed Jan 9 10:23:19 PST 2013


On Tue, Jan 8, 2013 at 1:48 AM, Marshall Clow <mclow.lists at gmail.com> wrote:
> On Nov 13, 2012, at 11:47 AM, Marshall Clow <mclow.lists at gmail.com> wrote:
>
>> [ Resending to the list ]
>
> I believe that I've fixed all the formatting issues; and the issues that people brought up before
> (formatting by clang-format)

Please upload to phabricator.

clang-format can not do all transformations to make code conform to
coding guidelines.  For example, variable case is wrong in many
places.  We also don't place comments after code (we put them on
separate lines).

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-commits mailing list