[clang] 8cd8bd4 - Implement __cpuid and __cpuidex as Clang builtins

2022-03-18 Thread Hans Wennborg via cfe-commits
Author: Alan Zhao Date: 2022-03-18T18:13:52+01:00 New Revision: 8cd8bd4a5ca702024b9df53a9c7984bb700488a0 URL: https://github.com/llvm/llvm-project/commit/8cd8bd4a5ca702024b9df53a9c7984bb700488a0 DIFF: https://github.com/llvm/llvm-project/commit/8cd8bd4a5ca702024b9df53a9c7984bb700488a0.diff LOG

[clang] 40ad667 - [dllexport] odr-use constexpr default args for constructor closures

2022-04-11 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2022-04-11T16:23:01+02:00 New Revision: 40ad6670138ab8130a426432b0e94544b5e03642 URL: https://github.com/llvm/llvm-project/commit/40ad6670138ab8130a426432b0e94544b5e03642 DIFF: https://github.com/llvm/llvm-project/commit/40ad6670138ab8130a426432b0e94544b5e03642.diff

[clang] 564f9be - Remove -Wweak-template-vtables

2022-02-03 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2022-02-03T10:15:16+01:00 New Revision: 564f9be11c9cb8d131f48df07538fab7a19b41a7 URL: https://github.com/llvm/llvm-project/commit/564f9be11c9cb8d131f48df07538fab7a19b41a7 DIFF: https://github.com/llvm/llvm-project/commit/564f9be11c9cb8d131f48df07538fab7a19b41a7.diff

[clang] 853e0aa - Don't dllexport reference temporaries

2022-02-04 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2022-02-04T16:31:51+01:00 New Revision: 853e0aa424e40b80d0bda1dd8a3471a361048e4b URL: https://github.com/llvm/llvm-project/commit/853e0aa424e40b80d0bda1dd8a3471a361048e4b DIFF: https://github.com/llvm/llvm-project/commit/853e0aa424e40b80d0bda1dd8a3471a361048e4b.diff

[clang] 807e2f1 - Revert "Remove -Wweak-template-vtables"

2022-02-07 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2022-02-07T16:52:23+01:00 New Revision: 807e2f12fab52c6abf3e89c02eec0f585b3b8f22 URL: https://github.com/llvm/llvm-project/commit/807e2f12fab52c6abf3e89c02eec0f585b3b8f22 DIFF: https://github.com/llvm/llvm-project/commit/807e2f12fab52c6abf3e89c02eec0f585b3b8f22.diff

[clang] 8baa076 - [clang-cl] Accept the "legacy" -target flag spelling

2022-02-10 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2022-02-10T18:27:30+01:00 New Revision: 8baa076dffa381baa1f190356b4be5b0cc3bf13e URL: https://github.com/llvm/llvm-project/commit/8baa076dffa381baa1f190356b4be5b0cc3bf13e DIFF: https://github.com/llvm/llvm-project/commit/8baa076dffa381baa1f190356b4be5b0cc3bf13e.diff

[clang] 09cebfb - Revert "[libc++] Always build c++experimental.a"

2022-07-18 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2022-07-18T16:57:15+02:00 New Revision: 09cebfb978def7fa2a4460bca89690f8d3608216 URL: https://github.com/llvm/llvm-project/commit/09cebfb978def7fa2a4460bca89690f8d3608216 DIFF: https://github.com/llvm/llvm-project/commit/09cebfb978def7fa2a4460bca89690f8d3608216.diff

[clang] 6398f3f - [clang] Add the flag -ffile-reproducible

2022-05-11 Thread Hans Wennborg via cfe-commits
Author: Alan Zhao Date: 2022-05-11T23:04:36+02:00 New Revision: 6398f3f2e9045cb38c73425fcc4dddbfb8933a57 URL: https://github.com/llvm/llvm-project/commit/6398f3f2e9045cb38c73425fcc4dddbfb8933a57 DIFF: https://github.com/llvm/llvm-project/commit/6398f3f2e9045cb38c73425fcc4dddbfb8933a57.diff LOG

Re: r369251 - [OpenCL] Fix addr space deduction for pointers/references to arrays.

2019-08-21 Thread Hans Wennborg via cfe-commits
Yes, merged in r369499. Thanks, Hans On Tue, Aug 20, 2019 at 3:38 PM Anastasia Stulova wrote: > > > Hi Hans, > > Is it still possible to port this fix to the release branch? > > Thanks, > Anastasia > > > From: cfe-commits on behalf of Anastasia > Stulova via cf

r369633 - Revert r369458 "[DebugInfo] Add debug location to dynamic atexit destructor"

2019-08-22 Thread Hans Wennborg via cfe-commits
Author: hans Date: Thu Aug 22 02:07:25 2019 New Revision: 369633 URL: http://llvm.org/viewvc/llvm-project?rev=369633&view=rev Log: Revert r369458 "[DebugInfo] Add debug location to dynamic atexit destructor" It causes the build to fail with "inlinable function call in a function with debug info

Re: r369458 - [DebugInfo] Add debug location to dynamic atexit destructor

2019-08-22 Thread Hans Wennborg via cfe-commits
This broke the Chromium build, see https://bugs.chromium.org/p/chromium/issues/detail?id=996618#c1 for a reproducer. I've reverted in r369633. On Wed, Aug 21, 2019 at 12:08 AM Alexandre Ganea via cfe-commits wrote: > > Author: aganea > Date: Tue Aug 20 15:09:49 2019 > New Revision: 369458 > > U

r369647 - Revert r369402 "win: Enable /Zc:twoPhase by default if targeting MSVC 2017 update 3 or newer"

2019-08-22 Thread Hans Wennborg via cfe-commits
Author: hans Date: Thu Aug 22 06:15:36 2019 New Revision: 369647 URL: http://llvm.org/viewvc/llvm-project?rev=369647&view=rev Log: Revert r369402 "win: Enable /Zc:twoPhase by default if targeting MSVC 2017 update 3 or newer" This broke compiling some ASan tests with never versions of MSVC/the Wi

Re: r369402 - win: Enable /Zc:twoPhase by default if targeting MSVC 2017 update 3 or newer

2019-08-22 Thread Hans Wennborg via cfe-commits
Reverted in r369647 due to https://bugs.chromium.org/p/chromium/issues/detail?id=996675 On Tue, Aug 20, 2019 at 6:26 PM Nico Weber via cfe-commits wrote: > > Author: nico > Date: Tue Aug 20 09:28:11 2019 > New Revision: 369402 > > URL: http://llvm.org/viewvc/llvm-project?rev=369402&view=rev > Log

Re: r369093 - [RISCV] Add inline asm constraint A for RISC-V

2019-08-22 Thread Hans Wennborg via cfe-commits
Merged to release_90 in r369649. On Fri, Aug 16, 2019 at 12:22 PM Lewis Revill via cfe-commits wrote: > > Author: lewis-revill > Date: Fri Aug 16 03:23:56 2019 > New Revision: 369093 > > URL: http://llvm.org/viewvc/llvm-project?rev=369093&view=rev > Log: > [RISCV] Add inline asm constraint A for

Re: r369641 - [OpenCL] Fix declaration of enqueue_marker

2019-08-23 Thread Hans Wennborg via cfe-commits
Sure. Merged to release_90 in r369738. On Thu, Aug 22, 2019 at 5:39 PM Anastasia Stulova wrote: > > Hi Hans, > > > Can this still be merged into the release branch please. > > > Thanks in advance, > > Anastasia > > > > > From: cfe-commits on behalf of Yaxun Liu

Re: r369829 - PR40674: fix assertion failure if a structured binding declaration has a

2019-08-26 Thread Hans Wennborg via cfe-commits
Merged to release_90 in r369921. On Sat, Aug 24, 2019 at 3:22 AM Richard Smith via cfe-commits wrote: > > Author: rsmith > Date: Fri Aug 23 18:23:57 2019 > New Revision: 369829 > > URL: http://llvm.org/viewvc/llvm-project?rev=369829&view=rev > Log: > PR40674: fix assertion failure if a structured

Re: r369749 - [Docs][OpenCL] Several corrections to C++ for OpenCL

2019-08-27 Thread Hans Wennborg via cfe-commits
Yes, r370031. Thanks, Hans On Tue, Aug 27, 2019 at 11:43 AM Anastasia Stulova wrote: > > Hi Hans, > > > Can this be merged to the release, please? > > > Thank you, > > Anastasia > > > > > From: cfe-commits on behalf of Anastasia > Stulova via cfe-commits > Sen

Re: r369834 - PR42513: Enter the proper DeclContext before substituting into an

2019-08-27 Thread Hans Wennborg via cfe-commits
Merged to release_90 in r370038. On Sat, Aug 24, 2019 at 4:28 AM Richard Smith via cfe-commits wrote: > > Author: rsmith > Date: Fri Aug 23 19:30:00 2019 > New Revision: 369834 > > URL: http://llvm.org/viewvc/llvm-project?rev=369834&view=rev > Log: > PR42513: Enter the proper DeclContext before s

Re: r363086 - For DR712: store on a DeclRefExpr whether it constitutes an odr-use.

2019-08-27 Thread Hans Wennborg via cfe-commits
Bisection for https://bugs.llvm.org/show_bug.cgi?id=42861 also points to this revision. On Wed, Jun 12, 2019 at 1:49 AM Richard Smith via cfe-commits wrote: > > Thanks, should be fixed by r363113. > > On Tue, 11 Jun 2019 at 16:21, Reid Kleckner via cfe-commits > wrote: >> >> >> The new assert i

r370175 - Delete minimize_source_to_dependency_directives_invalid_error.c

2019-08-28 Thread Hans Wennborg via cfe-commits
Author: hans Date: Wed Aug 28 02:14:00 2019 New Revision: 370175 URL: http://llvm.org/viewvc/llvm-project?rev=370175&view=rev Log: Delete minimize_source_to_dependency_directives_invalid_error.c It was added in r370129 with a .gitattributes file that means the file always shows up as having a loc

