[PATCH] D76477: [clang-tidy] Update path of main translation unit

2020-03-19 Thread Jens Carl via Phabricator via cfe-commits
j-carl created this revision. Herald added subscribers: cfe-commits, xazax.hun. Herald added a project: clang. j-carl added a reviewer: alexfh. j-carl added a project: clang-tools-extra. j-carl edited the summary of this revision. j-carl removed a reviewer: alexfh. j-carl added a reviewer: alexfh.

[PATCH] D76381: Fix AttributeError in add_new_check.py

2020-03-18 Thread Jens Carl via Phabricator via cfe-commits
j-carl created this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. j-carl added a reviewer: alexfh. j-carl edited the summary of this revision. j-carl added a project: clang-tools-extra. Using add_new_check.py with Python 3.8.2 to create a new check results in a A

[PATCH] D61549: Fix use of 'is' operator for comparison

2020-02-29 Thread Jens Carl via Phabricator via cfe-commits
j-carl added a comment. In D61549#1785369 , @Jim wrote: > @j-carl Could you give a Python 3.8 syntax reference for this change. As @tambre mentioned it's not a language change, but information about the change can be found here https://bugs.python.org/i

[PATCH] D61549: Fix use of 'is' operator for comparison

2019-11-16 Thread Jens Carl via Phabricator via cfe-commits
j-carl added a comment. Gentle ping ... ArchLinux update to Python 3.8 and it's not possible to use clang-format.py from vim anymore. Thanks Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61549/new/ https://reviews.llvm.org/D61549 _