[cfe-commits] [PATCH] Initial version of formatting library

João Matos ripzonetriton at gmail.com
Mon Dec 3 16:43:02 PST 2012


There is a small typo on the include guard in Format.h.

#ifndef LLVM_CLANG_FORMAT_FORMAT_H_
#define LLVM_CLANG_FORMAT_FORMAT_H

Note the missing underscore in the #define directive. It is also missing in
the comment on the #endif.

On Mon, Dec 3, 2012 at 6:25 PM, Daniel Jasper <djasper at google.com> wrote:

>
>   Submitted as r169137.
>
> http://llvm-reviews.chandlerc.com/D80
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>



-- 
João Matos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121204/a031743e/attachment.html>


More information about the cfe-commits mailing list