Re: r370073 - [RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for RV32/RV64 targets with atomics

2019-08-28 Thread Hans Wennborg via cfe-commits
Merged to release_90 in r370181. On Tue, Aug 27, 2019 at 5:39 PM Sam Elliott via cfe-commits wrote: > > Author: lenary > Date: Tue Aug 27 08:41:16 2019 > New Revision: 370073 > > URL: http://llvm.org/viewvc/llvm-project?rev=370073&view=rev > Log: > [RISCV] Set MaxAtomicInlineWidth and MaxAtomicPr

Re: r370035 - [ReleaseNotes] MemorySanitizer support of ASLR on FreeBSD

2019-08-28 Thread Hans Wennborg via cfe-commits
Merged to release_90 in r370213. On Tue, Aug 27, 2019 at 12:02 PM David Carlier via cfe-commits wrote: > > Author: devnexen > Date: Tue Aug 27 03:04:03 2019 > New Revision: 370035 > > URL: http://llvm.org/viewvc/llvm-project?rev=370035&view=rev > Log: > [ReleaseNotes] MemorySanitizer support of A

Re: [clang-tools-extra] r370367 - [clangd][NFC] Update background-index command line description

2019-08-29 Thread Hans Wennborg via cfe-commits
Merged to release_90 in r370370. On Thu, Aug 29, 2019 at 4:36 PM Kadir Cetinkaya via cfe-commits wrote: > > Author: kadircet > Date: Thu Aug 29 07:38:02 2019 > New Revision: 370367 > > URL: http://llvm.org/viewvc/llvm-project?rev=370367&view=rev > Log: > [clangd][NFC] Update background-index comm

[libunwind] r370469 - Creating release candidate rc3 from release_900 branch

2019-08-30 Thread Hans Wennborg via cfe-commits
Author: hans Date: Fri Aug 30 05:25:14 2019 New Revision: 370469 URL: http://llvm.org/viewvc/llvm-project?rev=370469&view=rev Log: Creating release candidate rc3 from release_900 branch Added: libunwind/tags/RELEASE_900/rc3/ - copied from r370468, libunwind/branches/release_90/ ___

[libclc] r370469 - Creating release candidate rc3 from release_900 branch

2019-08-30 Thread Hans Wennborg via cfe-commits
Author: hans Date: Fri Aug 30 05:25:14 2019 New Revision: 370469 URL: http://llvm.org/viewvc/llvm-project?rev=370469&view=rev Log: Creating release candidate rc3 from release_900 branch Added: libclc/tags/RELEASE_900/rc3/ - copied from r370468, libclc/branches/release_90/ _

r370850 - Re-commit r363191 "[MS] Pretend constexpr variable template specializations are inline"

2019-09-04 Thread Hans Wennborg via cfe-commits
Author: hans Date: Wed Sep 4 01:19:30 2019 New Revision: 370850 URL: http://llvm.org/viewvc/llvm-project?rev=370850&view=rev Log: Re-commit r363191 "[MS] Pretend constexpr variable template specializations are inline" While the next Visual Studio update (16.3) will fix this issue, that hasn't s

Re: r364476 - Revert r363191 "[MS] Pretend constexpr variable template specializations are inline"

2019-09-04 Thread Hans Wennborg via cfe-commits
Re-committed in r370850 for PR42843. On Wed, Jun 26, 2019 at 11:16 PM Reid Kleckner via cfe-commits wrote: > > Author: rnk > Date: Wed Jun 26 14:16:51 2019 > New Revision: 364476 > > URL: http://llvm.org/viewvc/llvm-project?rev=364476&view=rev > Log: > Revert r363191 "[MS] Pretend constexpr varia

r371027 - Revert r361885 "[Driver] Fix -working-directory issues"

2019-09-05 Thread Hans Wennborg via cfe-commits
Author: hans Date: Thu Sep 5 01:43:00 2019 New Revision: 371027 URL: http://llvm.org/viewvc/llvm-project?rev=371027&view=rev Log: Revert r361885 "[Driver] Fix -working-directory issues" This made clang unable to open files using relative paths on network shares on Windows (PR43204). On the bug i

Re: r361885 - [Driver] Fix -working-directory issues

2019-09-05 Thread Hans Wennborg via cfe-commits
I've reverted this in r371027 as discussed on PR43204. On Wed, May 29, 2019 at 12:18 AM Michael J. Spencer via cfe-commits wrote: > > Author: mspencer > Date: Tue May 28 15:21:47 2019 > New Revision: 361885 > > URL: http://llvm.org/viewvc/llvm-project?rev=361885&view=rev > Log: > [Driver] Fix -wo

Re: r370850 - Re-commit r363191 "[MS] Pretend constexpr variable template specializations are inline"

2019-09-05 Thread Hans Wennborg via cfe-commits
Merged to release_90 in r371040. On Wed, Sep 4, 2019 at 10:17 AM Hans Wennborg via cfe-commits wrote: > > Author: hans > Date: Wed Sep 4 01:19:30 2019 > New Revision: 370850 > > URL: http://llvm.org/viewvc/llvm-project?rev=370850&view=rev > Log: > Re-commit r36

Re: r369760 - [analyzer] Avoid unnecessary enum range check on LValueToRValue casts

2019-09-05 Thread Hans Wennborg via cfe-commits
Merged to release_90 in r371058. On Fri, Aug 23, 2019 at 4:19 PM Kristof Umann via cfe-commits wrote: > > Author: szelethus > Date: Fri Aug 23 07:21:13 2019 > New Revision: 369760 > > URL: http://llvm.org/viewvc/llvm-project?rev=369760&view=rev > Log: > [analyzer] Avoid unnecessary enum range che

Re: r371027 - Revert r361885 "[Driver] Fix -working-directory issues"

2019-09-05 Thread Hans Wennborg via cfe-commits
Merged to release_90 in r371060. On Thu, Sep 5, 2019 at 10:41 AM Hans Wennborg via cfe-commits wrote: > > Author: hans > Date: Thu Sep 5 01:43:00 2019 > New Revision: 371027 > > URL: http://llvm.org/viewvc/llvm-project?rev=371027&view=rev > Log: > Revert r361885 &quo

Re: r369705 - [Clang][CodeGen] set alias linkage on QualType

2019-09-09 Thread Hans Wennborg via cfe-commits
Merged to release_90 in r371372 (along with the follow-up test fix). On Thu, Aug 22, 2019 at 10:45 PM Nick Desaulniers via cfe-commits wrote: > > Author: nickdesaulniers > Date: Thu Aug 22 13:47:12 2019 > New Revision: 369705 > > URL: http://llvm.org/viewvc/llvm-project?rev=369705&view=rev > Log:

Re: r309112 - [Bash-completion] Fixed a bug that file doesn't autocompleted after =

2017-07-28 Thread Hans Wennborg via cfe-commits
Merged to 5.0 in r309435. On Wed, Jul 26, 2017 at 6:30 AM, Yuka Takahashi via cfe-commits wrote: > Author: yamaguchi > Date: Wed Jul 26 06:30:36 2017 > New Revision: 309112 > > URL: http://llvm.org/viewvc/llvm-project?rev=309112&view=rev > Log: > [Bash-completion] Fixed a bug that file doesn't au

Re: r309113 - [Bash-autocompletion] Show HelpText with possible flags

2017-07-28 Thread Hans Wennborg via cfe-commits
Merged to 5.0 in r309438. On Wed, Jul 26, 2017 at 6:36 AM, Yuka Takahashi via cfe-commits wrote: > Author: yamaguchi > Date: Wed Jul 26 06:36:58 2017 > New Revision: 309113 > > URL: http://llvm.org/viewvc/llvm-project?rev=309113&view=rev > Log: > [Bash-autocompletion] Show HelpText with possible

Re: r309386 - Recommit r308327 3rd time: Add a warning for missing

2017-07-28 Thread Hans Wennborg via cfe-commits
On Fri, Jul 28, 2017 at 7:41 AM, Alex Lorenz via cfe-commits wrote: > Author: arphaman > Date: Fri Jul 28 07:41:21 2017 > New Revision: 309386 > > URL: http://llvm.org/viewvc/llvm-project?rev=309386&view=rev > Log: > Recommit r308327 3rd time: Add a warning for missing > '#pragma pack (pop)' and s

Re: r308996 - [coroutines] Add serialization/deserialization of coroutines

2017-07-31 Thread Hans Wennborg via cfe-commits
Richard, Gor asked for this to be merged to 5.0. What do you think? On Tue, Jul 25, 2017 at 11:01 AM, Gor Nishanov via cfe-commits wrote: > Author: gornishanov > Date: Tue Jul 25 11:01:49 2017 > New Revision: 308996 > > URL: http://llvm.org/viewvc/llvm-project?rev=308996&view=rev > Log: > [corout

Re: r309007 - [ubsan] Null-check pointers in -fsanitize=vptr (PR33881)

2017-07-31 Thread Hans Wennborg via cfe-commits
/sub I believe Vedant asked for this to be merged to 5.0, so I'd like to merge the resolution too. On Mon, Jul 31, 2017 at 8:51 AM, Nico Weber via cfe-commits wrote: > Hi Vedant, > > after this change our ubsanvptr bot fails like so: > > clang-6.0: error: implicitly disabling vptr sanitizer beca

Re: r309488 - [X86][AVX] Ensure vector non-temporal load/store intrinsics force pointer alignment (PR33830)

2017-07-31 Thread Hans Wennborg via cfe-commits
Craig, Simon asked for this to be merged to 5.0 together with r309382 and r309383 for PR33830. What do you think? On Sat, Jul 29, 2017 at 8:33 AM, Simon Pilgrim via cfe-commits wrote: > Author: rksimon > Date: Sat Jul 29 08:33:34 2017 > New Revision: 309488 > > URL: http://llvm.org/viewvc/llvm-pr

Re: r309503 - PR33902: Invalidate line number cache when adding more text to existing buffer.

2017-07-31 Thread Hans Wennborg via cfe-commits
r309580. Thanks! On Sat, Jul 29, 2017 at 11:33 PM, Richard Smith wrote: > We should take this fix for Clang 5. > > On 29 July 2017 at 23:31, Richard Smith via cfe-commits > wrote: >> >> Author: rsmith >> Date: Sat Jul 29 23:31:29 2017 >> New Revision: 309503 >> >> URL: http://llvm.org/viewvc/llv

Re: r309488 - [X86][AVX] Ensure vector non-temporal load/store intrinsics force pointer alignment (PR33830)

2017-07-31 Thread Hans Wennborg via cfe-commits
Thanks! r309588. On Mon, Jul 31, 2017 at 10:25 AM, Craig Topper wrote: > We can merge all three patches to 5.0. > > ~Craig > > On Mon, Jul 31, 2017 at 9:59 AM, Hans Wennborg wrote: >> >> Craig, Simon asked for this to be merged to 5.0 together with r309382 >> and r309383 for PR33830. What do you

Re: r309722 - [Sema] Fix lax conversion between non ext vectors

2017-08-01 Thread Hans Wennborg via cfe-commits
Sounds good to me. Richard, what do you think? On Tue, Aug 1, 2017 at 12:05 PM, Bruno Cardoso Lopes via cfe-commits wrote: > Author: bruno > Date: Tue Aug 1 12:05:25 2017 > New Revision: 309722 > > URL: http://llvm.org/viewvc/llvm-project?rev=309722&view=rev > Log: > [Sema] Fix lax conversion be

Re: r309752 - [Headers][Darwin] Allow #include_next to work on Darwin prior to 10.7

2017-08-01 Thread Hans Wennborg via cfe-commits
Merged in r309764. You cc'd me on the bug, so I noticed that :-) Just marking a bug a release blocker doesn't generally work though; it needs to be marked as blocking PR33849. (Though I will search for "release blocker" severity bugs now and then.) On Tue, Aug 1, 2017 at 3:15 PM, Bruno Cardoso L

Re: r309722 - [Sema] Fix lax conversion between non ext vectors

2017-08-01 Thread Hans Wennborg via cfe-commits
m. r309770. Thanks. > > > On 1 August 2017 at 16:28, Hans Wennborg via cfe-commits > wrote: >> >> Sounds good to me. Richard, what do you think? >> >> On Tue, Aug 1, 2017 at 12:05 PM, Bruno Cardoso Lopes via cfe-commits >> wrote: >> > Author: brun

Re: r309523 - Also pass -pie back to the linker when linking on OpenBSD.

2017-08-02 Thread Hans Wennborg via cfe-commits
Merged to 5.0 in r309844. On Sun, Jul 30, 2017 at 2:14 PM, Brad Smith via cfe-commits wrote: > Author: brad > Date: Sun Jul 30 14:13:59 2017 > New Revision: 309523 > > URL: http://llvm.org/viewvc/llvm-project?rev=309523&view=rev > Log: > Also pass -pie back to the linker when linking on OpenBSD.

Re: r308996 - [coroutines] Add serialization/deserialization of coroutines

2017-08-03 Thread Hans Wennborg via cfe-commits
On Wed, Aug 2, 2017 at 3:29 PM, Richard Smith wrote: > On 31 July 2017 at 09:11, Hans Wennborg via cfe-commits > wrote: >> >> Richard, Gor asked for this to be merged to 5.0. What do you think? > > > Sounds good to me. r309954. Thanks! > >> On Tue, Jul 25

[libcxx] r309958 - Merging r309917:

2017-08-03 Thread Hans Wennborg via cfe-commits
Author: hans Date: Thu Aug 3 09:34:10 2017 New Revision: 309958 URL: http://llvm.org/viewvc/llvm-project?rev=309958&view=rev Log: Merging r309917: r309917 | ericwf | 2017-08-02 19:50:43 -0700 (Wed, 02 Aug 2017) | 4 lines Ad

Re: [libcxx] r309474 - [libc++] Hoist extern template above first use

2017-08-03 Thread Hans Wennborg via cfe-commits
Sounds good to me, but Eric or Marshall need to sign off. On Thu, Aug 3, 2017 at 10:15 AM, Shoaib Meenai wrote: > Ping. > > On 7/28/17, 7:57 PM, "Shoaib Meenai" wrote: > > Marshall, Eric, Hans, > > Any objections to backporting this to 5.0? It fixes a potential visibility > issue for

Re: r309975 - Don't emit undefined-internal warnings for CXXDeductionGuideDecls.

2017-08-04 Thread Hans Wennborg via cfe-commits
r310067. Thanks! On Thu, Aug 3, 2017 at 12:27 PM, Richard Smith wrote: > Can we get this fix onto the 5.0 branch? (Just the changes to lib/ and > test/, the changes to doc/ were accidentally committed and have been > reverted already.) > > On 3 August 2017 at 12:24, Richard Smith via cfe-commits

[libcxx] r310068 - Merging r309920:

2017-08-04 Thread Hans Wennborg via cfe-commits
Author: hans Date: Fri Aug 4 09:52:25 2017 New Revision: 310068 URL: http://llvm.org/viewvc/llvm-project?rev=310068&view=rev Log: Merging r309920: r309920 | ericwf | 2017-08-02 21:28:10 -0700 (Wed, 02 Aug 2017) | 5 lines Fi

[libcxx] r310286 - Merging r309296 and r309307:

2017-08-07 Thread Hans Wennborg via cfe-commits
Author: hans Date: Mon Aug 7 12:48:12 2017 New Revision: 310286 URL: http://llvm.org/viewvc/llvm-project?rev=310286&view=rev Log: Merging r309296 and r309307: r309296 | marshall | 2017-07-27 10:44:03 -0700 (Thu, 27 Jul 2017)

[libcxx] r310287 - Merging r309838:

2017-08-07 Thread Hans Wennborg via cfe-commits
Author: hans Date: Mon Aug 7 12:49:04 2017 New Revision: 310287 URL: http://llvm.org/viewvc/llvm-project?rev=310287&view=rev Log: Merging r309838: r309838 | marshall | 2017-08-02 10:31:09 -0700 (Wed, 02 Aug 2017) | 1 line F

[libcxx] r310288 - Merging r309851:

2017-08-07 Thread Hans Wennborg via cfe-commits
Author: hans Date: Mon Aug 7 12:49:31 2017 New Revision: 310288 URL: http://llvm.org/viewvc/llvm-project?rev=310288&view=rev Log: Merging r309851: r309851 | marshall | 2017-08-02 11:21:34 -0700 (Wed, 02 Aug 2017) | 1 line F

Re: [libcxx] r309296 - Implement P0739R0: 'Some improvements to class template argument deduction integration into the standard library' This is an API change (not ABI change) due to a late change in

2017-08-07 Thread Hans Wennborg via cfe-commits
On Thu, Jul 27, 2017 at 10:44 AM, Marshall Clow via cfe-commits wrote: > Author: marshall > Date: Thu Jul 27 10:44:03 2017 > New Revision: 309296 > > URL: http://llvm.org/viewvc/llvm-project?rev=309296&view=rev > Log: > Implement P0739R0: 'Some improvements to class template argument deduction >

Re: [libcxx] r309851 - Fix shadowing warning

2017-08-07 Thread Hans Wennborg via cfe-commits
On Wed, Aug 2, 2017 at 11:21 AM, Marshall Clow via cfe-commits wrote: > Author: marshall > Date: Wed Aug 2 11:21:34 2017 > New Revision: 309851 > > URL: http://llvm.org/viewvc/llvm-project?rev=309851&view=rev > Log: > Fix shadowing warning Merged to 5.0 in r310288. __

Re: [libcxx] r309838 - Fix PR33727: std::basic_stringbuf only works with DefaultConstructible allocators. Thanks to Jonathan Wakely for the report and suggested fix

2017-08-07 Thread Hans Wennborg via cfe-commits
On Wed, Aug 2, 2017 at 10:31 AM, Marshall Clow via cfe-commits wrote: > Author: marshall > Date: Wed Aug 2 10:31:09 2017 > New Revision: 309838 > > URL: http://llvm.org/viewvc/llvm-project?rev=309838&view=rev > Log: > Fix PR33727: std::basic_stringbuf only works with DefaultConstructible > alloc

Re: r310191 - [X86] Enable isel to use the PAUSE instruction even when SSE2 is disabled. Clang part

2017-08-07 Thread Hans Wennborg via cfe-commits
On Sat, Aug 5, 2017 at 4:35 PM, Craig Topper via cfe-commits wrote: > Author: ctopper > Date: Sat Aug 5 16:35:54 2017 > New Revision: 310191 > > URL: http://llvm.org/viewvc/llvm-project?rev=310191&view=rev > Log: > [X86] Enable isel to use the PAUSE instruction even when SSE2 is disabled. > Clan

Re: r310158 - [ODRHash] Treat some non-templated classes as templated.

2017-08-07 Thread Hans Wennborg via cfe-commits
On Fri, Aug 4, 2017 at 5:54 PM, Richard Trieu via cfe-commits wrote: > Author: rtrieu > Date: Fri Aug 4 17:54:19 2017 > New Revision: 310158 > > URL: http://llvm.org/viewvc/llvm-project?rev=310158&view=rev > Log: > [ODRHash] Treat some non-templated classes as templated. > > When using nested cla

Re: r310359 - [libclang] Fix PR34055 (incompatible update of clang-c/Index.h)

2017-08-08 Thread Hans Wennborg via cfe-commits
Merged to 5.0 in r310390 as suggested in the review. Thanks, Hans On Tue, Aug 8, 2017 at 7:13 AM, Nikolai Bozhenov via cfe-commits wrote: > Author: n.bozhenov > Date: Tue Aug 8 07:13:50 2017 > New Revision: 310359 > > URL: http://llvm.org/viewvc/llvm-project?rev=310359&view=rev > Log: > [libcla

Re: r309263 - [CodeGen][ARM] ARM runtime helper functions are not always soft-fp

2017-08-08 Thread Hans Wennborg via cfe-commits
Merged to 5.0 in r310393. On Thu, Jul 27, 2017 at 3:43 AM, Peter Smith via cfe-commits wrote: > Author: psmith > Date: Thu Jul 27 03:43:53 2017 > New Revision: 309263 > > URL: http://llvm.org/viewvc/llvm-project?rev=309263&view=rev > Log: > [CodeGen][ARM] ARM runtime helper functions are not alwa

Re: r308722 - Fixed failing assert in code completion.

2017-08-08 Thread Hans Wennborg via cfe-commits
Sorry for the slow reply; I missed this somehow. Merged in r310395. Thanks, Hans On Tue, Aug 8, 2017 at 5:20 AM, Alex L wrote: > Ping? > > On 21 July 2017 at 10:44, Alex L wrote: >> >> Hans, can you please merge this to the LLVM 5.0 branch? >> >> AFAIK It's a recent regression that should get

r310516 - Make -std=c++17 an alias of -std=c++1z

2017-08-09 Thread Hans Wennborg via cfe-commits
Author: hans Date: Wed Aug 9 13:12:53 2017 New Revision: 310516 URL: http://llvm.org/viewvc/llvm-project?rev=310516&view=rev Log: Make -std=c++17 an alias of -std=c++1z As suggested on PR33912. Trying to keep this small to make it easy to merge to the 5.0 branch. We can do a follow-up with more

Re: [libcxx] r309474 - [libc++] Hoist extern template above first use

2017-08-09 Thread Hans Wennborg via cfe-commits
Marshall: ping? On Thu, Aug 3, 2017 at 10:20 AM, Hans Wennborg wrote: > Sounds good to me, but Eric or Marshall need to sign off. > > On Thu, Aug 3, 2017 at 10:15 AM, Shoaib Meenai wrote: >> Ping. >> >> On 7/28/17, 7:57 PM, "Shoaib Meenai" wrote: >> >> Marshall, Eric, Hans, >> >> Any ob

Re: r310605 - [Modules] Prevent #import to reenter header if not building a module.

2017-08-10 Thread Hans Wennborg via cfe-commits
Sounds good to me. Richard, what do you think? On Thu, Aug 10, 2017 at 9:38 AM, Bruno Cardoso Lopes wrote: > Hi Hans, can we please get this merged into 5.0? > > Thanks, > > On Thu, Aug 10, 2017 at 12:16 PM, Bruno Cardoso Lopes via cfe-commits > wrote: >> Author: bruno >> Date: Thu Aug 10 08:16

Re: r309569 - Fix -Wshadow false positives with function-local classes.

2017-08-10 Thread Hans Wennborg via cfe-commits
Should we merge this to 5.0? On Mon, Jul 31, 2017 at 8:21 AM, Alexander Kornienko via cfe-commits wrote: > Author: alexfh > Date: Mon Jul 31 08:21:26 2017 > New Revision: 309569 > > URL: http://llvm.org/viewvc/llvm-project?rev=309569&view=rev > Log: > Fix -Wshadow false positives with function-lo

Re: r309569 - Fix -Wshadow false positives with function-local classes.

2017-08-10 Thread Hans Wennborg via cfe-commits
r310674. Thanks! On Thu, Aug 10, 2017 at 4:52 PM, Richard Smith wrote: > Seems reasonable to me. > > On 10 August 2017 at 14:28, Hans Wennborg via cfe-commits > wrote: >> >> Should we merge this to 5.0? >> >> On Mon, Jul 31, 2017 at 8:21 AM, Alexander

Re: r309607 - [Driver] Allow users to silence the warning that is issued when the

2017-08-10 Thread Hans Wennborg via cfe-commits
r310675. On Thu, Aug 10, 2017 at 5:25 PM, Akira Hatanaka wrote: > Can we merge this to 5.0? > >> On Jul 31, 2017, at 12:16 PM, Akira Hatanaka via cfe-commits >> wrote: >> >> Author: ahatanak >> Date: Mon Jul 31 12:16:40 2017 >> New Revision: 309607 >> >> URL: http://llvm.org/viewvc/llvm-project

Re: r309607 - [Driver] Allow users to silence the warning that is issued when the

2017-08-10 Thread Hans Wennborg via cfe-commits
r310676. On Thu, Aug 10, 2017 at 5:28 PM, Akira Hatanaka wrote: > Forgot to mention there are three other patches that are needed to fix the > bug introduced in r309607 (r309633, r309636 and r309640). > > > On Aug 10, 2017, at 5:25 PM, Akira Hatanaka via cfe-commits > wrote: > > Can we merge thi

Re: r310006 - [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions.

2017-08-10 Thread Hans Wennborg via cfe-commits
r310677. On Thu, Aug 10, 2017 at 5:30 PM, Akira Hatanaka wrote: > Can we merge this one to 5.0 too? > >> On Aug 3, 2017, at 4:55 PM, Akira Hatanaka via cfe-commits >> wrote: >> >> Author: ahatanak >> Date: Thu Aug 3 16:55:42 2017 >> New Revision: 310006 >> >> URL: http://llvm.org/viewvc/llvm-p

[libunwind] r310690 - Creating release candidate rc2 from release_500 branch

2017-08-10 Thread Hans Wennborg via cfe-commits
Author: hans Date: Thu Aug 10 18:57:00 2017 New Revision: 310690 URL: http://llvm.org/viewvc/llvm-project?rev=310690&view=rev Log: Creating release candidate rc2 from release_500 branch Added: libunwind/tags/RELEASE_500/rc2/ (props changed) - copied from r310689, libunwind/branches/re

[libcxx] r310683 - Creating release candidate rc2 from release_500 branch

2017-08-10 Thread Hans Wennborg via cfe-commits
Author: hans Date: Thu Aug 10 18:56:52 2017 New Revision: 310683 URL: http://llvm.org/viewvc/llvm-project?rev=310683&view=rev Log: Creating release candidate rc2 from release_500 branch Added: libcxx/tags/RELEASE_500/rc2/ (props changed) - copied from r310682, libcxx/branches/release_

[libcxxabi] r310684 - Creating release candidate rc2 from release_500 branch

2017-08-10 Thread Hans Wennborg via cfe-commits
Author: hans Date: Thu Aug 10 18:56:53 2017 New Revision: 310684 URL: http://llvm.org/viewvc/llvm-project?rev=310684&view=rev Log: Creating release candidate rc2 from release_500 branch Added: libcxxabi/tags/RELEASE_500/rc2/ - copied from r310683, libcxxabi/branches/release_50/ ___

Re: r310691 - PR33489: A function-style cast to a deduced class template specialization type is type-dependent if it can't be resolved due to a type-dependent argument.

2017-08-11 Thread Hans Wennborg via cfe-commits
Thanks! r310719. On Thu, Aug 10, 2017 at 7:08 PM, Richard Smith wrote: > Hi Hans, this fixes a bug you wanted to treat as a 5.0 release blocker, so > should be ported to the branch :) > > On 10 August 2017 at 19:04, Richard Smith via cfe-commits > wrote: >> >> Author: rsmith >> Date: Thu Aug 10

Re: r310692 - PR33850: Update cxx_dr_status for Clang 5 branch.

2017-08-11 Thread Hans Wennborg via cfe-commits
Merged to 5.0 in r310720. On Thu, Aug 10, 2017 at 8:14 PM, Richard Smith via cfe-commits wrote: > Author: rsmith > Date: Thu Aug 10 20:14:20 2017 > New Revision: 310692 > > URL: http://llvm.org/viewvc/llvm-project?rev=310692&view=rev > Log: > PR33850: Update cxx_dr_status for Clang 5 branch. > >

Re: r310694 - Implement latest feature test macro recommendations, P0096R4.

2017-08-11 Thread Hans Wennborg via cfe-commits
Thanks! I've merged r309054 in r310721 to make it apply cleanly, and this one in r310722. On Thu, Aug 10, 2017 at 8:42 PM, Richard Smith wrote: > Hi Hans, this should go onto the Clang 5 branch. Thanks! > > On 10 August 2017 at 20:39, Richard Smith via cfe-commits > wrote: >> >> Author: rsmith >

Re: r310700 - [Bash-autocompletion] Add --autocomplete flag to 5.0 release notes

2017-08-11 Thread Hans Wennborg via cfe-commits
Merged to 5.0 in r310723. Thanks! On Fri, Aug 11, 2017 at 2:44 AM, Yuka Takahashi via cfe-commits wrote: > Author: yamaguchi > Date: Fri Aug 11 02:44:42 2017 > New Revision: 310700 > > URL: http://llvm.org/viewvc/llvm-project?rev=310700&view=rev > Log: > [Bash-autocompletion] Add --autocomplete f

Re: r310704 - Revert r302670 for the upcoming 5.0.0 release

2017-08-11 Thread Hans Wennborg via cfe-commits
Merged to 5.0 in r310728. On Fri, Aug 11, 2017 at 4:39 AM, Stefan Maksimovic via cfe-commits wrote: > Author: smaksimovic > Date: Fri Aug 11 04:39:07 2017 > New Revision: 310704 > > URL: http://llvm.org/viewvc/llvm-project?rev=310704&view=rev > Log: > Revert r302670 for the upcoming 5.0.0 release

Re: r310516 - Make -std=c++17 an alias of -std=c++1z

2017-08-14 Thread Hans Wennborg via cfe-commits
Merged in r310848. On Wed, Aug 9, 2017 at 1:12 PM, Hans Wennborg via cfe-commits wrote: > Author: hans > Date: Wed Aug 9 13:12:53 2017 > New Revision: 310516 > > URL: http://llvm.org/viewvc/llvm-project?rev=310516&view=rev > Log: > Make -std=c++17 an alias of -std=

Re: r310776 - PR34163: Don't cache an incorrect key function for a class if queried between

2017-08-14 Thread Hans Wennborg via cfe-commits
Sounds good to me. Let's give it another day and see how it goes. On Fri, Aug 11, 2017 at 6:48 PM, Richard Smith wrote: > Hi Hans, > > I'd like to get this into Clang 5, but it's not entirely risk-free. Perhaps > we could leave it in the tree for a little while and then merge if it seems > OK? >

Re: r310804 - Replace remaining user-visible mentions of C++1z with C++17.

2017-08-14 Thread Hans Wennborg via cfe-commits
r310862. Thanks! On Sun, Aug 13, 2017 at 3:41 PM, Richard Smith wrote: > Since we took the -std=c++17 change for Clang 5, we should take this one > too. > > On 13 August 2017 at 15:26, Richard Smith via cfe-commits > wrote: >> >> Author: rsmith >> Date: Sun Aug 13 15:26:53 2017 >> New Revision:

Re: r310706 - [modules] Set the lexical DC for dummy tag decls that refer to hidden

2017-08-14 Thread Hans Wennborg via cfe-commits
Merged in r310902. Thanks, Hans On Mon, Aug 14, 2017 at 4:03 AM, Alex L wrote: > Sure, I committed r310829 which moves the lexical decl adjustment. > > Hans, can you please merge r310706 with r310829. > > Cheers, > Alex > > On 12 August 2017 at 01:29, Richard Smith wrote: >> >> On 11 August 201

Re: r310672 - [Sema][ObjC] Fix spurious -Wcast-qual warnings.

2017-08-17 Thread Hans Wennborg via cfe-commits
Okay, merged in r311095. On Tue, Aug 15, 2017 at 11:50 AM, Akira Hatanaka wrote: > Hans, is it okay to merge this to 5.0? > >> On Aug 10, 2017, at 5:06 PM, Akira Hatanaka via cfe-commits >> wrote: >> >> Author: ahatanak >> Date: Thu Aug 10 17:06:49 2017 >> New Revision: 310672 >> >> URL: http:/

Re: r310776 - PR34163: Don't cache an incorrect key function for a class if queried between

2017-08-17 Thread Hans Wennborg via cfe-commits
Merged in r311105. On Mon, Aug 14, 2017 at 10:07 AM, Hans Wennborg wrote: > Sounds good to me. Let's give it another day and see how it goes. > > On Fri, Aug 11, 2017 at 6:48 PM, Richard Smith wrote: >> Hi Hans, >> >> I'd like to get this into Clang 5, but it's not entirely risk-free. Perhaps >>

Re: [clang-tools-extra] r309936 - ClangdTests: Try to unbreak the case CLANG_DEFAULT_CXX_STDLIB=libc++.

2017-08-17 Thread Hans Wennborg via cfe-commits
Merged to 5.0 in r311109. On Thu, Aug 3, 2017 at 6:30 AM, NAKAMURA Takumi via cfe-commits wrote: > Author: chapuni > Date: Thu Aug 3 06:30:43 2017 > New Revision: 309936 > > URL: http://llvm.org/viewvc/llvm-project?rev=309936&view=rev > Log: > ClangdTests: Try to unbreak the case CLANG_DEFAULT_C

Re: r311115 - PR34161: support evaluation of 'void()' expressions in C++14 onwards.

2017-08-18 Thread Hans Wennborg via cfe-commits
Merged to 5.0 in r311194. On Thu, Aug 17, 2017 at 12:35 PM, Richard Smith via cfe-commits wrote: > Author: rsmith > Date: Thu Aug 17 12:35:50 2017 > New Revision: 35 > > URL: http://llvm.org/viewvc/llvm-project?rev=35&view=rev > Log: > PR34161: support evaluation of 'void()' expressions i

Re: [libcxx] r309474 - [libc++] Hoist extern template above first use

2017-08-18 Thread Hans Wennborg via cfe-commits
:__2::basic_string, >> std::__2::allocator > &)> >' required here >> >> function(_Fp); >> >> ^ >> >> >> ../../buildtools/linux-x64/clang/lib/x86_64-fuchsia/include/c++/v1/functional:1588:28: >> note: whil

[libcxx] r311197 - Merging r309474:

2017-08-18 Thread Hans Wennborg via cfe-commits
Author: hans Date: Fri Aug 18 13:59:31 2017 New Revision: 311197 URL: http://llvm.org/viewvc/llvm-project?rev=311197&view=rev Log: Merging r309474: r309474 | smeenai | 2017-07-28 19:54:41 -0700 (Fri, 28 Jul 2017) | 9 lines [

Re: [libcxx] r309474 - [libc++] Hoist extern template above first use

2017-08-18 Thread Hans Wennborg via cfe-commits
ed here >> >> >> >> __invokable<_Fp&, _ArgTypes...>::value> >> >> >> >> ^ >> >> >> >> >> >> >> >> ../../buildto

Re: r292458 - Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile collection

2017-08-18 Thread Hans Wennborg via cfe-commits
Should we mention this in the release notes? Is the flag documented somewhere? On Wed, Jan 18, 2017 at 4:44 PM, Dehao Chen via cfe-commits wrote: > Author: dehao > Date: Wed Jan 18 18:44:21 2017 > New Revision: 292458 > > URL: http://llvm.org/viewvc/llvm-project?rev=292458&view=rev > Log: > Add

Re: r296861 - [PowerPC] Enable -fomit-frame-pointer by default for PPC

2017-08-18 Thread Hans Wennborg via cfe-commits
Should we add a mention of this to the release notes? On Fri, Mar 3, 2017 at 1:49 AM, Nemanja Ivanovic via cfe-commits wrote: > Author: nemanjai > Date: Fri Mar 3 03:49:17 2017 > New Revision: 296861 > > URL: http://llvm.org/viewvc/llvm-project?rev=296861&view=rev > Log: > [PowerPC] Enable -fomi

Re: r292458 - Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile collection

2017-08-21 Thread Hans Wennborg via cfe-commits
On Fri, Aug 18, 2017 at 5:22 PM, Dehao Chen wrote: > On Fri, Aug 18, 2017 at 2:46 PM, Hans Wennborg wrote: >> >> Should we mention this in the release notes? >> >> >> Is the flag documented somewhere? > > > It's documented in the Options.td file, do you think there are other > documents that need

Re: r311330 - Fixed a crash on replaying Preamble's PP conditional stack.

2017-08-21 Thread Hans Wennborg via cfe-commits
Nikolai suggested this should be merged to 5.0. Richard, what do you think? On Mon, Aug 21, 2017 at 5:03 AM, Ilya Biryukov via cfe-commits wrote: > Author: ibiryukov > Date: Mon Aug 21 05:03:08 2017 > New Revision: 311330 > > URL: http://llvm.org/viewvc/llvm-project?rev=311330&view=rev > Log: > F

Re: r311182 - [analyzer] Fix modeling of constructors

2017-08-21 Thread Hans Wennborg via cfe-commits
I'm ok with it if Anna approves. On Mon, Aug 21, 2017 at 9:06 AM, Artem Dergachev wrote: > Hello, > > Do we have time to merge this change into release 5.0.0? It's an assertion > failure fix, which shows up on C++ code involving double-inheritance with > empty base classes. > > Artem. > > > On 8/

Re: r311182 - [analyzer] Fix modeling of constructors

2017-08-21 Thread Hans Wennborg via cfe-commits
Merged in r311378. Thanks, Hans On Mon, Aug 21, 2017 at 1:12 PM, Anna Zaks wrote: > I approve.Thanks Hans! > Anna >> On Aug 21, 2017, at 1:05 PM, Hans Wennborg wrote: >> >> I'm ok with it if Anna approves. >> >> On Mon, Aug 21, 2017 at 9:06 AM, Artem Dergachev wrote: >>> Hello, >>> >>> Do we h

Re: r310983 - PR19668, PR23034: Fix handling of move constructors and deleted copy

2017-08-21 Thread Hans Wennborg via cfe-commits
PR19668 was marked as a release blocker. Is this suitable for merging? On Tue, Aug 15, 2017 at 6:49 PM, Richard Smith via cfe-commits wrote: > Author: rsmith > Date: Tue Aug 15 18:49:53 2017 > New Revision: 310983 > > URL: http://llvm.org/viewvc/llvm-project?rev=310983&view=rev > Log: > PR19668,

Re: r310983 - PR19668, PR23034: Fix handling of move constructors and deleted copy

2017-08-21 Thread Hans Wennborg via cfe-commits
Clean merge in r311410. Thanks. On Mon, Aug 21, 2017 at 4:21 PM, Richard Smith wrote: > Yes, I'd very much like to get this into the upcoming release. > > On 21 August 2017 at 16:16, Hans Wennborg wrote: >> >> PR19668 was marked as a release blocker. Is this suitable for merging? >> >> On Tue, A

Re: r309226 - Headers: improve ARM EHABI coverage of unwind.h

2017-08-21 Thread Hans Wennborg via cfe-commits
on of 'struct _Unwind_Exception' will not be visible outside >> of this function [-Werror,-Wvisibility] >> continueUnwind(struct _Unwind_Exception *exceptionObject, >> >> On Thu, Jul 27, 2017 at 9:46 AM, Hans Wennborg via cfe-commits >> wrote: >> > Merged to 5.0

Re: r311443 - [ObjC] Check written attributes only when synthesizing ambiguous property

2017-08-22 Thread Hans Wennborg via cfe-commits
Merged in r311464. Thanks! On Tue, Aug 22, 2017 at 3:42 AM, Alex L wrote: > Hi Hans, > > Can you please merge this into LLVM 5? It fixes a rather serious Objective-C > bug that I introduced just a couple of weeks before the branch. > > Cheers, > Alex > > > On 22 August 2017 at 11:38, Alex Lorenz

Re: r309226 - Headers: improve ARM EHABI coverage of unwind.h

2017-08-22 Thread Hans Wennborg via cfe-commits
on as "struct _Unwind_Exception". With this change, it >>>> is not a struct anymore on ARM. Should that code be fixed, or is it a >>>> problem in this change? >>>> >>>> compiler-rt/lib/builtins/gcc_personality_v0.c:153:23: error: >>>&

Re: r311391 - [Driver] Recognize DevDiv internal builds of MSVC, with a different directory structure.

2017-08-22 Thread Hans Wennborg via cfe-commits
Merged to 5.0 in r311500. On Mon, Aug 21, 2017 at 3:19 PM, Stephan T. Lavavej via cfe-commits wrote: > Author: stl_msft > Date: Mon Aug 21 15:19:33 2017 > New Revision: 311391 > > URL: http://llvm.org/viewvc/llvm-project?rev=311391&view=rev > Log: > [Driver] Recognize DevDiv internal builds of MS

<    1   2   3   4   5   6   7   8   9   10   >