[clang] a9bef07 - [clang-format] Fix incorrect isspace input (NFC)

2022-06-29 Thread Stella Stamenova via cfe-commits
Author: Kevin Cadieux Date: 2022-06-29T10:20:46-07:00 New Revision: a9bef0707db101bb72d000a1f09686d97fb2d35d URL: https://github.com/llvm/llvm-project/commit/a9bef0707db101bb72d000a1f09686d97fb2d35d DIFF: https://github.com/llvm/llvm-project/commit/a9bef0707db101bb72d000a1f09686d97fb2d35d.diff

Re: [EXTERNAL] [PATCH] D114639: Raise the minimum Visual Studio version to VS2019

2022-01-29 Thread Stella Stamenova via cfe-commits
I will take care of it today. The bot does have vs2019 installed and it should be picking up latest VS (and it was when I updated it), so there is an easy fix (remove 2017) and then I can investigate why it stopped picking up latest. Get Outlook for iOS

[clang] 734d688 - [clang] Fix a race condition in the build of clangInterpreter

2021-06-17 Thread Stella Stamenova via cfe-commits
Author: Stella Stamenova Date: 2021-06-17T10:03:33-07:00 New Revision: 734d688fbce8a453aa61764b9b5a43b26455dc0d URL: https://github.com/llvm/llvm-project/commit/734d688fbce8a453aa61764b9b5a43b26455dc0d DIFF:

[clang] ed98676 - Support multi-configuration generators correctly in several config files

2021-02-11 Thread Stella Stamenova via cfe-commits
Author: Stella Stamenova Date: 2021-02-11T09:32:20-08:00 New Revision: ed98676fa4833bb80632fc7c9db10c3328d78485 URL: https://github.com/llvm/llvm-project/commit/ed98676fa4833bb80632fc7c9db10c3328d78485 DIFF:

[clang] c67656b - Revert "Allow searching for prebuilt implicit modules."

2020-11-05 Thread Stella Stamenova via cfe-commits
Author: Stella Stamenova Date: 2020-11-05T17:16:14-08:00 New Revision: c67656b994c87224e0b33e2c4b09093986a5cfa6 URL: https://github.com/llvm/llvm-project/commit/c67656b994c87224e0b33e2c4b09093986a5cfa6 DIFF:

r352252 - Fixed frontend clang tests in windows read-only container

2019-01-25 Thread Stella Stamenova via cfe-commits
Author: stella.stamenova Date: Fri Jan 25 15:03:12 2019 New Revision: 352252 URL: http://llvm.org/viewvc/llvm-project?rev=352252=rev Log: Fixed frontend clang tests in windows read-only container Summary: When mounting LLVM source into a windows container in read-only mode, certain tests fail.

RE: r348665 - [tests] Fix the FileManagerTest getVirtualFile test on Windows

2018-12-10 Thread Stella Stamenova via cfe-commits
> Cc: cfe-commits > Subject: Re: r348665 - [tests] Fix the FileManagerTest getVirtualFile > test on Windows > > On Fri, Dec 7, 2018 at 6:52 PM Stella Stamenova via cfe-commits > wrote: > > > > Author: stella.stamenova > > Date: Fri Dec 7 15:50:05 2018 > > New Revi

RE: r348665 - [tests] Fix the FileManagerTest getVirtualFile test on Windows

2018-12-10 Thread Stella Stamenova via cfe-commits
- [tests] Fix the FileManagerTest getVirtualFile test on Windows On Fri, Dec 7, 2018 at 6:52 PM Stella Stamenova via cfe-commits wrote: > > Author: stella.stamenova > Date: Fri Dec 7 15:50:05 2018 > New Revision: 348665 > > URL: > https://nam06.safelinks.protection.outloo

r348665 - [tests] Fix the FileManagerTest getVirtualFile test on Windows

2018-12-07 Thread Stella Stamenova via cfe-commits
Author: stella.stamenova Date: Fri Dec 7 15:50:05 2018 New Revision: 348665 URL: http://llvm.org/viewvc/llvm-project?rev=348665=rev Log: [tests] Fix the FileManagerTest getVirtualFile test on Windows Summary: The test passes on Windows only when it is executed on the C: drive. If the build and

r339074 - [lit, python] Always add quotes around the python path in lit

2018-08-06 Thread Stella Stamenova via cfe-commits
Author: stella.stamenova Date: Mon Aug 6 15:37:45 2018 New Revision: 339074 URL: http://llvm.org/viewvc/llvm-project?rev=339074=rev Log: [lit, python] Always add quotes around the python path in lit Summary: The issue with the python path is that the path to python on Windows can contain

Re: [PATCH] D46485: Add python tool to dump and construct header maps

2018-06-20 Thread Stella Stamenova via cfe-commits
Yes, I can try it out. Feel free to add me to the review as well. From: Bruno Cardoso Lopes Sent: Wednesday, June 20, 2018 6:25 PM To: Stella Stamenova Cc: Richard Smith; Duncan Exon Smith; jkor...@apple.com; Michał Górny; cfe-commits Subject: Re: [PATCH]

RE: [PATCH] D46485: Add python tool to dump and construct header maps

2018-06-20 Thread Stella Stamenova via cfe-commits
Thanks Bruno, I ran a build as well and I can see that hmaptool is now in the correct bin directory. The tests still failed though because on Windows, at least, you need to explicitly call python to run a script e.g. "python hmaptool". There are a few tests in LLVM that do that, for example: