[clang-tools-extra] 068fa35 - [clang-tidy] For `run-clang-tidy.py` escape the paths that are used for analysis.

2020-06-16 Thread Andi-Bogdan Postelnicu via cfe-commits
Author: Andi-Bogdan Postelnicu Date: 2020-06-16T12:21:18+03:00 New Revision: 068fa35746637fde29355a43d17d554a92b32cdf URL: https://github.com/llvm/llvm-project/commit/068fa35746637fde29355a43d17d554a92b32cdf DIFF: https://github.com/llvm/llvm-project/commit/068fa35746637fde29355a43d17d554a92b32

[clang-tools-extra] bbb7921 - [clang-tidy] Add option to use alpha checkers from clang-analyzer when using `run-clang-tidy.py`

2020-04-23 Thread Andi-Bogdan Postelnicu via cfe-commits
Author: Andi-Bogdan Postelnicu Date: 2020-04-23T11:36:50+03:00 New Revision: bbb7921da97ce03d2933e185a525c4e452b146b0 URL: https://github.com/llvm/llvm-project/commit/bbb7921da97ce03d2933e185a525c4e452b146b0 DIFF: https://github.com/llvm/llvm-project/commit/bbb7921da97ce03d2933e185a525c4e452b14

[clang-tools-extra] 795c38e - [clang-tidy] For checker `readability-misleading-indentation` update tests.

2020-01-09 Thread Andi-Bogdan Postelnicu via cfe-commits
Author: Andi-Bogdan Postelnicu Date: 2020-01-09T13:52:26+02:00 New Revision: 795c38eb4df636d434a9821efecbfeb41ecba843 URL: https://github.com/llvm/llvm-project/commit/795c38eb4df636d434a9821efecbfeb41ecba843 DIFF: https://github.com/llvm/llvm-project/commit/795c38eb4df636d434a9821efecbfeb41ecba

[clang-tools-extra] 0a01ec9 - [clang-tidy] Remove broken test on Windows for `readability-misleading-indentation`.

2020-01-08 Thread Andi-Bogdan Postelnicu via cfe-commits
Author: Andi-Bogdan Postelnicu Date: 2020-01-08T20:37:23+02:00 New Revision: 0a01ec972d2e24c721f46e55210d42391ae52b70 URL: https://github.com/llvm/llvm-project/commit/0a01ec972d2e24c721f46e55210d42391ae52b70 DIFF: https://github.com/llvm/llvm-project/commit/0a01ec972d2e24c721f46e55210d42391ae52

[clang-tools-extra] ba129c7 - [clang-tidy] Disable match on `if constexpr` statements in template instantiation for `readability-misleading-indentation` check.

2020-01-08 Thread Andi-Bogdan Postelnicu via cfe-commits
Author: Andi-Bogdan Postelnicu Date: 2020-01-08T16:36:13+02:00 New Revision: ba129c7d0f5c7c32398ad708c88e14cb06a339ad URL: https://github.com/llvm/llvm-project/commit/ba129c7d0f5c7c32398ad708c88e14cb06a339ad DIFF: https://github.com/llvm/llvm-project/commit/ba129c7d0f5c7c32398ad708c88e14cb06a33

[clang-tools-extra] r357994 - ClangTidy: Avoid mixing stdout with stderror when dealing with a large number of files.

2019-04-09 Thread Andi-Bogdan Postelnicu via cfe-commits
Author: abpostelnicu Date: Tue Apr 9 04:17:02 2019 New Revision: 357994 URL: http://llvm.org/viewvc/llvm-project?rev=357994&view=rev Log: ClangTidy: Avoid mixing stdout with stderror when dealing with a large number of files. Summary: At Mozilla we are using this tool in order to perform review

[clang-tools-extra] r342540 - [clang-tidy] run-clang-tidy.py - fails using python 3.7

2018-09-19 Thread Andi-Bogdan Postelnicu via cfe-commits
Author: abpostelnicu Date: Wed Sep 19 04:52:20 2018 New Revision: 342540 URL: http://llvm.org/viewvc/llvm-project?rev=342540&view=rev Log: [clang-tidy] run-clang-tidy.py - fails using python 3.7 Differential Revision: https://reviews.llvm.org/D51220 Modified: clang-tools-extra/trunk/clang-tid

[clang-tools-extra] r339427 - [clang-tidy] run-clang-tidy.py - add synchronisation to the output

2018-08-10 Thread Andi-Bogdan Postelnicu via cfe-commits
Author: abpostelnicu Date: Fri Aug 10 04:50:47 2018 New Revision: 339427 URL: http://llvm.org/viewvc/llvm-project?rev=339427&view=rev Log: [clang-tidy] run-clang-tidy.py - add synchronisation to the output Differential Revision: https://reviews.llvm.org/D49851 Modified: clang-tools-extra/tru

r297467 - [clang-format] Add option to break before inheritance separation operator in class declaration.

2017-03-10 Thread Andi-Bogdan Postelnicu via cfe-commits
Author: abpostelnicu Date: Fri Mar 10 09:10:37 2017 New Revision: 297467 URL: http://llvm.org/viewvc/llvm-project?rev=297467&view=rev Log: [clang-format] Add option to break before inheritance separation operator in class declaration. Differential Revision: https://reviews.llvm.org/D30487 Modif

r297143 - [clang-format] Fixed indent issue when adding a comment at the end of a return type in named function declaration.

2017-03-07 Thread Andi-Bogdan Postelnicu via cfe-commits
Author: abpostelnicu Date: Tue Mar 7 08:48:02 2017 New Revision: 297143 URL: http://llvm.org/viewvc/llvm-project?rev=297143&view=rev Log: [clang-format] Fixed indent issue when adding a comment at the end of a return type in named function declaration. Differential Revision: https://reviews.llv

r297148 - [clang-format] Followup of D30646 - unbreak the build

2017-03-07 Thread Andi-Bogdan Postelnicu via cfe-commits
Author: abpostelnicu Date: Tue Mar 7 09:20:31 2017 New Revision: 297148 URL: http://llvm.org/viewvc/llvm-project?rev=297148&view=rev Log: [clang-format] Followup of D30646 - unbreak the build Modified: cfe/trunk/unittests/Format/FormatTest.cpp Modified: cfe/trunk/unittests/Format/FormatTest

r285178 - Bug 28065 - clang-format incorrectly aligns backslash.

2016-10-26 Thread Andi-Bogdan Postelnicu via cfe-commits
Author: abpostelnicu Date: Wed Oct 26 02:44:51 2016 New Revision: 285178 URL: http://llvm.org/viewvc/llvm-project?rev=285178&view=rev Log: Bug 28065 - clang-format incorrectly aligns backslash. Modified: cfe/trunk/lib/Format/WhitespaceManager.cpp cfe/trunk/unittests/Format/FormatTest.cpp

D22910 Add support for CXXOperatorCallExpr in Expr::HasSideEffects

2016-07-28 Thread Andi Bogdan Postelnicu via cfe-commits
I’m trying to get reviews for this patch that modifies Expr::HasSideEffects in order to have better support for CXXOperatorCallExpr and i don’t know from who i can ask review. Thanks ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.