[clang-tools-extra] r196037 - Add a .clang-format to avoid reflow of test RUN lines

Daniel Jasper djasper at google.com
Mon Dec 2 00:27:02 PST 2013


Thank you!


On Sun, Dec 1, 2013 at 6:08 AM, Alp Toker <alp at nuanti.com> wrote:

> Author: alp
> Date: Sat Nov 30 23:08:00 2013
> New Revision: 196037
>
> URL: http://llvm.org/viewvc/llvm-project?rev=196037&view=rev
> Log:
> Add a .clang-format to avoid reflow of test RUN lines
>
> See thread "clang-format turning tests into no-ops"
>
> Added:
>     clang-tools-extra/trunk/test/.clang-format
>
> Added: clang-tools-extra/trunk/test/.clang-format
> URL:
> http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/.clang-format?rev=196037&view=auto
>
> ==============================================================================
> --- clang-tools-extra/trunk/test/.clang-format (added)
> +++ clang-tools-extra/trunk/test/.clang-format Sat Nov 30 23:08:00 2013
> @@ -0,0 +1,2 @@
> +BasedOnStyle: LLVM
> +ColumnLimit: 0
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131202/d04068cc/attachment.html>


More information about the cfe-commits mailing list