Author: Nico Weber
Date: 2020-11-23T12:56:52-05:00
New Revision: e0e334a9c1ace7dd9339ca6cb5866ff7b7885e11
URL:
https://github.com/llvm/llvm-project/commit/e0e334a9c1ace7dd9339ca6cb5866ff7b7885e11
DIFF:
https://github.com/llvm/llvm-project/commit/e0e334a9c1ace7dd9339ca6cb5866ff7b7885e11.diff
LO
Author: Nico Weber
Date: 2020-11-23T13:32:29-05:00
New Revision: 47eb5ce19ab10bcfe00af04e6a6e39613e2cb3c9
URL:
https://github.com/llvm/llvm-project/commit/47eb5ce19ab10bcfe00af04e6a6e39613e2cb3c9
DIFF:
https://github.com/llvm/llvm-project/commit/47eb5ce19ab10bcfe00af04e6a6e39613e2cb3c9.diff
LO
Author: Nico Weber
Date: 2020-11-24T10:51:08-05:00
New Revision: 5ce85e66358a69e786093756c77fae2e140947c1
URL:
https://github.com/llvm/llvm-project/commit/5ce85e66358a69e786093756c77fae2e140947c1
DIFF:
https://github.com/llvm/llvm-project/commit/5ce85e66358a69e786093756c77fae2e140947c1.diff
LO
Author: Nico Weber
Date: 2020-11-24T11:16:03-05:00
New Revision: 9a8386dba889b038c23bfc89dd0ff3cf55bbf86a
URL:
https://github.com/llvm/llvm-project/commit/9a8386dba889b038c23bfc89dd0ff3cf55bbf86a
DIFF:
https://github.com/llvm/llvm-project/commit/9a8386dba889b038c23bfc89dd0ff3cf55bbf86a.diff
LO
Author: Nico Weber
Date: 2020-11-24T22:34:12-05:00
New Revision: a9eaf8435d9204f5d71a08cfd7c574e92d434871
URL:
https://github.com/llvm/llvm-project/commit/a9eaf8435d9204f5d71a08cfd7c574e92d434871
DIFF:
https://github.com/llvm/llvm-project/commit/a9eaf8435d9204f5d71a08cfd7c574e92d434871.diff
LO
Author: Nico Weber
Date: 2020-11-30T20:00:46-05:00
New Revision: 61da501b6a1bf845c3da9a7e761a3c6a3b6cf21a
URL:
https://github.com/llvm/llvm-project/commit/61da501b6a1bf845c3da9a7e761a3c6a3b6cf21a
DIFF:
https://github.com/llvm/llvm-project/commit/61da501b6a1bf845c3da9a7e761a3c6a3b6cf21a.diff
LO
Author: Nico Weber
Date: 2020-12-01T12:07:56-05:00
New Revision: b99e2b8b14f4ba50f9eb80bd5a2c1824099a7f96
URL:
https://github.com/llvm/llvm-project/commit/b99e2b8b14f4ba50f9eb80bd5a2c1824099a7f96
DIFF:
https://github.com/llvm/llvm-project/commit/b99e2b8b14f4ba50f9eb80bd5a2c1824099a7f96.diff
LO
Author: Nico Weber
Date: 2020-12-03T09:00:10-05:00
New Revision: 68f2ff59d114a5511e197472d2d4f23fea7ff0f5
URL:
https://github.com/llvm/llvm-project/commit/68f2ff59d114a5511e197472d2d4f23fea7ff0f5
DIFF:
https://github.com/llvm/llvm-project/commit/68f2ff59d114a5511e197472d2d4f23fea7ff0f5.diff
LO
Author: Nico Weber
Date: 2020-12-03T09:11:03-05:00
New Revision: 0cbf61be8be546257854d1a2e5d6c675f5838a63
URL:
https://github.com/llvm/llvm-project/commit/0cbf61be8be546257854d1a2e5d6c675f5838a63
DIFF:
https://github.com/llvm/llvm-project/commit/0cbf61be8be546257854d1a2e5d6c675f5838a63.diff
LO
Author: Nico Weber
Date: 2020-12-03T10:55:05-05:00
New Revision: c00516d52054e31179ce921a35a3815032feed0f
URL:
https://github.com/llvm/llvm-project/commit/c00516d52054e31179ce921a35a3815032feed0f
DIFF:
https://github.com/llvm/llvm-project/commit/c00516d52054e31179ce921a35a3815032feed0f.diff
LO
Author: Nico Weber
Date: 2020-10-26T12:55:38-04:00
New Revision: c686dfd61705f33419875b22eb08bd197a72cd18
URL:
https://github.com/llvm/llvm-project/commit/c686dfd61705f33419875b22eb08bd197a72cd18
DIFF:
https://github.com/llvm/llvm-project/commit/c686dfd61705f33419875b22eb08bd197a72cd18.diff
LO
Hi Richard,
this makes clang assert when building chromium/win.
https://bugs.chromium.org/p/chromium/issues/detail?id=1142009#c4 has a
reduced repro. Could you take a look?
Thanks,
Nico
On Mon, Oct 19, 2020 at 10:04 PM Richard Smith via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
>
> Autho
The original snippet:
const int64_t& kGraceMs =
AffiliationFetchThrottler::kGracePeriodAfterReconnectMs;
ASSERT_NO_FATAL_FAILURE(AssertReleaseInBetween(
true, kGraceMs * (1 - kPolicy.jitter_factor), kGraceMs));
kGracePeriod is declared here
https://source.chromium.org/chromium/chr
gcc points out that DTST is unused in
+if (auto *DTST =
dyn_cast(DeducedT)) {
Should it be used? Or should we delete the lhs of that assignment?
On Wed, Oct 21, 2020 at 6:03 PM Richard Smith via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
>
> Author: Richard Smith
> Date: 2020-10-21T15
Author: Nico Weber
Date: 2020-10-27T20:10:48-04:00
New Revision: 739d4bf8f43d0a5a3a99e07b1647ded1ce1d81b3
URL:
https://github.com/llvm/llvm-project/commit/739d4bf8f43d0a5a3a99e07b1647ded1ce1d81b3
DIFF:
https://github.com/llvm/llvm-project/commit/739d4bf8f43d0a5a3a99e07b1647ded1ce1d81b3.diff
LO
Author: Nico Weber
Date: 2020-10-29T10:29:53-04:00
New Revision: 637c77fda64a9b4c021be9c2f89fe8995613c7ed
URL:
https://github.com/llvm/llvm-project/commit/637c77fda64a9b4c021be9c2f89fe8995613c7ed
DIFF:
https://github.com/llvm/llvm-project/commit/637c77fda64a9b4c021be9c2f89fe8995613c7ed.diff
LO
Hi Richard,
this fires on
thakis@thakis:~/src/llvm-project$ cat foo.m
static const int gSignals[] = { 0, 1, 2, 3, 4 };
static const int kNumSignals = sizeof(gSignals) / sizeof(gSignals[0]);
static int gPreviousSignalHandlers[kNumSignals];
thakis@thakis:~/src/llvm-project$ out/gn/bin/clang -c foo
Author: Nico Weber
Date: 2020-10-29T20:14:57-04:00
New Revision: f1e0944fe5bbafd99e7cddb0892d6396a7eba01f
URL:
https://github.com/llvm/llvm-project/commit/f1e0944fe5bbafd99e7cddb0892d6396a7eba01f
DIFF:
https://github.com/llvm/llvm-project/commit/f1e0944fe5bbafd99e7cddb0892d6396a7eba01f.diff
LO
On Thu, Oct 29, 2020 at 6:10 PM Richard Smith wrote:
> On Thu, 29 Oct 2020 at 08:07, Nico Weber wrote:
>
>> Hi Richard,
>>
>> this fires on
>>
>> thakis@thakis:~/src/llvm-project$ cat foo.m
>> static const int gSignals[] = { 0, 1, 2, 3, 4 };
>> static const int kNumSignals = sizeof(gSignals) / s
Thanks!
Maybe the diag text for this case could be a bit friendlier :)
On Thu, Oct 29, 2020 at 10:41 PM Richard Smith
wrote:
> On Thu, 29 Oct 2020 at 19:32, Nico Weber wrote:
>
>> On Thu, Oct 29, 2020 at 6:10 PM Richard Smith
>> wrote:
>>
>>> On Thu, 29 Oct 2020 at 08:07, Nico Weber wrote:
>
Author: Nico Weber
Date: 2020-11-02T10:30:42-05:00
New Revision: c88390468cdd1de4283b2c5c7889f16c477791cd
URL:
https://github.com/llvm/llvm-project/commit/c88390468cdd1de4283b2c5c7889f16c477791cd
DIFF:
https://github.com/llvm/llvm-project/commit/c88390468cdd1de4283b2c5c7889f16c477791cd.diff
LO
The test in this commit doesn't pass. I've reverted this for now
in c88390468cdd1de4283b2c5c7889f16c477791cd
Please run the tests you're adding before committing a change.
On Mon, Nov 2, 2020 at 10:12 AM Aaron Ballman via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
>
> Author: Frank Derry W
Author: Nico Weber
Date: 2021-05-12T14:53:50-04:00
New Revision: d8c227ba05d065046bdb8671f1df73dabaffa222
URL:
https://github.com/llvm/llvm-project/commit/d8c227ba05d065046bdb8671f1df73dabaffa222
DIFF:
https://github.com/llvm/llvm-project/commit/d8c227ba05d065046bdb8671f1df73dabaffa222.diff
LO
Author: Nico Weber
Date: 2021-05-24T21:22:07-04:00
New Revision: d881319cc5606baa7668405a296d0960a83a1e4c
URL:
https://github.com/llvm/llvm-project/commit/d881319cc5606baa7668405a296d0960a83a1e4c
DIFF:
https://github.com/llvm/llvm-project/commit/d881319cc5606baa7668405a296d0960a83a1e4c.diff
LO
Author: Nico Weber
Date: 2021-05-28T14:49:18-04:00
New Revision: f63adf5b67f7a25b15f81d3a1a207aba4f226dc4
URL:
https://github.com/llvm/llvm-project/commit/f63adf5b67f7a25b15f81d3a1a207aba4f226dc4
DIFF:
https://github.com/llvm/llvm-project/commit/f63adf5b67f7a25b15f81d3a1a207aba4f226dc4.diff
LO
Author: Nico Weber
Date: 2021-05-31T08:54:53-04:00
New Revision: 2fc05fdc156fab5a7a7ef1d5b7d217ffa766d86f
URL:
https://github.com/llvm/llvm-project/commit/2fc05fdc156fab5a7a7ef1d5b7d217ffa766d86f
DIFF:
https://github.com/llvm/llvm-project/commit/2fc05fdc156fab5a7a7ef1d5b7d217ffa766d86f.diff
LO
Author: Nico Weber
Date: 2021-01-27T18:15:25-05:00
New Revision: 764a7a2155c6747ec8d0b38d8edbb65960eae874
URL:
https://github.com/llvm/llvm-project/commit/764a7a2155c6747ec8d0b38d8edbb65960eae874
DIFF:
https://github.com/llvm/llvm-project/commit/764a7a2155c6747ec8d0b38d8edbb65960eae874.diff
LO
Author: Nico Weber
Date: 2021-01-27T18:15:25-05:00
New Revision: 764a7a2155c6747ec8d0b38d8edbb65960eae874
URL:
https://github.com/llvm/llvm-project/commit/764a7a2155c6747ec8d0b38d8edbb65960eae874
DIFF:
https://github.com/llvm/llvm-project/commit/764a7a2155c6747ec8d0b38d8edbb65960eae874.diff
LO
Author: Nico Weber
Date: 2021-01-29T09:47:00-05:00
New Revision: 82847436e9258a12503dcfadb5dc373cb42fea43
URL:
https://github.com/llvm/llvm-project/commit/82847436e9258a12503dcfadb5dc373cb42fea43
DIFF:
https://github.com/llvm/llvm-project/commit/82847436e9258a12503dcfadb5dc373cb42fea43.diff
LO
Author: Nico Weber
Date: 2021-01-29T09:59:00-05:00
New Revision: d087d805acb664e885e9c31a916f6cfa5dbc2186
URL:
https://github.com/llvm/llvm-project/commit/d087d805acb664e885e9c31a916f6cfa5dbc2186
DIFF:
https://github.com/llvm/llvm-project/commit/d087d805acb664e885e9c31a916f6cfa5dbc2186.diff
LO
Author: Nico Weber
Date: 2021-01-29T11:20:48-05:00
New Revision: 1608ba09462d877111230e9461b895f696f8fcb1
URL:
https://github.com/llvm/llvm-project/commit/1608ba09462d877111230e9461b895f696f8fcb1
DIFF:
https://github.com/llvm/llvm-project/commit/1608ba09462d877111230e9461b895f696f8fcb1.diff
LO
Author: Nico Weber
Date: 2021-02-02T07:38:44-05:00
New Revision: f2b4cc91e0830835c251e0525322effda8522b1c
URL:
https://github.com/llvm/llvm-project/commit/f2b4cc91e0830835c251e0525322effda8522b1c
DIFF:
https://github.com/llvm/llvm-project/commit/f2b4cc91e0830835c251e0525322effda8522b1c.diff
LO
Author: Nico Weber
Date: 2021-02-03T19:14:34-05:00
New Revision: b9953141439b460f4023c2d684b7f789bebfc885
URL:
https://github.com/llvm/llvm-project/commit/b9953141439b460f4023c2d684b7f789bebfc885
DIFF:
https://github.com/llvm/llvm-project/commit/b9953141439b460f4023c2d684b7f789bebfc885.diff
LO
Author: Nico Weber
Date: 2021-02-04T07:10:46-05:00
New Revision: 4874ff02417916cc9ff994b34abcb5e563056546
URL:
https://github.com/llvm/llvm-project/commit/4874ff02417916cc9ff994b34abcb5e563056546
DIFF:
https://github.com/llvm/llvm-project/commit/4874ff02417916cc9ff994b34abcb5e563056546.diff
LO
Author: Nico Weber
Date: 2021-09-16T07:42:32-04:00
New Revision: 951f362e2560fe1c9c05f487107fd9882d45d867
URL:
https://github.com/llvm/llvm-project/commit/951f362e2560fe1c9c05f487107fd9882d45d867
DIFF:
https://github.com/llvm/llvm-project/commit/951f362e2560fe1c9c05f487107fd9882d45d867.diff
LO
Author: Nico Weber
Date: 2021-09-16T08:43:58-04:00
New Revision: 05ea321f716390abda1632cca71dc9441662cf62
URL:
https://github.com/llvm/llvm-project/commit/05ea321f716390abda1632cca71dc9441662cf62
DIFF:
https://github.com/llvm/llvm-project/commit/05ea321f716390abda1632cca71dc9441662cf62.diff
LO
Author: Nico Weber
Date: 2021-09-18T09:10:37-04:00
New Revision: 31cca215654ac5eca01796248696b8d710a5cffc
URL:
https://github.com/llvm/llvm-project/commit/31cca215654ac5eca01796248696b8d710a5cffc
DIFF:
https://github.com/llvm/llvm-project/commit/31cca215654ac5eca01796248696b8d710a5cffc.diff
LO
Author: Nico Weber
Date: 2021-09-20T16:18:03-04:00
New Revision: 9197834535364efff505580ef940ad41cd293275
URL:
https://github.com/llvm/llvm-project/commit/9197834535364efff505580ef940ad41cd293275
DIFF:
https://github.com/llvm/llvm-project/commit/9197834535364efff505580ef940ad41cd293275.diff
LO
Author: Nico Weber
Date: 2021-09-20T18:48:34-04:00
New Revision: f11917057923bce7f9c04282b4a3b15ef0aad0d6
URL:
https://github.com/llvm/llvm-project/commit/f11917057923bce7f9c04282b4a3b15ef0aad0d6
DIFF:
https://github.com/llvm/llvm-project/commit/f11917057923bce7f9c04282b4a3b15ef0aad0d6.diff
LO
Author: Nico Weber
Date: 2021-09-20T19:42:49-04:00
New Revision: bde305baf631004b8d00081f11e62b33e1665e45
URL:
https://github.com/llvm/llvm-project/commit/bde305baf631004b8d00081f11e62b33e1665e45
DIFF:
https://github.com/llvm/llvm-project/commit/bde305baf631004b8d00081f11e62b33e1665e45.diff
LO
Author: Nico Weber
Date: 2021-09-20T20:06:03-04:00
New Revision: 60ab6861ed13e4f1e2729f8add6366a7be223d80
URL:
https://github.com/llvm/llvm-project/commit/60ab6861ed13e4f1e2729f8add6366a7be223d80
DIFF:
https://github.com/llvm/llvm-project/commit/60ab6861ed13e4f1e2729f8add6366a7be223d80.diff
LO
Author: Nico Weber
Date: 2021-09-24T18:44:53-04:00
New Revision: 6ece82e9006d16b7fba7660ce09b2c62ab8460fa
URL:
https://github.com/llvm/llvm-project/commit/6ece82e9006d16b7fba7660ce09b2c62ab8460fa
DIFF:
https://github.com/llvm/llvm-project/commit/6ece82e9006d16b7fba7660ce09b2c62ab8460fa.diff
LO
Author: Nico Weber
Date: 2021-09-27T10:24:46-04:00
New Revision: 63bb2d585e9760cbc2251f95dfcc335506cad177
URL:
https://github.com/llvm/llvm-project/commit/63bb2d585e9760cbc2251f95dfcc335506cad177
DIFF:
https://github.com/llvm/llvm-project/commit/63bb2d585e9760cbc2251f95dfcc335506cad177.diff
LO
Author: Nico Weber
Date: 2021-09-27T14:38:18-04:00
New Revision: 36dc5c048ac745ef62769dd824a9a13659afc2ef
URL:
https://github.com/llvm/llvm-project/commit/36dc5c048ac745ef62769dd824a9a13659afc2ef
DIFF:
https://github.com/llvm/llvm-project/commit/36dc5c048ac745ef62769dd824a9a13659afc2ef.diff
LO
Author: Nico Weber
Date: 2021-09-28T19:47:27-04:00
New Revision: 5cf0606140974b7560490778725c134eb35f0cc7
URL:
https://github.com/llvm/llvm-project/commit/5cf0606140974b7560490778725c134eb35f0cc7
DIFF:
https://github.com/llvm/llvm-project/commit/5cf0606140974b7560490778725c134eb35f0cc7.diff
LO
Author: Nico Weber
Date: 2021-09-29T13:14:23-04:00
New Revision: b2de52bec17b67887456ede40ac7c6959ce26d6a
URL:
https://github.com/llvm/llvm-project/commit/b2de52bec17b67887456ede40ac7c6959ce26d6a
DIFF:
https://github.com/llvm/llvm-project/commit/b2de52bec17b67887456ede40ac7c6959ce26d6a.diff
LO
Author: Nico Weber
Date: 2021-09-29T14:28:13-04:00
New Revision: 2240deb9766cc080b351016b0d7f975d7249b113
URL:
https://github.com/llvm/llvm-project/commit/2240deb9766cc080b351016b0d7f975d7249b113
DIFF:
https://github.com/llvm/llvm-project/commit/2240deb9766cc080b351016b0d7f975d7249b113.diff
LO
Author: Nico Weber
Date: 2021-09-30T14:17:14-04:00
New Revision: fa32fd3bf7c070e62487e5ccba00557d57b2ee5c
URL:
https://github.com/llvm/llvm-project/commit/fa32fd3bf7c070e62487e5ccba00557d57b2ee5c
DIFF:
https://github.com/llvm/llvm-project/commit/fa32fd3bf7c070e62487e5ccba00557d57b2ee5c.diff
LO
Author: Nico Weber
Date: 2021-09-30T14:33:14-04:00
New Revision: 8dfbe9b0aeb6d45975d453dfed828068c63c225e
URL:
https://github.com/llvm/llvm-project/commit/8dfbe9b0aeb6d45975d453dfed828068c63c225e
DIFF:
https://github.com/llvm/llvm-project/commit/8dfbe9b0aeb6d45975d453dfed828068c63c225e.diff
LO
Author: Nico Weber
Date: 2021-09-30T15:03:23-04:00
New Revision: e31899c7080f93c3d86b492af5f6bc9c3a1d1105
URL:
https://github.com/llvm/llvm-project/commit/e31899c7080f93c3d86b492af5f6bc9c3a1d1105
DIFF:
https://github.com/llvm/llvm-project/commit/e31899c7080f93c3d86b492af5f6bc9c3a1d1105.diff
LO
Author: Nico Weber
Date: 2021-10-01T09:33:13-04:00
New Revision: ec4a82286674c44c9216e9585235b0fa5df4ae9f
URL:
https://github.com/llvm/llvm-project/commit/ec4a82286674c44c9216e9585235b0fa5df4ae9f
DIFF:
https://github.com/llvm/llvm-project/commit/ec4a82286674c44c9216e9585235b0fa5df4ae9f.diff
LO
Author: Nico Weber
Date: 2021-02-09T11:06:32-05:00
New Revision: de1966e5427985163f8e816834b3a0564b5e24cd
URL:
https://github.com/llvm/llvm-project/commit/de1966e5427985163f8e816834b3a0564b5e24cd
DIFF:
https://github.com/llvm/llvm-project/commit/de1966e5427985163f8e816834b3a0564b5e24cd.diff
LO
Author: Nico Weber
Date: 2021-02-10T09:45:04-05:00
New Revision: c6a1b16db7dc7a0af8951b39f29ddbe639a98a3b
URL:
https://github.com/llvm/llvm-project/commit/c6a1b16db7dc7a0af8951b39f29ddbe639a98a3b
DIFF:
https://github.com/llvm/llvm-project/commit/c6a1b16db7dc7a0af8951b39f29ddbe639a98a3b.diff
LO
Author: Nico Weber
Date: 2021-02-18T15:23:24-05:00
New Revision: 063236646849564094f5fcfc947ad36dba0efedb
URL:
https://github.com/llvm/llvm-project/commit/063236646849564094f5fcfc947ad36dba0efedb
DIFF:
https://github.com/llvm/llvm-project/commit/063236646849564094f5fcfc947ad36dba0efedb.diff
LO
Author: Nico Weber
Date: 2021-02-23T20:38:39-05:00
New Revision: ab5b00ada9e77437ed2c76f73cfb8481bb9826a5
URL:
https://github.com/llvm/llvm-project/commit/ab5b00ada9e77437ed2c76f73cfb8481bb9826a5
DIFF:
https://github.com/llvm/llvm-project/commit/ab5b00ada9e77437ed2c76f73cfb8481bb9826a5.diff
LO
Author: Nico Weber
Date: 2021-06-04T10:42:25-04:00
New Revision: f917c5b8d40b7894d52d56052bb18f8e989bad9e
URL:
https://github.com/llvm/llvm-project/commit/f917c5b8d40b7894d52d56052bb18f8e989bad9e
DIFF:
https://github.com/llvm/llvm-project/commit/f917c5b8d40b7894d52d56052bb18f8e989bad9e.diff
LO
Author: Nico Weber
Date: 2021-06-18T18:51:41-04:00
New Revision: fb32de9e97af0921242a021e30020ffacf7aa6e2
URL:
https://github.com/llvm/llvm-project/commit/fb32de9e97af0921242a021e30020ffacf7aa6e2
DIFF:
https://github.com/llvm/llvm-project/commit/fb32de9e97af0921242a021e30020ffacf7aa6e2.diff
LO
Author: Nico Weber
Date: 2021-06-22T17:56:17-04:00
New Revision: a8bf33ad36837b398d3dabfd5fff1142660a1dca
URL:
https://github.com/llvm/llvm-project/commit/a8bf33ad36837b398d3dabfd5fff1142660a1dca
DIFF:
https://github.com/llvm/llvm-project/commit/a8bf33ad36837b398d3dabfd5fff1142660a1dca.diff
LO
Author: Douglas Chen
Date: 2021-08-03T22:12:46+02:00
New Revision: 559d142331c2cbab0987f1d530df2c3c8a7be6e4
URL:
https://github.com/llvm/llvm-project/commit/559d142331c2cbab0987f1d530df2c3c8a7be6e4
DIFF:
https://github.com/llvm/llvm-project/commit/559d142331c2cbab0987f1d530df2c3c8a7be6e4.diff
Author: Nico Weber
Date: 2021-08-12T21:30:59-04:00
New Revision: 189911203779e793cb7767ad233d9994a88c7ea3
URL:
https://github.com/llvm/llvm-project/commit/189911203779e793cb7767ad233d9994a88c7ea3
DIFF:
https://github.com/llvm/llvm-project/commit/189911203779e793cb7767ad233d9994a88c7ea3.diff
LO
Author: Nico Weber
Date: 2021-06-25T14:01:29-04:00
New Revision: fda790fbfa0cba426d5e3787429a51e09ec64c6d
URL:
https://github.com/llvm/llvm-project/commit/fda790fbfa0cba426d5e3787429a51e09ec64c6d
DIFF:
https://github.com/llvm/llvm-project/commit/fda790fbfa0cba426d5e3787429a51e09ec64c6d.diff
LO
Author: Nico Weber
Date: 2021-06-28T11:32:57-04:00
New Revision: d5402a2fee5d860e20378f819e200865af3a6113
URL:
https://github.com/llvm/llvm-project/commit/d5402a2fee5d860e20378f819e200865af3a6113
DIFF:
https://github.com/llvm/llvm-project/commit/d5402a2fee5d860e20378f819e200865af3a6113.diff
LO
Author: Nico Weber
Date: 2021-06-30T12:53:38-04:00
New Revision: b56e5f8a10c1ec4fd3750bdd269fbad778820326
URL:
https://github.com/llvm/llvm-project/commit/b56e5f8a10c1ec4fd3750bdd269fbad778820326
DIFF:
https://github.com/llvm/llvm-project/commit/b56e5f8a10c1ec4fd3750bdd269fbad778820326.diff
LO
Author: Nico Weber
Date: 2021-07-01T10:51:27-04:00
New Revision: 2f79acb7b701c41494abff588b5f03a74ea2e11d
URL:
https://github.com/llvm/llvm-project/commit/2f79acb7b701c41494abff588b5f03a74ea2e11d
DIFF:
https://github.com/llvm/llvm-project/commit/2f79acb7b701c41494abff588b5f03a74ea2e11d.diff
LO
Author: Nico Weber
Date: 2021-07-04T17:52:23-04:00
New Revision: 7cdd768ac93c6daae709d7a9b9f309716392211e
URL:
https://github.com/llvm/llvm-project/commit/7cdd768ac93c6daae709d7a9b9f309716392211e
DIFF:
https://github.com/llvm/llvm-project/commit/7cdd768ac93c6daae709d7a9b9f309716392211e.diff
LO
Author: Nico Weber
Date: 2021-07-09T11:44:34-04:00
New Revision: 97c675d3d43fe02a0ff0a8350d79344c845758af
URL:
https://github.com/llvm/llvm-project/commit/97c675d3d43fe02a0ff0a8350d79344c845758af
DIFF:
https://github.com/llvm/llvm-project/commit/97c675d3d43fe02a0ff0a8350d79344c845758af.diff
LO
Author: Dave MacLachlan
Date: 2021-07-13T09:22:13-04:00
New Revision: 45ffe6341d9642487785b0d0028166e6fbdbe5d7
URL:
https://github.com/llvm/llvm-project/commit/45ffe6341d9642487785b0d0028166e6fbdbe5d7
DIFF:
https://github.com/llvm/llvm-project/commit/45ffe6341d9642487785b0d0028166e6fbdbe5d7.dif
Was this reviewed anywhere?
I'll note that some internal project apparently used to check `#if
__has_attribute(__unsafe_unretained)`. That used to silently (and
incorrectly I think) always return 0 as far as I can tell, but now it fails
with:
```
$ out/gn/bin/clang -c foo.mm
foo.mm:1:21: error: m
Looks like the reason for this check was that
https://github.com/llvm/llvm-project/blob/3b42fc8a07c37e47efae80c931eff7e63103e0e9/clang/include/clang/Basic/Attr.td#L1946
contains __unsafe_unretained despite it just being a macro here:
http://llvm-cs.pcc.me.uk/tools/clang/lib/Frontend/InitPreprocesso
Author: Nico Weber
Date: 2021-10-26T09:45:22-04:00
New Revision: d054b31d5975f6cffeef8c9f3fa57e1c4b60d427
URL:
https://github.com/llvm/llvm-project/commit/d054b31d5975f6cffeef8c9f3fa57e1c4b60d427
DIFF:
https://github.com/llvm/llvm-project/commit/d054b31d5975f6cffeef8c9f3fa57e1c4b60d427.diff
LO
Author: Nico Weber
Date: 2021-10-26T09:45:22-04:00
New Revision: aa42785d01cb498c1eb880e9f0e08f01006839c6
URL:
https://github.com/llvm/llvm-project/commit/aa42785d01cb498c1eb880e9f0e08f01006839c6
DIFF:
https://github.com/llvm/llvm-project/commit/aa42785d01cb498c1eb880e9f0e08f01006839c6.diff
LO
Author: Nico Weber
Date: 2021-10-26T09:45:22-04:00
New Revision: 0b7c9addce69ca089a23334490758907dd4ab0db
URL:
https://github.com/llvm/llvm-project/commit/0b7c9addce69ca089a23334490758907dd4ab0db
DIFF:
https://github.com/llvm/llvm-project/commit/0b7c9addce69ca089a23334490758907dd4ab0db.diff
LO
Author: Nico Weber
Date: 2021-10-26T09:45:22-04:00
New Revision: 04f30795f1663843b219393040946136786aa591
URL:
https://github.com/llvm/llvm-project/commit/04f30795f1663843b219393040946136786aa591
DIFF:
https://github.com/llvm/llvm-project/commit/04f30795f1663843b219393040946136786aa591.diff
LO
Author: Nico Weber
Date: 2021-10-27T08:57:05-04:00
New Revision: 7c10c9d8e8004a09b7477806eef53cbebee82333
URL:
https://github.com/llvm/llvm-project/commit/7c10c9d8e8004a09b7477806eef53cbebee82333
DIFF:
https://github.com/llvm/llvm-project/commit/7c10c9d8e8004a09b7477806eef53cbebee82333.diff
LO
Author: Nico Weber
Date: 2021-10-27T08:57:05-04:00
New Revision: c7aaa2efefdd1bfc56b877dc08a4ee5633048195
URL:
https://github.com/llvm/llvm-project/commit/c7aaa2efefdd1bfc56b877dc08a4ee5633048195
DIFF:
https://github.com/llvm/llvm-project/commit/c7aaa2efefdd1bfc56b877dc08a4ee5633048195.diff
LO
On Mon, Oct 25, 2021 at 9:06 PM Nico Weber wrote:
> Looks like the reason for this check was that
> https://github.com/llvm/llvm-project/blob/3b42fc8a07c37e47efae80c931eff7e63103e0e9/clang/include/clang/Basic/Attr.td#L1946
> contains __unsafe_unretained despite it just being a macro here:
> http:
Author: Nico Weber
Date: 2021-10-28T10:41:18-04:00
New Revision: bf87294cd4fa5781aa2fc0954e117712befedf87
URL:
https://github.com/llvm/llvm-project/commit/bf87294cd4fa5781aa2fc0954e117712befedf87
DIFF:
https://github.com/llvm/llvm-project/commit/bf87294cd4fa5781aa2fc0954e117712befedf87.diff
LO
Author: Nico Weber
Date: 2021-11-02T13:35:21-04:00
New Revision: 2d3953499c8ca73c12e9417f5c4516c8a930a689
URL:
https://github.com/llvm/llvm-project/commit/2d3953499c8ca73c12e9417f5c4516c8a930a689
DIFF:
https://github.com/llvm/llvm-project/commit/2d3953499c8ca73c12e9417f5c4516c8a930a689.diff
LO
Author: Nico Weber
Date: 2021-11-08T08:32:42-05:00
New Revision: 0425087b8bac03693976ea34c156ca149482c853
URL:
https://github.com/llvm/llvm-project/commit/0425087b8bac03693976ea34c156ca149482c853
DIFF:
https://github.com/llvm/llvm-project/commit/0425087b8bac03693976ea34c156ca149482c853.diff
LO
Author: Nico Weber
Date: 2021-03-01T11:53:51-05:00
New Revision: 83feaa36ad53ce93ed808169d3316ed757703e47
URL:
https://github.com/llvm/llvm-project/commit/83feaa36ad53ce93ed808169d3316ed757703e47
DIFF:
https://github.com/llvm/llvm-project/commit/83feaa36ad53ce93ed808169d3316ed757703e47.diff
LO
Author: Nico Weber
Date: 2021-03-01T13:21:59-05:00
New Revision: 52b8e10597315a96bc7cbc7cfe618e301c1e6e6c
URL:
https://github.com/llvm/llvm-project/commit/52b8e10597315a96bc7cbc7cfe618e301c1e6e6c
DIFF:
https://github.com/llvm/llvm-project/commit/52b8e10597315a96bc7cbc7cfe618e301c1e6e6c.diff
LO
Author: Nico Weber
Date: 2021-03-04T08:53:30-05:00
New Revision: fe5c2c3ca682b140dd5e640e75948363b6b25ef9
URL:
https://github.com/llvm/llvm-project/commit/fe5c2c3ca682b140dd5e640e75948363b6b25ef9
DIFF:
https://github.com/llvm/llvm-project/commit/fe5c2c3ca682b140dd5e640e75948363b6b25ef9.diff
LO
Author: Nico Weber
Date: 2021-03-08T09:11:01-05:00
New Revision: 203731d2c82bc1ba0cfaeb8f3d38e696158ca2cd
URL:
https://github.com/llvm/llvm-project/commit/203731d2c82bc1ba0cfaeb8f3d38e696158ca2cd
DIFF:
https://github.com/llvm/llvm-project/commit/203731d2c82bc1ba0cfaeb8f3d38e696158ca2cd.diff
LO
Author: Nico Weber
Date: 2021-03-09T12:29:43-05:00
New Revision: b8b7a9dcdcbcd7427119f92b9a276ac0122ca8c6
URL:
https://github.com/llvm/llvm-project/commit/b8b7a9dcdcbcd7427119f92b9a276ac0122ca8c6
DIFF:
https://github.com/llvm/llvm-project/commit/b8b7a9dcdcbcd7427119f92b9a276ac0122ca8c6.diff
LO
Author: Nico Weber
Date: 2021-03-12T14:37:37-05:00
New Revision: d7b7e2026b0a8b575df9ee7c4042ecff450f6549
URL:
https://github.com/llvm/llvm-project/commit/d7b7e2026b0a8b575df9ee7c4042ecff450f6549
DIFF:
https://github.com/llvm/llvm-project/commit/d7b7e2026b0a8b575df9ee7c4042ecff450f6549.diff
LO
Author: Nico Weber
Date: 2021-03-15T08:48:26-04:00
New Revision: c0cd5274ccdbe57edb20b0375b73a75c70a48882
URL:
https://github.com/llvm/llvm-project/commit/c0cd5274ccdbe57edb20b0375b73a75c70a48882
DIFF:
https://github.com/llvm/llvm-project/commit/c0cd5274ccdbe57edb20b0375b73a75c70a48882.diff
LO
Author: Nico Weber
Date: 2021-11-17T13:41:59-05:00
New Revision: ae98182cf7341181e4aa815c372a072dec82779f
URL:
https://github.com/llvm/llvm-project/commit/ae98182cf7341181e4aa815c372a072dec82779f
DIFF:
https://github.com/llvm/llvm-project/commit/ae98182cf7341181e4aa815c372a072dec82779f.diff
LO
Author: Nico Weber
Date: 2021-11-17T14:04:16-05:00
New Revision: b1ad813b474ab7935b2c40d84c99c2b59cd67f79
URL:
https://github.com/llvm/llvm-project/commit/b1ad813b474ab7935b2c40d84c99c2b59cd67f79
DIFF:
https://github.com/llvm/llvm-project/commit/b1ad813b474ab7935b2c40d84c99c2b59cd67f79.diff
LO
Author: Nico Weber
Date: 2021-11-17T14:30:08-05:00
New Revision: a11d27f4ff3bd4e3d2d987cd2bb0dcd7d7c230e3
URL:
https://github.com/llvm/llvm-project/commit/a11d27f4ff3bd4e3d2d987cd2bb0dcd7d7c230e3
DIFF:
https://github.com/llvm/llvm-project/commit/a11d27f4ff3bd4e3d2d987cd2bb0dcd7d7c230e3.diff
LO
Author: Nico Weber
Date: 2021-11-17T15:59:23-05:00
New Revision: 36873fb768dbedeb3e9167117d3bb63b3720d214
URL:
https://github.com/llvm/llvm-project/commit/36873fb768dbedeb3e9167117d3bb63b3720d214
DIFF:
https://github.com/llvm/llvm-project/commit/36873fb768dbedeb3e9167117d3bb63b3720d214.diff
LO
Author: Nico Weber
Date: 2021-11-17T16:06:27-05:00
New Revision: 3623163ae83799933bbeabe2cb3060537250c4b3
URL:
https://github.com/llvm/llvm-project/commit/3623163ae83799933bbeabe2cb3060537250c4b3
DIFF:
https://github.com/llvm/llvm-project/commit/3623163ae83799933bbeabe2cb3060537250c4b3.diff
LO
Author: Nico Weber
Date: 2021-11-18T08:31:21-05:00
New Revision: 3950e1be8d6ec602fda525ea20340fd3f8e2e919
URL:
https://github.com/llvm/llvm-project/commit/3950e1be8d6ec602fda525ea20340fd3f8e2e919
DIFF:
https://github.com/llvm/llvm-project/commit/3950e1be8d6ec602fda525ea20340fd3f8e2e919.diff
LO
Author: Nico Weber
Date: 2021-11-28T12:56:46-05:00
New Revision: 8874ada906f6a2ae0c4aa978581a0c9c26b89ffd
URL:
https://github.com/llvm/llvm-project/commit/8874ada906f6a2ae0c4aa978581a0c9c26b89ffd
DIFF:
https://github.com/llvm/llvm-project/commit/8874ada906f6a2ae0c4aa978581a0c9c26b89ffd.diff
LO
Author: Nico Weber
Date: 2021-12-01T08:54:41-05:00
New Revision: 3f643f166494826144bad05eaa3ae14508788df6
URL:
https://github.com/llvm/llvm-project/commit/3f643f166494826144bad05eaa3ae14508788df6
DIFF:
https://github.com/llvm/llvm-project/commit/3f643f166494826144bad05eaa3ae14508788df6.diff
LO
Author: Nico Weber
Date: 2021-12-02T12:09:20-05:00
New Revision: 2a2b3a3e3df7b89e18be9ffab1e08d7ca578cf57
URL:
https://github.com/llvm/llvm-project/commit/2a2b3a3e3df7b89e18be9ffab1e08d7ca578cf57
DIFF:
https://github.com/llvm/llvm-project/commit/2a2b3a3e3df7b89e18be9ffab1e08d7ca578cf57.diff
LO
Author: Peter Collingbourne
Date: 2021-12-03T14:50:52-05:00
New Revision: 0a14674f276b598d23353290635fc62f93e9ab30
URL:
https://github.com/llvm/llvm-project/commit/0a14674f276b598d23353290635fc62f93e9ab30
DIFF:
https://github.com/llvm/llvm-project/commit/0a14674f276b598d23353290635fc62f93e9ab30
Author: Nico Weber
Date: 2022-10-18T16:40:46-04:00
New Revision: 4481057d4cbe60878d16b26085d8ab90ec5f7a43
URL:
https://github.com/llvm/llvm-project/commit/4481057d4cbe60878d16b26085d8ab90ec5f7a43
DIFF:
https://github.com/llvm/llvm-project/commit/4481057d4cbe60878d16b26085d8ab90ec5f7a43.diff
LO
Author: Nico Weber
Date: 2022-10-25T08:54:47-04:00
New Revision: 76745d2b58b5931a2a591f3d876f08ddce7fec15
URL:
https://github.com/llvm/llvm-project/commit/76745d2b58b5931a2a591f3d876f08ddce7fec15
DIFF:
https://github.com/llvm/llvm-project/commit/76745d2b58b5931a2a591f3d876f08ddce7fec15.diff
LO
Author: Nico Weber
Date: 2022-10-25T12:23:10-04:00
New Revision: 60809cd29308e78d662375e6957a2b1b85415def
URL:
https://github.com/llvm/llvm-project/commit/60809cd29308e78d662375e6957a2b1b85415def
DIFF:
https://github.com/llvm/llvm-project/commit/60809cd29308e78d662375e6957a2b1b85415def.diff
LO
Author: Nico Weber
Date: 2022-10-26T13:34:19-04:00
New Revision: df239a6c17fa51274e38f185e72ac02c2f8fb914
URL:
https://github.com/llvm/llvm-project/commit/df239a6c17fa51274e38f185e72ac02c2f8fb914
DIFF:
https://github.com/llvm/llvm-project/commit/df239a6c17fa51274e38f185e72ac02c2f8fb914.diff
LO
601 - 700 of 1693 matches
Mail list logo