Re: [clang] - b26e9e2 - Revert "[static analyzer] Define __clang_analyzer__ macro in driver"

2019-10-16 Thread Mike Edwards via cfe-commits
Sorry folks, please ignore this email. I'm working on the GitHub email hooks. My apologies for any confusion. -Mike On Wed, Oct 16, 2019 at 7:07 PM Jan Korous via cfe-commits < cfe-commits@lists.llvm.org> wrote: > > Author: Jan Korous > Date: 2019-09-24T03:21:22Z > New Revision:

Re: Notice: The buildbot bb.pgr.jp will be suspended within a few days

2019-04-10 Thread Mike Edwards via cfe-commits
Takumi, I am very sorry it took me almost 18 months to respond to this note. I'm sorry to see you had to shutter bb.pgr.jp. It was a very helpful resource to the community. Thank you very much for your contribution of effort and resources to make bb.pgr.jp available to the LLVM community for as

r338098 - [WWW] Fixing file permissions for the .html pages.

2018-07-26 Thread Mike Edwards via cfe-commits
Author: sqlbyme Date: Thu Jul 26 21:41:37 2018 New Revision: 338098 URL: http://llvm.org/viewvc/llvm-project?rev=338098=rev Log: [WWW] Fixing file permissions for the .html pages. Modified: cfe/trunk/www/OpenProjects.html (props changed) cfe/trunk/www/UniversalDriver.html (props

r338087 - [WWW] Removing my test file as the auto-deployment script has been fixed.

2018-07-26 Thread Mike Edwards via cfe-commits
Author: sqlbyme Date: Thu Jul 26 16:29:54 2018 New Revision: 338087 URL: http://llvm.org/viewvc/llvm-project?rev=338087=rev Log: [WWW] Removing my test file as the auto-deployment script has been fixed. Removed: cfe/trunk/www/test.html Removed: cfe/trunk/www/test.html URL:

r338086 - [WWW] Adding a test page to work out an auto-deployment issue.

2018-07-26 Thread Mike Edwards via cfe-commits
Author: sqlbyme Date: Thu Jul 26 16:23:40 2018 New Revision: 338086 URL: http://llvm.org/viewvc/llvm-project?rev=338086=rev Log: [WWW] Adding a test page to work out an auto-deployment issue. Added: cfe/trunk/www/test.html Added: cfe/trunk/www/test.html URL:

Fwd: [llvm-dev] [LLVM.ORG] Scheduled Restart of llvm.org services Saturday 2018-07-21 @ 20:00PDT

2018-07-21 Thread Mike Edwards via cfe-commits
-- Forwarded message -- From: Mike Edwards Date: Sat, Jul 21, 2018 at 8:32 PM Subject: Re: [llvm-dev] [LLVM.ORG] Scheduled Restart of llvm.org services Saturday 2018-07-21 @ 20:00PDT To: llvm-dev Hello, The system update and restart of the llvm.org servers has been completed

Re: r333498 - Sema: Add a flag for rejecting member pointers with incomplete base types.

2018-05-29 Thread Mike Edwards via cfe-commits
Ah, sorry I just saw 333501 and this already passed on the bot. All green again. Thanks for the quick patch, sorry for the noise. -Mike On Tue, May 29, 2018 at 9:33 PM, Mike Edwards wrote: > Hi Peter, > Would you please have a look at: >

Re: r333498 - Sema: Add a flag for rejecting member pointers with incomplete base types.

2018-05-29 Thread Mike Edwards via cfe-commits
Hi Peter, Would you please have a look at: http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/48945/ It looks like this commit cause a test failure on the Green Dragon Incremental Builder. Thanks, Mike On Tue, May 29, 2018 at 8:40 PM, Peter Collingbourne via cfe-commits <

[clang-tools-extra] r328997 - Revert r328932 as it caused Windows and MacOS bot failures.

2018-04-02 Thread Mike Edwards via cfe-commits
Author: sqlbyme Date: Mon Apr 2 11:02:36 2018 New Revision: 328997 URL: http://llvm.org/viewvc/llvm-project?rev=328997=rev Log: Revert r328932 as it caused Windows and MacOS bot failures. http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/43991/ Removed:

[libcxx] r327304 - [libcxx][test] Adding apple-clang-9 to UNSUPPORTED in iter_alloc_deduction.fail.cpp.

2018-03-12 Thread Mike Edwards via cfe-commits
Author: sqlbyme Date: Mon Mar 12 11:06:37 2018 New Revision: 327304 URL: http://llvm.org/viewvc/llvm-project?rev=327304=rev Log: [libcxx][test] Adding apple-clang-9 to UNSUPPORTED in iter_alloc_deduction.fail.cpp. After two failed attempts last week to make this work I am going back to a known

[libcxx] r327191 - [libcxx][test] Reverting r327178 and r327190.

2018-03-09 Thread Mike Edwards via cfe-commits
Author: sqlbyme Date: Fri Mar 9 16:53:05 2018 New Revision: 327191 URL: http://llvm.org/viewvc/llvm-project?rev=327191=rev Log: [libcxx][test] Reverting r327178 and r327190. Reverting changes made to iter_alloc_deduction.fail.cpp as my changes seem to be making several Linux bots angry.

[libcxx] r327190 - [libcxx][test] Marking libcpp-no-deduction-guides unsupported.

2018-03-09 Thread Mike Edwards via cfe-commits
Author: sqlbyme Date: Fri Mar 9 16:19:25 2018 New Revision: 327190 URL: http://llvm.org/viewvc/llvm-project?rev=327190=rev Log: [libcxx][test] Marking libcpp-no-deduction-guides unsupported. This fixes linux bot failures with r327178. Modified:

[libcxx] r327178 - XFAIL: libcpp-no-deduction-guides in libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp

2018-03-09 Thread Mike Edwards via cfe-commits
Author: sqlbyme Date: Fri Mar 9 14:13:12 2018 New Revision: 327178 URL: http://llvm.org/viewvc/llvm-project?rev=327178=rev Log: XFAIL: libcpp-no-deduction-guides in libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp Summary: Refactor the previous version method of

Re: [PATCH] D44103: Adding additional UNSUPPORTED platform in libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp

2018-03-09 Thread Mike Edwards via cfe-commits
Eric, Any chance you could have one more look at this and let me know if the patch is acceptable? Thanks, Mike On Mon, Mar 5, 2018 at 4:16 PM, Mike Edwards via Phabricator < revi...@reviews.llvm.org> wrote: > sqlbyme updated this revision to Diff 137104. > sqlbyme added a comment. > > I copied

Re: [clang-tools-extra] r318600 - [clang-tidy] Add new hicpp-multiway-paths-covered check for missing branches

2017-11-20 Thread Mike Edwards via cfe-commits
Hi, We are seeing a bot failure with this commit. Please see the bot page here: http://green.lab.llvm.org/green/job/clang-stage2-cmake-RgSan/5470/consoleFull#17462642768254eaf0-7326-4999-85b0-388101f2d404 Please let me know if you will be able to provide a patch for this in the next couple of

Re: r313082 - [Driver] MinGW: Remove custom linker detection

2017-09-12 Thread Mike Edwards via cfe-commits
Hi, Would you please have a look at: http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/42380/ it appears this commit is causing some tests to fail on our bots. Any assistance you may provide in getting the bots back green would be greatly appreciated. Respectfully, Mike

Re: [llvm-dev] Permissions for llvm-mirror - Setting up Libc++ Appveyor builders

2017-04-21 Thread Mike Edwards via cfe-commits
Hi, Fragmentation of the bots is not ideal. While I totally understand Eric's reasoning for doing so, and am delighted to see another Windows bot helping to ensure quality code, I think this is a bit of a slippery slope. We already have the main Buildbots, Green Dragon, Chapuni's Bots, a myriad

r283950 - Revert - When optimizing for size, enable loop rerolling by default

2016-10-11 Thread Mike Edwards via cfe-commits
Author: sqlbyme Date: Tue Oct 11 17:09:13 2016 New Revision: 283950 URL: http://llvm.org/viewvc/llvm-project?rev=283950=rev Log: Revert - When optimizing for size, enable loop rerolling by default This reverts r283685 as it is causing test failures on Green Dragon. Modified: