[libcxx] r257720 - Merging r257696:

2016-01-13 Thread Hans Wennborg via cfe-commits
Author: hans Date: Wed Jan 13 18:01:17 2016 New Revision: 257720 URL: http://llvm.org/viewvc/llvm-project?rev=257720&view=rev Log: Merging r257696: r257696 | marshall | 2016-01-13 14:52:36 -0800 (Wed, 13 Jan 2016) | 1 line F

Re: r257710 - [Sema] Suppress diags in overload resolution.

2016-01-13 Thread Hans Wennborg via cfe-commits
Thanks! Richard, what say the code owner? On Wed, Jan 13, 2016 at 3:59 PM, George Burgess IV wrote: > FYI: This patch should to be merged into the clang 3.8.0 branch. > > Thank you! > George > > On Wed, Jan 13, 2016 at 3:36 PM, George Burgess IV via cfe-commits > wrote: >> >> Author: gbiv >> Dat

[libcxx] r257721 - Merging r257702:

2016-01-13 Thread Hans Wennborg via cfe-commits
Author: hans Date: Wed Jan 13 18:02:08 2016 New Revision: 257721 URL: http://llvm.org/viewvc/llvm-project?rev=257721&view=rev Log: Merging r257702: r257702 | marshall | 2016-01-13 15:05:15 -0800 (Wed, 13 Jan 2016) | 1 line B

Re: libc++ commits to be merged to the 3.8 release branch

2016-01-13 Thread Hans Wennborg via cfe-commits
Thanks! Merged as indicated below. On Wed, Jan 13, 2016 at 3:48 PM, Marshall Clow wrote: > r257702 | marshall | 2016-01-13 15:05:15 -0800 (Wed, 13 Jan 2016) | 1 line > > Better comments in test. NFC r257721. > r257696 | marshall | 2016-01-13 14:52:36 -0800 (Wed, 13 Jan 2016) | 1 line > > Fix te

Re: r257868 - PR26111: segmentation fault with __attribute__((mode(QI))) on function declaration, by Denis Zobnin

2016-01-15 Thread Hans Wennborg via cfe-commits
Should this be merged to 3.8? On Thu, Jan 14, 2016 at 8:36 PM, Alexey Bataev via cfe-commits wrote: > Author: abataev > Date: Thu Jan 14 22:36:32 2016 > New Revision: 257868 > > URL: http://llvm.org/viewvc/llvm-project?rev=257868&view=rev > Log: > PR26111: segmentation fault with __attribute__((m

Re: [PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).

2016-01-15 Thread Hans Wennborg via cfe-commits
hans added a subscriber: hans. hans added a comment. I tried to printf debug with this patch: Index: lib/sanitizer_common/sanitizer_suppressions.cc === --- lib/sanitizer_common/sanitizer_suppressions.cc (revision 257931)

Re: [libcxx] r258107 - Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as http://reviews.llvm.org/D16262

2016-01-19 Thread Hans Wennborg via cfe-commits
On Tue, Jan 19, 2016 at 12:01 AM, Dimitry Andric wrote: > On 19 Jan 2016, at 01:50, Marshall Clow via cfe-commits > wrote: >> >> Author: marshall >> Date: Mon Jan 18 18:50:37 2016 >> New Revision: 258107 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=258107&view=rev >> Log: >> Fix PR#26175.

Re: [libcxxabi] r256323 - Add new tests for throwing incomplete pointer types

2016-01-19 Thread Hans Wennborg via cfe-commits
Nico pointed out his revert should probably be merged to 3.8. Has there been any follow-up here, e.g. fixes, that I should be aware of? Thanks, Hans On Fri, Jan 15, 2016 at 7:48 AM, Nico Weber via cfe-commits wrote: > I reverted this and 322 for now in 257896. > > On Fri, Jan 15, 2016 at 10:36

Re: [libcxxabi] r256323 - Add new tests for throwing incomplete pointer types

2016-01-19 Thread Hans Wennborg via cfe-commits
That sounds great. Thanks! On Tue, Jan 19, 2016 at 9:33 AM, Eric Fiselier wrote: > Hi Hans, > > Can I have today to work on this? If I can't come up with a fix we can > revert tommorow. > I'll ping you tommorow with the result. > > Does that work? > > /Eric > > On Tue, Jan 19, 2016 at 10:30 AM, H

Re: [libcxxabi] r256323 - Add new tests for throwing incomplete pointer types

2016-01-19 Thread Hans Wennborg via cfe-commits
Actually, I'll go ahead and merge Nico's revert to 3.8 for now to unbreak the build there, and then I'll be happy to merge fixes when you've looked into it. Sorry for the double messaging. On Tue, Jan 19, 2016 at 9:43 AM, Hans Wennborg wrote: > That sounds great. Thanks! > > On Tue, Jan 19, 2016

[libcxxabi] r258186 - Merging r257896:

2016-01-19 Thread Hans Wennborg via cfe-commits
Author: hans Date: Tue Jan 19 15:06:49 2016 New Revision: 258186 URL: http://llvm.org/viewvc/llvm-project?rev=258186&view=rev Log: Merging r257896: r257896 | nico | 2016-01-15 07:44:14 -0800 (Fri, 15 Jan 2016) | 1 line Rever

Re: [libcxxabi] r257896 - Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.

2016-01-19 Thread Hans Wennborg via cfe-commits
Merged to 3.8 in r258186. (See discussion on the r256323 commit). On Fri, Jan 15, 2016 at 7:44 AM, Nico Weber via cfe-commits wrote: > Author: nico > Date: Fri Jan 15 09:44:14 2016 > New Revision: 257896 > > URL: http://llvm.org/viewvc/llvm-project?rev=257896&view=rev > Log: > Revert r256322 (and

[libcxx] r258233 - Creating release directory for release_380.

2016-01-19 Thread Hans Wennborg via cfe-commits
Author: hans Date: Tue Jan 19 17:40:59 2016 New Revision: 258233 URL: http://llvm.org/viewvc/llvm-project?rev=258233&view=rev Log: Creating release directory for release_380. Added: libcxx/tags/RELEASE_380/ ___ cfe-commits mailing list cfe-commits@

[libcxx] r258234 - Creating release candidate rc1 from release_380 branch

2016-01-19 Thread Hans Wennborg via cfe-commits
Author: hans Date: Tue Jan 19 17:41:02 2016 New Revision: 258234 URL: http://llvm.org/viewvc/llvm-project?rev=258234&view=rev Log: Creating release candidate rc1 from release_380 branch Added: libcxx/tags/RELEASE_380/rc1/ (props changed) - copied from r258233, libcxx/branches/release_

[libcxxabi] r258235 - Creating release directory for release_380.

2016-01-19 Thread Hans Wennborg via cfe-commits
Author: hans Date: Tue Jan 19 17:41:04 2016 New Revision: 258235 URL: http://llvm.org/viewvc/llvm-project?rev=258235&view=rev Log: Creating release directory for release_380. Added: libcxxabi/tags/RELEASE_380/ ___ cfe-commits mailing list cfe-commi

[libcxxabi] r258236 - Creating release candidate rc1 from release_380 branch

2016-01-19 Thread Hans Wennborg via cfe-commits
Author: hans Date: Tue Jan 19 17:41:06 2016 New Revision: 258236 URL: http://llvm.org/viewvc/llvm-project?rev=258236&view=rev Log: Creating release candidate rc1 from release_380 branch Added: libcxxabi/tags/RELEASE_380/rc1/ (props changed) - copied from r258235, libcxxabi/branches/re

[libunwind] r258248 - Creating release candidate rc1 from release_380 branch

2016-01-19 Thread Hans Wennborg via cfe-commits
Author: hans Date: Tue Jan 19 17:41:33 2016 New Revision: 258248 URL: http://llvm.org/viewvc/llvm-project?rev=258248&view=rev Log: Creating release candidate rc1 from release_380 branch Added: libunwind/tags/RELEASE_380/rc1/ - copied from r258247, libunwind/branches/release_38/ ___

[libunwind] r258247 - Creating release directory for release_380.

2016-01-19 Thread Hans Wennborg via cfe-commits
Author: hans Date: Tue Jan 19 17:41:31 2016 New Revision: 258247 URL: http://llvm.org/viewvc/llvm-project?rev=258247&view=rev Log: Creating release directory for release_380. Added: libunwind/tags/RELEASE_380/ ___ cfe-commits mailing list cfe-commi

Re: [Diffusion] rL257984: [Cygwin] Use -femulated-tls by default since r257718 introduced the new pass.

2016-01-19 Thread Hans Wennborg via cfe-commits
On Tue, Jan 19, 2016 at 3:43 PM, NAKAMURA Takumi wrote: > May I push it (llvm and clang) into release_38? > It depends on r257718. r257718 was committed after the branch. Are you suggesting we merge that too? This looks like a pretty significant change. Can't it wait until 3.9? > 2016-01-16 12

Re: Merge libc++/libc++abi license headers fixes into 3.8

2016-01-20 Thread Hans Wennborg via cfe-commits
On Tue, Jan 19, 2016 at 6:08 PM, Marshall Clow wrote: > On Tue, Jan 19, 2016 at 3:34 PM, Eric Fiselier wrote: >> I would like to merge the following commits into 3.8. >> >> 1. r258196 (libc++) >> 2. r258198 (libc++) >> 3. r258201 (libc++abi) >> >> These commits simply add missing license headers.

Re: [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)

2016-01-20 Thread Hans Wennborg via cfe-commits
No problem. Please go ahead and merge with utils/release/merge.sh, or let me know if you'd prefer me to do it. On Tue, Jan 19, 2016 at 7:09 PM, Eric Fiselier wrote: > Hi Hans, > > Sorry to make this more complicated, but can you also include the follow-up > libc++abi commit r258277. > > /Eric > >

Re: [libcxx] r249798 - Split out of .

2016-01-20 Thread Hans Wennborg via cfe-commits
/sub On Wed, Jan 20, 2016 at 4:45 AM, Nico Weber via cfe-commits wrote: > Eric, Marshall: another ping. This should be fixed on the 3.8 branch, so it > needs to be resolved soon. > > On Jan 5, 2016 5:25 PM, "Nico Weber" wrote: >> >> On Wed, Dec 30, 2015 at 8:28 PM, Richard Smith >> wrote: >>> >

Re: [clang-tools-extra] r258327 - Ensure the lit.site.cfg and Unit/lit.site.cfg make targets do not use

2016-01-20 Thread Hans Wennborg via cfe-commits
On Wed, Jan 20, 2016 at 11:00 AM, Jonathan Roelofs wrote: > > > On 1/20/16 11:53 AM, Dimitry Andric via cfe-commits wrote: >> >> Author: dim >> Date: Wed Jan 20 12:53:44 2016 >> New Revision: 258327 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=258327&view=rev >> Log: >> Ensure the lit.site.c

Re: [PATCH] D16408: [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.

2016-01-21 Thread Hans Wennborg via cfe-commits
hans added a subscriber: dim. hans added a comment. +dim who said the locale tests were also failing for him on FreeBSD. Maybe this is relevant? http://reviews.llvm.org/D16408 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llv

Re: [clang-tools-extra] r258356 - Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer d

2016-01-21 Thread Hans Wennborg via cfe-commits
I'm fine with it. Alex, what do you think? On Wed, Jan 20, 2016 at 3:07 PM, Aaron Ballman wrote: > Uncertain whether this meets the bar for inclusion in 3.8. > clang-modernize was moved into clang-tidy and from what I can tell, it > did not suffer from this crash. I wouldn't normally recommend th

Re: [libcxx] r258403 - [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.

2016-01-21 Thread Hans Wennborg via cfe-commits
Hi Marshall, Is this OK for 3.8? Daniel, I assume we want reviews.llvm.org/D16408 too when that lands, right? Thanks, Hans On Thu, Jan 21, 2016 at 7:35 AM, Daniel Sanders via cfe-commits wrote: > Author: dsanders > Date: Thu Jan 21 09:35:15 2016 > New Revision: 258403 > > URL: http://llvm.org/

Re: [clang-tools-extra] r258356 - Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer d

2016-01-21 Thread Hans Wennborg via cfe-commits
Thanks. Aaron, do you want to go ahead and merge this with utils/release/merge.sh? Or let me know if you'd prefer me to do the merge. On Thu, Jan 21, 2016 at 10:00 AM, Alexander Kornienko wrote: > I'm fine with including this to 3.8. BTW, I'm working on release notes. > > On Thu, Jan 21, 2016 at

Re: [clang-tools-extra] r258356 - Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer d

2016-01-21 Thread Hans Wennborg via cfe-commits
On Thu, Jan 21, 2016 at 12:00 PM, Aaron Ballman wrote: > On Thu, Jan 21, 2016 at 1:01 PM, Hans Wennborg wrote: >> Thanks. >> >> Aaron, do you want to go ahead and merge this with >> utils/release/merge.sh? Or let me know if you'd prefer me to do the >> merge. > > I'd prefer if you'd handle the me

Re: r258394 - [OPENMP] Fix crash on reduction for complex variables.

2016-01-21 Thread Hans Wennborg via cfe-commits
Jack suggested (https://llvm.org/bugs/show_bug.cgi?id=26059#c7) that this should be merged to 3.8. Alexey, you're the code owner here. OK for merging? If yes, do you want to go ahead and merge with utils/release/merge.sh? On Thu, Jan 21, 2016 at 4:35 AM, Alexey Bataev via cfe-commits wrote: > Au

Re: r258396 - Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured Statements, used in sizeof() expression only.

2016-01-21 Thread Hans Wennborg via cfe-commits
Richard, it was suggested (in https://llvm.org/bugs/show_bug.cgi?id=26059#c7) that this gets merged to 3.8. I believe this falls under your ownership. On Thu, Jan 21, 2016 at 4:54 AM, Alexey Bataev via cfe-commits wrote: > Author: abataev > Date: Thu Jan 21 06:54:48 2016 > New Revision: 258396 >

Re: r258307 - [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.

2016-01-21 Thread Hans Wennborg via cfe-commits
Jack suggested (https://llvm.org/bugs/show_bug.cgi?id=26059#c7) that this should be merged to 3.8. Alexey, you're the code owner here. OK for merging? If yes, do you want to go ahead and merge with utils/release/merge.sh? On Wed, Jan 20, 2016 at 4:29 AM, Alexey Bataev via cfe-commits wrote: > Au

Re: r258110 - Fix PR26134: When substituting into default template arguments, keep CurContext unchanged.

2016-01-22 Thread Hans Wennborg via cfe-commits
It seems Richard is out of office, but perhaps he can verify this later. Dimitry: go ahead and merge it (or let me know if you'd like me to). On Fri, Jan 22, 2016 at 12:38 PM, Dimitry Andric wrote: > Hans, > > This change looks pretty trivial, and is required to not crash for the test > cases i

Re: [PATCH] D16511: [MSVC Compat] Only warn for unknown clang-cl arguments

2016-01-25 Thread Hans Wennborg via cfe-commits
hans added a subscriber: hans. hans added a comment. Maybe this behavior should be called out in the Command-Line Options section under clang-cl in docs/UsersManual.rst? http://reviews.llvm.org/D16511 ___ cfe-commits mailing list cfe-commits@lists.

Re: r257947 - Avoid self-assignment of SmallString, trigger UB behavior down the road.

2016-01-25 Thread Hans Wennborg via cfe-commits
Joerg, do you want to go ahead and merge this to 3.8 with utils/release/merge.sh? (Or let me know if you'd prefer me to do it.) On Sun, Jan 24, 2016 at 11:29 PM, Richard Smith wrote: > Approved for branch. > > On 23 Jan 2016 11:56 p.m., "Joerg Sonnenberger" > wrote: >> >> On Sat, Jan 16, 2016 at

Re: r257947 - Avoid self-assignment of SmallString, trigger UB behavior down the road.

2016-01-25 Thread Hans Wennborg via cfe-commits
Merged in r258715. On Mon, Jan 25, 2016 at 11:39 AM, Hans Wennborg wrote: > Joerg, do you want to go ahead and merge this to 3.8 with > utils/release/merge.sh? (Or let me know if you'd prefer me to do it.) > > On Sun, Jan 24, 2016 at 11:29 PM, Richard Smith wrote: >> Approved for branch. >> >> O

Re: [libcxx] r258107 - Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as http://reviews.llvm.org/D16262

2016-01-26 Thread Hans Wennborg via cfe-commits
On Tue, Jan 19, 2016 at 9:21 AM, Hans Wennborg wrote: > On Tue, Jan 19, 2016 at 12:01 AM, Dimitry Andric wrote: >> On 19 Jan 2016, at 01:50, Marshall Clow via cfe-commits >> wrote: >>> >>> Author: marshall >>> Date: Mon Jan 18 18:50:37 2016 >>> New Revision: 258107 >>> >>> URL: http://llvm.org/

Re: [PATCH] D16408: [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.

2016-01-26 Thread Hans Wennborg via cfe-commits
hans added a comment. Ping? This and r258403 are on my watch-list for 3.8. http://reviews.llvm.org/D16408 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [libcxx] r249798 - Split out of .

2016-01-26 Thread Hans Wennborg via cfe-commits
Eric, Marshall: has there been any progress here? On Wed, Jan 20, 2016 at 10:29 AM, Hans Wennborg wrote: > /sub > > On Wed, Jan 20, 2016 at 4:45 AM, Nico Weber via cfe-commits > wrote: >> Eric, Marshall: another ping. This should be fixed on the 3.8 branch, so it >> needs to be resolved soon. >>

Re: r258307 - [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.

2016-01-26 Thread Hans Wennborg via cfe-commits
Did that fix land, and should it be merged to 3.8? On Thu, Jan 21, 2016 at 7:03 PM, Alexey Bataev wrote: > Later today I will post another fix, that will fix all 'sections' > related troubles, including this one. So I don't think it is necessary > to merge it > > Best regards, > Alexey Bataev > =

Re: [libcxx] r258403 - [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.

2016-01-26 Thread Hans Wennborg via cfe-commits
As per the discussion on http://reviews.llvm.org/D16408, I've merged this in r258887. On Thu, Jan 21, 2016 at 9:36 AM, Daniel Sanders wrote: > I'm not sure why my reply-all dropped Hans from the recipients. Re-added > him. > > > > From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On B

[libcxx] r258887 - Merging r258403:

2016-01-26 Thread Hans Wennborg via cfe-commits
Author: hans Date: Tue Jan 26 18:07:27 2016 New Revision: 258887 URL: http://llvm.org/viewvc/llvm-project?rev=258887&view=rev Log: Merging r258403: r258403 | dsanders | 2016-01-21 07:35:15 -0800 (Thu, 21 Jan 2016) | 7 lines

Re: [PATCH] D16632: clang-cl: Take dllexport from original function decl into account

2016-01-27 Thread Hans Wennborg via cfe-commits
hans added a comment. Hi Stephan, I would rather see that we could get this right in the AST. The problem is that the Befriended::func() definition doesn't have dllexport attached: `-CXXMethodDecl 0x5ba1cf0 parent 0x5b4f288 prev 0x5b4f750 col:18 used func 'void (void)' `-CompoundStmt 0

Re: [clang-tools-extra] r258924 - Add clang-tools-extra documentation to the CMake build.

2016-01-27 Thread Hans Wennborg via cfe-commits
On Wed, Jan 27, 2016 at 3:37 AM, Alexander Kornienko via cfe-commits wrote: > Author: alexfh > Date: Wed Jan 27 05:37:08 2016 > New Revision: 258924 > > URL: http://llvm.org/viewvc/llvm-project?rev=258924&view=rev > Log: > Add clang-tools-extra documentation to the CMake build. Merged to 3.8 in r

Re: [clang-tools-extra] r258926 - [clang-tidy] Fix documentation.

2016-01-27 Thread Hans Wennborg via cfe-commits
On Wed, Jan 27, 2016 at 3:37 AM, Alexander Kornienko via cfe-commits wrote: > Author: alexfh > Date: Wed Jan 27 05:37:19 2016 > New Revision: 258926 > > URL: http://llvm.org/viewvc/llvm-project?rev=258926&view=rev > Log: > [clang-tidy] Fix documentation. > > Fixed broken links to cppcoreguidelines

[clang-tools-extra] r258960 - docs/conf.py: update copyright year

2016-01-27 Thread Hans Wennborg via cfe-commits
Author: hans Date: Wed Jan 27 12:29:16 2016 New Revision: 258960 URL: http://llvm.org/viewvc/llvm-project?rev=258960&view=rev Log: docs/conf.py: update copyright year Modified: clang-tools-extra/trunk/docs/conf.py Modified: clang-tools-extra/trunk/docs/conf.py URL: http://llvm.org/viewvc/ll

Re: [libcxx] r259046 - [libcxx] Work around for clang calling GAS after having already failed.

2016-01-28 Thread Hans Wennborg via cfe-commits
Yes, go ahead. Thanks, Hans On Thu, Jan 28, 2016 at 5:57 AM, Daniel Sanders wrote: > Hi Hans, > > Is it ok to merge this into 3.8? Eric Fiselier has already approved on the > review. > > From: cfe-commits [cfe-commits-boun...@lists.llvm.org] on behalf of

Re: r258307 - [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.

2016-01-28 Thread Hans Wennborg via cfe-commits
Alexey: you're the owner of openmp in Clang. Can you comment on what should be merged here? On Tue, Jan 26, 2016 at 3:43 PM, Jack Howarth wrote: > Tested the attached patch which contains a back port of the net > changes from both r258307 and > > Author: abataev > Date: Fri Jan 22 02:56:50 2016

Re: r258782 - Recommit: R258773 [OpenCL] Pipe builtin functions

2016-01-28 Thread Hans Wennborg via cfe-commits
I don't think we have a specific code owner for OpenCL in Clang, which means Richard is the owner. Richard, what do you think? On Wed, Jan 27, 2016 at 10:08 PM, xiuli pan wrote: > Hi hans, > > Request to merge it to release 38 > > It adds Pipe BIFs to be used along with Pipe type committed earli

Re: Merge OpenCL 2.0 Pipe builtins (r258782) in 3.8

2016-01-28 Thread Hans Wennborg via cfe-commits
Sorry for the slow reply. I've replied on the r258782 thread. On Tue, Jan 26, 2016 at 10:29 AM, Anastasia Stulova wrote: > Could you please merge Clang commit r258782 into release 3.8. > > > > It adds Pipe BIFs to be used along with Pipe type committed earlier (in > r257254). > > > > Thanks, > >

r259218 - Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes."

2016-01-29 Thread Hans Wennborg via cfe-commits
Author: hans Date: Fri Jan 29 12:24:34 2016 New Revision: 259218 URL: http://llvm.org/viewvc/llvm-project?rev=259218&view=rev Log: Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProt

Re: r259210 - Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes.

2016-01-29 Thread Hans Wennborg via cfe-commits
This broke tests: http://bb.pgr.jp/builders/cmake-clang-x86_64-linux/builds/44018/steps/test_clang/logs/Clang-Unit%20%3A%3A%20ASTMatchers__Dynamic__DynamicASTMatchersTests__RegistryTest.Errors I've reverted it in r259218. Thanks, Hans On Fri, Jan 29, 2016 at 9:03 AM, Aaron Ballman via cfe-comm

Re: r259260 - [UBSan] Add documentation for runtime issue suppression.

2016-01-29 Thread Hans Wennborg via cfe-commits
Yes, that seems like a good idea. Go ahead and merge (or let me know if you'd prefer me to do it). On Fri, Jan 29, 2016 at 3:14 PM, Alexey Samsonov wrote: > Hans, do you think it makes sense to merge this patch into 3.8? > > On Fri, Jan 29, 2016 at 3:07 PM, Alexey Samsonov via cfe-commits > wrot

[PATCH] D14748: bmiintrin.h: Allow using the tzcnt intrinsics for non-BMI targets

2015-11-17 Thread Hans Wennborg via cfe-commits
hans created this revision. hans added reviewers: thakis, echristo. hans added a subscriber: cfe-commits. The tzcnt intrinsics are used non non-BMI targets by code (e.g. ffmpeg) that uses it as a potentially faster BSF. The TZCNT instruction is special in that it's encoded in a backward-compatib

r253358 - bmiintrin.h: Allow using the tzcnt intrinsics for non-BMI targets

2015-11-17 Thread Hans Wennborg via cfe-commits
Author: hans Date: Tue Nov 17 12:46:48 2015 New Revision: 253358 URL: http://llvm.org/viewvc/llvm-project?rev=253358&view=rev Log: bmiintrin.h: Allow using the tzcnt intrinsics for non-BMI targets The tzcnt intrinsics are used non non-BMI targets by code (e.g. ffmpeg) that uses it as a potentiall

Re: [PATCH] D14748: bmiintrin.h: Allow using the tzcnt intrinsics for non-BMI targets

2015-11-17 Thread Hans Wennborg via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253358: bmiintrin.h: Allow using the tzcnt intrinsics for non-BMI targets (authored by hans). Changed prior to commit: http://reviews.llvm.org/D14748?vs=40399&id=40411#toc Repository: rL LLVM http:/

r253582 - clang-cl: Make /W4 imply -Wall -Wextra (PR25563)

2015-11-19 Thread Hans Wennborg via cfe-commits
Author: hans Date: Thu Nov 19 11:49:59 2015 New Revision: 253582 URL: http://llvm.org/viewvc/llvm-project?rev=253582&view=rev Log: clang-cl: Make /W4 imply -Wall -Wextra (PR25563) Modified: cfe/trunk/docs/UsersManual.rst cfe/trunk/include/clang/Driver/CLCompatOptions.td cfe/trunk/lib/

r253678 - Revert r253582: "clang-cl: Make /W4 imply -Wall -Wextra (PR25563)"

2015-11-20 Thread Hans Wennborg via cfe-commits
Author: hans Date: Fri Nov 20 10:51:56 2015 New Revision: 253678 URL: http://llvm.org/viewvc/llvm-project?rev=253678&view=rev Log: Revert r253582: "clang-cl: Make /W4 imply -Wall -Wextra (PR25563)" The patch expanded the flag *at the end*, breaking invocations like: clang-cl /W4 -Wno-unused-pa

Re: [PATCH] D15251: [Clang] Use range loops and autos in lib/Serialization/ASTReader.cpp

2015-12-04 Thread Hans Wennborg via cfe-commits
hans added inline comments. Comment at: lib/Serialization/ASTReader.cpp:3390 @@ -3393,5 +3389,3 @@ Mod->getExportedModules(Exports); -for (SmallVectorImpl::iterator - I = Exports.begin(), E = Exports.end(); I != E; ++I) { - Module *Exported = *I; +for (

Re: r254574 - PR17381: Treat undefined behavior during expression evaluation as an unmodeled

2015-12-07 Thread Hans Wennborg via cfe-commits
On Mon, Dec 7, 2015 at 2:14 PM, David Majnemer wrote: > > > On Mon, Dec 7, 2015 at 4:32 PM, Richard Smith via cfe-commits > wrote: >> >> On Mon, Dec 7, 2015 at 7:25 AM, Joerg Sonnenberger via cfe-commits >> wrote: >>> >>> On Thu, Dec 03, 2015 at 01:36:22AM -, Richard Smith via cfe-commits >>

r255029 - Update clang-format-vs README

2015-12-08 Thread Hans Wennborg via cfe-commits
Author: hans Date: Tue Dec 8 11:54:27 2015 New Revision: 255029 URL: http://llvm.org/viewvc/llvm-project?rev=255029&view=rev Log: Update clang-format-vs README VS2013 is requried after r231084. Modified: cfe/trunk/tools/clang-format-vs/README.txt Modified: cfe/trunk/tools/clang-format-vs/R

Re: [PATCH] D13802: [OPENMP] Make -fopenmp to turn on OpenMP support by default.

2015-12-08 Thread Hans Wennborg via cfe-commits
hans added a comment. Alexey & Chandler: Is there any ongoing communication here? It would be great if we could resolve this, or at least figure out what the status is, before we branch for 3.8 in a month or so. http://reviews.llvm.org/D13802 ___

Re: [PATCH] D15350: [clang-cl] Let /W4 map to -Wall -Wextra instead of just -Wall.

2015-12-08 Thread Hans Wennborg via cfe-commits
hans accepted this revision. hans added a comment. This revision is now accepted and ready to land. > There's no way to make a flag alias to two flags Well, at least not with the alias mechanism in the option parser, but David pointed out we could expand it manually in MSVCToolChain::TranslateA

[PATCH] D15399: MS inline ASM: mark the function noinline if the asm has labels (PR23715)

2015-12-09 Thread Hans Wennborg via cfe-commits
hans created this revision. hans added a reviewer: rnk. hans added a subscriber: cfe-commits. This avoids defining the same label twice if the function gets inlined. It's pretty hacky, but also very non-intrusive. (I also played with adding a flag on the MSAsmStmt and set that in ParseMicrosoftA

Re: [PATCH] D15399: MS inline ASM: mark the function noinline if the asm has labels (PR23715)

2015-12-09 Thread Hans Wennborg via cfe-commits
hans added inline comments. Comment at: lib/CodeGen/CGStmt.cpp:2005 @@ -1998,3 +2004,3 @@ /* IsAlignStack */ false, AsmDialect); llvm::CallInst *Result = Builder.CreateCall(IA, Args); Result->addAttribute(llvm::AttributeSet::FunctionIndex, -

r255201 - Mark MS inline ASM 'nodplicate' it it has labels (PR23715)

2015-12-09 Thread Hans Wennborg via cfe-commits
Author: hans Date: Wed Dec 9 19:38:04 2015 New Revision: 255201 URL: http://llvm.org/viewvc/llvm-project?rev=255201&view=rev Log: Mark MS inline ASM 'nodplicate' it it has labels (PR23715) Duplicating it can lead to labels being defined twice. Differential revision: http://reviews.llvm.org/D153

Re: [PATCH] D15399: MS inline ASM: mark the function noinline if the asm has labels (PR23715)

2015-12-09 Thread Hans Wennborg via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL255201: Mark MS inline ASM 'nodplicate' it it has labels (PR23715) (authored by hans). Changed prior to commit: http://reviews.llvm.org/D15399?vs=42353&id=42365#toc Repository: rL LLVM http://review

r255524 - clang-cl: make /Wall turn on both -Wall and -Wextra (PR25563)

2015-12-14 Thread Hans Wennborg via cfe-commits
Author: hans Date: Mon Dec 14 12:46:11 2015 New Revision: 255524 URL: http://llvm.org/viewvc/llvm-project?rev=255524&view=rev Log: clang-cl: make /Wall turn on both -Wall and -Wextra (PR25563) The documentation suggests /Wall should really turn on -Wextra and any other warnings that are not enabl

Re: r255524 - clang-cl: make /Wall turn on both -Wall and -Wextra (PR25563)

2015-12-14 Thread Hans Wennborg via cfe-commits
On Mon, Dec 14, 2015 at 3:47 PM, David Blaikie via cfe-commits wrote: > On Tue, Dec 15, 2015 at 5:46 AM, Hans Wennborg via cfe-commits > wrote: >> >> Author: hans >> Date: Mon Dec 14 12:46:11 2015 >> New Revision: 255524 >> >> URL: http://llvm.org/view

[clang] 05f6630 - Revert "[Clang] [AST] Fix placeholder return type name mangling for MSVC 1920+ / VS2019+ (#102848)"

2024-08-15 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2024-08-15T11:48:28+02:00 New Revision: 05f663081513c6293f80469132d083e2603ed036 URL: https://github.com/llvm/llvm-project/commit/05f663081513c6293f80469132d083e2603ed036 DIFF: https://github.com/llvm/llvm-project/commit/05f663081513c6293f80469132d083e2603ed036.diff

[clang] a30ef38 - [clang-repl] Always do export_executable_symbols_for_plugins(clang-repl)

2024-06-10 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2024-06-10T18:43:58+02:00 New Revision: a30ef38cd455d500680fea8afdc824b4983fa981 URL: https://github.com/llvm/llvm-project/commit/a30ef38cd455d500680fea8afdc824b4983fa981 DIFF: https://github.com/llvm/llvm-project/commit/a30ef38cd455d500680fea8afdc824b4983fa981.diff

[clang] 32cd703 - [clang-cl] Support the /Ob3 flag

2024-06-14 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2024-06-14T11:11:30+02:00 New Revision: 32cd703da578e769787a921d76b768164a4256b6 URL: https://github.com/llvm/llvm-project/commit/32cd703da578e769787a921d76b768164a4256b6 DIFF: https://github.com/llvm/llvm-project/commit/32cd703da578e769787a921d76b768164a4256b6.diff

[clang-tools-extra] 9c8b0d4 - Use FileCheck in new clang-tidy/infrastructure/config-files.cpp tests

2024-05-03 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2024-05-03T15:09:58+02:00 New Revision: 9c8b0d4ef6308ca0a74151c14c01f972e8db8cda URL: https://github.com/llvm/llvm-project/commit/9c8b0d4ef6308ca0a74151c14c01f972e8db8cda DIFF: https://github.com/llvm/llvm-project/commit/9c8b0d4ef6308ca0a74151c14c01f972e8db8cda.diff

[clang] 6217abc - Add requires clause to risc-v clang driver tests

2024-05-06 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2024-05-06T12:33:48+02:00 New Revision: 6217abce86b55778cf39f7db7f591a16b9fd4d28 URL: https://github.com/llvm/llvm-project/commit/6217abce86b55778cf39f7db7f591a16b9fd4d28 DIFF: https://github.com/llvm/llvm-project/commit/6217abce86b55778cf39f7db7f591a16b9fd4d28.diff

[clang] 9c195ba - [clang] Add include path for cppwinrt on Windows SDK 10.0.17134+

2022-01-18 Thread Hans Wennborg via cfe-commits
Author: Kagami Sascha Rosylight Date: 2022-01-18T09:14:23+01:00 New Revision: 9c195bae31c4eefc3e5360cefb4f601388a4f6d9 URL: https://github.com/llvm/llvm-project/commit/9c195bae31c4eefc3e5360cefb4f601388a4f6d9 DIFF: https://github.com/llvm/llvm-project/commit/9c195bae31c4eefc3e5360cefb4f601388a4

[clang] c133516 - Don't run test/ClangScanDeps/modules-symlink.c on Windows

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

Re: [clang] d3b26de - Clang: Change the default DWARF version to 5

2022-01-24 Thread Hans Wennborg via cfe-commits
For me, this broke some tests of the profiling runtime: $ ninja check-profile ... Failed Tests (2): Profile-i386 :: Linux/instrprof-debug-info-correlate.c Profile-x86_64 :: Linux/instrprof-debug-info-correlate.c Annoyingly, I can't find any buildbots where this fails, but I'm not really sure

[clang] 789549b - [clang-cl] Map /QIntel-jcc-erratum to -mbranches-within-32B-boundaries

2021-04-28 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2021-04-28T11:10:08+02:00 New Revision: 789549bea441f1347458505307db322aea3ac289 URL: https://github.com/llvm/llvm-project/commit/789549bea441f1347458505307db322aea3ac289 DIFF: https://github.com/llvm/llvm-project/commit/789549bea441f1347458505307db322aea3ac289.diff

[clang] 2d37f21 - Try to fix clang/test/Driver/cl-options.c on non-x86 hosts

2021-04-28 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2021-04-28T11:57:09+02:00 New Revision: 2d37f2115d173a2c9117c6dbb4720dc7aefb9f42 URL: https://github.com/llvm/llvm-project/commit/2d37f2115d173a2c9117c6dbb4720dc7aefb9f42 DIFF: https://github.com/llvm/llvm-project/commit/2d37f2115d173a2c9117c6dbb4720dc7aefb9f42.diff

[clang] 876bf51 - [clang-cl] Add parsing support for a bunch of new flags

2021-05-03 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2021-05-03T13:51:27+02:00 New Revision: 876bf516e7d4bba615da6cf791372fb36fc8f947 URL: https://github.com/llvm/llvm-project/commit/876bf516e7d4bba615da6cf791372fb36fc8f947 DIFF: https://github.com/llvm/llvm-project/commit/876bf516e7d4bba615da6cf791372fb36fc8f947.diff

[clang] 4f4aa7b - Require asserts for clang/test/Headers/wasm.c

2021-05-05 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2021-05-05T11:42:18+02:00 New Revision: 4f4aa7b78df5544b0a1c07ee98475939c1175990 URL: https://github.com/llvm/llvm-project/commit/4f4aa7b78df5544b0a1c07ee98475939c1175990 DIFF: https://github.com/llvm/llvm-project/commit/4f4aa7b78df5544b0a1c07ee98475939c1175990.diff

[clang] 0b48d0f - [ADT] Add an in-place version of toHex()

2022-01-11 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2022-01-11T11:51:04+01:00 New Revision: 0b48d0fe1292929f0cd61a2ca8114d794e245daa URL: https://github.com/llvm/llvm-project/commit/0b48d0fe1292929f0cd61a2ca8114d794e245daa DIFF: https://github.com/llvm/llvm-project/commit/0b48d0fe1292929f0cd61a2ca8114d794e245daa.diff

[clang] 0a54c32 - Add note about inlining dllimport functions to the attribute docs

2021-12-08 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2021-12-08T11:15:39+01:00 New Revision: 0a54c325beff37c57991e88799c213534c1fa6a9 URL: https://github.com/llvm/llvm-project/commit/0a54c325beff37c57991e88799c213534c1fa6a9 DIFF: https://github.com/llvm/llvm-project/commit/0a54c325beff37c57991e88799c213534c1fa6a9.diff

[clang] bbc690c - Define __STDC_NO_THREADS__ when targeting windows-msvc (PR48704)

2021-12-16 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2021-12-16T16:30:06+01:00 New Revision: bbc690c57213054907284d8964dc0487d38fc57a URL: https://github.com/llvm/llvm-project/commit/bbc690c57213054907284d8964dc0487d38fc57a DIFF: https://github.com/llvm/llvm-project/commit/bbc690c57213054907284d8964dc0487d38fc57a.diff

[clang] f29dcbd - Add flag for showing skipped headers in -H / --show-includes output

2021-04-14 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2021-04-14T17:01:51+02:00 New Revision: f29dcbdde10c86cfd89196fc2aa0e7f6ca3c9c4e URL: https://github.com/llvm/llvm-project/commit/f29dcbdde10c86cfd89196fc2aa0e7f6ca3c9c4e DIFF: https://github.com/llvm/llvm-project/commit/f29dcbdde10c86cfd89196fc2aa0e7f6ca3c9c4e.diff

[clang] bb36dc8 - Rename -show-skipped-includes to -fshow-skipped-includes and make it a driver option

2021-04-19 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2021-04-19T15:22:15+02:00 New Revision: bb36dc8dcf1c4a16cafdafc6b225ec6036144f41 URL: https://github.com/llvm/llvm-project/commit/bb36dc8dcf1c4a16cafdafc6b225ec6036144f41 DIFF: https://github.com/llvm/llvm-project/commit/bb36dc8dcf1c4a16cafdafc6b225ec6036144f41.diff

[clang] aa1e391 - Fix test/Frontend/print-header-includes.c

2021-04-19 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2021-04-19T15:39:09+02:00 New Revision: aa1e3914020b1211e6bdd306d4f5f2010971d6ee URL: https://github.com/llvm/llvm-project/commit/aa1e3914020b1211e6bdd306d4f5f2010971d6ee DIFF: https://github.com/llvm/llvm-project/commit/aa1e3914020b1211e6bdd306d4f5f2010971d6ee.diff

Re: [clang] 5a391d3 - Following up on PR48517, fix handling of template arguments that refer

2021-01-20 Thread Hans Wennborg via cfe-commits
Combined with da986511fb9da1a46a0ca4dba2e49e2426036303 this broke Chromium's build. See https://bugs.chromium.org/p/chromium/issues/detail?id=1168494#c1 for a repro. I've reverted this change and the changes that depended on it in 8ba442bc2136c9ab91c74826db7195e406b94fb7 in the meantime. On Tue,

[clang] 7743882 - [MS compat] Handle #pragma fenv_access like #pragma STDC FENV_ACCESS (PR50694)

2021-10-11 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2021-10-11T17:07:26+02:00 New Revision: 774388241e25529308c8bbac6012a20b62b82f29 URL: https://github.com/llvm/llvm-project/commit/774388241e25529308c8bbac6012a20b62b82f29 DIFF: https://github.com/llvm/llvm-project/commit/774388241e25529308c8bbac6012a20b62b82f29.diff

[libunwind] 1bc175d - [Unwind] Cast exception class pointer for strcpy

2021-09-02 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2021-09-02T19:01:30+02:00 New Revision: 1bc175d486b5bf2ae5dd46c1e85342f2f2734b1f URL: https://github.com/llvm/llvm-project/commit/1bc175d486b5bf2ae5dd46c1e85342f2f2734b1f DIFF: https://github.com/llvm/llvm-project/commit/1bc175d486b5bf2ae5dd46c1e85342f2f2734b1f.diff

[clang] ada6372 - Revert "[clang] Finish implementation of P0522 (#96023)"

2024-10-08 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2024-10-09T08:41:42+02:00 New Revision: ada6372e52547ba0090f52a2e9e9d95d7eca28d3 URL: https://github.com/llvm/llvm-project/commit/ada6372e52547ba0090f52a2e9e9d95d7eca28d3 DIFF: https://github.com/llvm/llvm-project/commit/ada6372e52547ba0090f52a2e9e9d95d7eca28d3.diff

[clang] [clang] Expose -f(no-)wrapv as clang-cl option (PR #120787)

2025-01-06 Thread Hans Wennborg via cfe-commits
https://github.com/zmodem approved this pull request. lgtm https://github.com/llvm/llvm-project/pull/120787 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Warn when unique objects might be duplicated in shared libraries (PR #125526)

2025-02-03 Thread Hans Wennborg via cfe-commits
https://github.com/zmodem approved this pull request. https://github.com/llvm/llvm-project/pull/125526 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Warn when unique objects might be duplicated in shared libraries (PR #125526)

2025-02-03 Thread Hans Wennborg via cfe-commits
https://github.com/zmodem closed https://github.com/llvm/llvm-project/pull/125526 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Analyzer][CFG] Correctly handle rebuilt default arg and default init expression (PR #117437)

2025-02-03 Thread Hans Wennborg via cfe-commits
zmodem wrote: creduce'd reproducer: ``` $ cat /tmp/a.cc class Location { public: static Location Current(int = __builtin_LINE()); }; class DOMMatrix; class BasicMember { public: BasicMember(DOMMatrix *); }; template using Member = BasicMember; class ExceptionState { public: ExceptionState

[clang] Warn when unique objects might be duplicated in shared libraries (PR #117622)

2025-02-03 Thread Hans Wennborg via cfe-commits
zmodem wrote: Looks like some buildbots are unhappy. I'll back it out for now. https://github.com/llvm/llvm-project/pull/117622 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] cdeeb39 - Revert "Warn when unique objects might be duplicated in shared libraries (#117622)"

2025-02-03 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2025-02-03T13:56:46+01:00 New Revision: cdeeb390a9ea21540fc44ba10dede66fbc0b2fc8 URL: https://github.com/llvm/llvm-project/commit/cdeeb390a9ea21540fc44ba10dede66fbc0b2fc8 DIFF: https://github.com/llvm/llvm-project/commit/cdeeb390a9ea21540fc44ba10dede66fbc0b2fc8.diff

[clang] [Analyzer][CFG] Correctly handle rebuilt default arg and default init expression (PR #117437)

2025-02-03 Thread Hans Wennborg via cfe-commits
zmodem wrote: We're hitting an assert after this: ``` clang/lib/Analysis/CFG.cpp:822: void (anonymous namespace)::CFGBuilder::appendStmt(CFGBlock *, const Stmt *): Assertion `!isa(S) || cast(S)->IgnoreParens() == S' failed. ``` See https://crbug.com/394015869 for stack trace and reproducer. I

[clang] 90e0dd1 - Revert "[Analyzer][CFG] Correctly handle rebuilt default arg and default init expression (#117437)"

2025-02-03 Thread Hans Wennborg via cfe-commits
Author: Hans Wennborg Date: 2025-02-03T15:52:04+01:00 New Revision: 90e0dd15ff070b5b4b1bb068cdade7f5b5e6ccec URL: https://github.com/llvm/llvm-project/commit/90e0dd15ff070b5b4b1bb068cdade7f5b5e6ccec DIFF: https://github.com/llvm/llvm-project/commit/90e0dd15ff070b5b4b1bb068cdade7f5b5e6ccec.diff

[clang] Warn when unique objects might be duplicated in shared libraries (PR #117622)

2025-02-03 Thread Hans Wennborg via cfe-commits
https://github.com/zmodem closed https://github.com/llvm/llvm-project/pull/117622 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Warn when unique objects might be duplicated in shared libraries (PR #117622)

2025-01-31 Thread Hans Wennborg via cfe-commits
https://github.com/zmodem approved this pull request. lgtm Unless there are any further comments, I'll push the Merge button on Monday. https://github.com/llvm/llvm-project/pull/117622 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://li

<    10   11   12   13   14   15   16   17   >