[Webkit-unassigned] [Bug 171632] [Tools] Add support for clang-tidy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 28 19:17:57 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=171632

--- Comment #12 from Don Olmstead <don.olmstead at sony.com> ---
Created attachment 314089

  --> https://bugs.webkit.org/attachment.cgi?id=314089&action=review

Clang tidy headers + clang format

ran the following commands

python "C:\Program Files\LLVM\share\clang\run-clang-tidy.py" -checks="modernize-deprecated-headers" -header-filter=".*" -fix -j 8 -format -p .  /Source/WTF/wtf/*

git diff -U0 --no-color HEAD^ | python 'C:\Program Files\LLVM\share\clang\clang-format-diff.py' -i -p1 -style WebKit

Had to do some cleanup where config.h got moved below but lets see how things look.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170629/d3707402/attachment.html>


More information about the webkit-unassigned mailing list