History log of /llvm-project/clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py (Results 26 – 32 of 32)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-3.8.1, llvmorg-3.8.1-rc1, llvmorg-3.8.0, llvmorg-3.8.0-rc3, llvmorg-3.8.0-rc2, llvmorg-3.8.0-rc1
# e04dd252 19-Jan-2016 Alexander Kornienko <alexfh@google.com>

[clang-tidy] Python scripts shebang fixes

Summary:
This patch fixes shebang lines in Python script files.

Most Python scripts in LLVM & Clang are using this shebang line.

[[ https://mail.python.or

[clang-tidy] Python scripts shebang fixes

Summary:
This patch fixes shebang lines in Python script files.

Most Python scripts in LLVM & Clang are using this shebang line.

[[ https://mail.python.org/pipermail/tutor/2007-June/054816.html | Here]] is an explanaiton of why such line should be used instead of what is currently in these few files.

Reviewers: klimek, alexfh

Subscribers: cfe-commits

Patch by Kirill Bobyrev!

Differential Revision: http://reviews.llvm.org/D16270

llvm-svn: 258133

show more ...


Revision tags: llvmorg-3.7.1, llvmorg-3.7.1-rc2, llvmorg-3.7.1-rc1
# 1395253b 15-Sep-2015 Alexander Kornienko <alexfh@google.com>

[clang-tidy] Update check name in the comment. NFC.

llvm-svn: 247682


# 95e6d9eb 01-Sep-2015 Yaron Keren <yaron.keren@gmail.com>

Add \n to the regex in clang-tidy-diff.py in order to fix http://llvm.org/PR24637,
git usecase for multiple files diff.

llvm-svn: 246575


Revision tags: llvmorg-3.7.0, llvmorg-3.7.0-rc4
# 92660a2c 21-Aug-2015 Yaron Keren <yaron.keren@gmail.com>

Tweak clang-tidy-diff.py to recognize "filename" in the diff ourput.

llvm-svn: 245683


Revision tags: llvmorg-3.7.0-rc3
# ae6b329c 20-Aug-2015 NAKAMURA Takumi <geek4civic@gmail.com>

Tweak clang-tidy-diff.py to pass JSON argument correctly to clang-tidy on win32 arg parser.

- Single quotation is not recognized.
- Use """ to pass a double quotation.

It also reverts r211831.

Tweak clang-tidy-diff.py to pass JSON argument correctly to clang-tidy on win32 arg parser.

- Single quotation is not recognized.
- Use """ to pass a double quotation.

It also reverts r211831.

llvm-svn: 245567

show more ...


Revision tags: studio-1.4, llvmorg-3.7.0-rc2, llvmorg-3.7.0-rc1, llvmorg-3.6.2, llvmorg-3.6.2-rc1, llvmorg-3.6.1, llvmorg-3.6.1-rc1, llvmorg-3.5.2, llvmorg-3.5.2-rc1, llvmorg-3.6.0, llvmorg-3.6.0-rc4, llvmorg-3.6.0-rc3, llvmorg-3.6.0-rc2, llvmorg-3.6.0-rc1, llvmorg-3.5.1, llvmorg-3.5.1-rc2, llvmorg-3.5.1-rc1, llvmorg-3.5.0, llvmorg-3.5.0-rc4, llvmorg-3.5.0-rc3, llvmorg-3.5.0-rc2, llvmorg-3.5.0-rc1
# 360096e7 27-Jun-2014 NAKAMURA Takumi <geek4civic@gmail.com>

Make clang-tidy-diff.py py3-compatible.

llvm-svn: 211834


# 1de35e71 25-Jun-2014 Alexander Kornienko <alexfh@google.com>

Add clang-tidy-diff.py script to run clang-tidy and display warnings on changed lines only.

Reviewers: djasper

Reviewed By: djasper

Subscribers: cfe-commits

Differential Revision: http://reviews.

Add clang-tidy-diff.py script to run clang-tidy and display warnings on changed lines only.

Reviewers: djasper

Reviewed By: djasper

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D4288

llvm-svn: 211698

show more ...


12