Re: [clang-tools-extra] r314808 - [clang-tidy] Fix bug 34747, streaming operators and hicpp-signed-bitwise

2017-10-03 Thread Juergen Ributzka via cfe-commits
Great! Thanks Jonas > On Oct 3, 2017, at 10:54 AM, Jonas Toth wrote: > > Hi Juergen, > > i did already work on fixing the issue I introduced with the commits. I am > currently waiting for the buildbot to catch up with the committed fix. > > As far as i can see, the

Re: [clang-tools-extra] r314808 - [clang-tidy] Fix bug 34747, streaming operators and hicpp-signed-bitwise

2017-10-03 Thread Jonas Toth via cfe-commits
Hi Juergen, i did already work on fixing the issue I introduced with the commits. I am currently waiting for the buildbot to catch up with the committed fix. As far as i can see, the newer commits did actually fix (at least chapunis buildbot did go green again), but i have my eye on it. Cheers,

Re: [clang-tools-extra] r314808 - [clang-tidy] Fix bug 34747, streaming operators and hicpp-signed-bitwise

2017-10-03 Thread Juergen Ributzka via cfe-commits
Hi Jonas, this new test is failing on Green Dragon: http://lab.llvm.org:8080/green/job/clang-stage1-configure-RA/39223/consoleFull#11207350448254eaf0-7326-4999-85b0-388101f2d404 Could you please take a look? Thanks Cheers, Juergen On Tue, Oct 3, 2017 at 9:25 AM, Jonas Toth via cfe-commits <

[clang-tools-extra] r314808 - [clang-tidy] Fix bug 34747, streaming operators and hicpp-signed-bitwise

2017-10-03 Thread Jonas Toth via cfe-commits
Author: jonastoth Date: Tue Oct 3 09:25:01 2017 New Revision: 314808 URL: http://llvm.org/viewvc/llvm-project?rev=314808=rev Log: [clang-tidy] Fix bug 34747, streaming operators and hicpp-signed-bitwise The bug happened with stream operations, that were not recognized in all cases. Even there