[clang] 158f4f3 - [Clang] Do not change the type of captured vars when checking lambda constraints

2023-08-24 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-08-24T16:10:08+02:00 New Revision: 158f4f30adb4bfd390057742a32934e4344e8fd3 URL: https://github.com/llvm/llvm-project/commit/158f4f30adb4bfd390057742a32934e4344e8fd3 DIFF: https://github.com/llvm/llvm-project/commit/158f4f30adb4bfd390057742a32934e4344e8fd3.diff

[clang] 3f98cdc - [Clang] Always constant-evaluate operands of comparisons to nullptr

2023-08-24 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-08-24T16:11:10+02:00 New Revision: 3f98cdc815bddd2b69e3298fa104c0305503292e URL: https://github.com/llvm/llvm-project/commit/3f98cdc815bddd2b69e3298fa104c0305503292e DIFF: https://github.com/llvm/llvm-project/commit/3f98cdc815bddd2b69e3298fa104c0305503292e.diff

[clang] 6824d15 - [Clang] Fix a crash when an invalid immediate function call appears in a cast

2023-08-24 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-08-25T08:50:41+02:00 New Revision: 6824d156d5dd9f5a3e837d8d4bc1dadb48170e2f URL: https://github.com/llvm/llvm-project/commit/6824d156d5dd9f5a3e837d8d4bc1dadb48170e2f DIFF: https://github.com/llvm/llvm-project/commit/6824d156d5dd9f5a3e837d8d4bc1dadb48170e2f.diff

[clang] 54c99a9 - [Clang] Update the core issues list

2023-08-25 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-08-25T20:23:17+02:00 New Revision: 54c99a906740a6dee2e0827d38b351d5966c2e2d URL: https://github.com/llvm/llvm-project/commit/54c99a906740a6dee2e0827d38b351d5966c2e2d DIFF: https://github.com/llvm/llvm-project/commit/54c99a906740a6dee2e0827d38b351d5966c2e2d.diff

[clang] 890f11d - [Clang] Realize generic lambda call operators are dependent sooner

2023-09-01 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-09-02T08:05:49+02:00 New Revision: 890f11d60feffed4207afa58229da7bfaaff276e URL: https://github.com/llvm/llvm-project/commit/890f11d60feffed4207afa58229da7bfaaff276e DIFF: https://github.com/llvm/llvm-project/commit/890f11d60feffed4207afa58229da7bfaaff276e.diff

[clang] e6d305e - Add support of Windows Trace Logging macros

2023-09-04 Thread Corentin Jabot via cfe-commits
Author: Richard Dzenis Date: 2023-09-04T16:54:42+02:00 New Revision: e6d305e64fd39f0199b79d19dbc0d012efd83259 URL: https://github.com/llvm/llvm-project/commit/e6d305e64fd39f0199b79d19dbc0d012efd83259 DIFF: https://github.com/llvm/llvm-project/commit/e6d305e64fd39f0199b79d19dbc0d012efd83259.diff

[clang] eaf725b - [Clang] Add captures to the instantiation scope of lambda call operators

2023-09-06 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-09-06T21:59:45+02:00 New Revision: eaf725bc9371a6699902d67d97662caaa3332799 URL: https://github.com/llvm/llvm-project/commit/eaf725bc9371a6699902d67d97662caaa3332799 DIFF: https://github.com/llvm/llvm-project/commit/eaf725bc9371a6699902d67d97662caaa3332799.diff

[clang] 3eb67d2 - [Clang] Handle non-ASCII after line splicing

2023-09-06 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-09-06T23:20:00+02:00 New Revision: 3eb67d28dee5c27f5db24a1b370f00a1a2cb456d URL: https://github.com/llvm/llvm-project/commit/3eb67d28dee5c27f5db24a1b370f00a1a2cb456d DIFF: https://github.com/llvm/llvm-project/commit/3eb67d28dee5c27f5db24a1b370f00a1a2cb456d.diff

[clang] 508ad37 - [Clang][NFC] Fix sphinx documentation

2023-09-06 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-09-06T23:23:19+02:00 New Revision: 508ad3764853f52253a2f9a58da5eb3fba0ebcd7 URL: https://github.com/llvm/llvm-project/commit/508ad3764853f52253a2f9a58da5eb3fba0ebcd7 DIFF: https://github.com/llvm/llvm-project/commit/508ad3764853f52253a2f9a58da5eb3fba0ebcd7.diff

[clang] 98062d8 - Revert "[Clang] Add captures to the instantiation scope of lambda call operators"

2023-09-07 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-09-07T09:50:25+02:00 New Revision: 98062d8fefbd3539a63e7e6a85ff12a41543357c URL: https://github.com/llvm/llvm-project/commit/98062d8fefbd3539a63e7e6a85ff12a41543357c DIFF: https://github.com/llvm/llvm-project/commit/98062d8fefbd3539a63e7e6a85ff12a41543357c.diff

[clang] 4f0520f - [Clang] Add papers approved in Kona by WG21 to the C++ status page

2022-11-20 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-11-20T18:51:52+01:00 New Revision: 4f0520f82e6693ef5f439d5e998765fe965f25ec URL: https://github.com/llvm/llvm-project/commit/4f0520f82e6693ef5f439d5e998765fe965f25ec DIFF: https://github.com/llvm/llvm-project/commit/4f0520f82e6693ef5f439d5e998765fe965f25ec.diff

[clang] 5607fc0 - [Clang] Permit static constexpr variables in constexpr functions

2022-11-28 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-11-28T21:38:31+01:00 New Revision: 5607fc002dd43514a605ba1e83735e74340ec95d URL: https://github.com/llvm/llvm-project/commit/5607fc002dd43514a605ba1e83735e74340ec95d DIFF: https://github.com/llvm/llvm-project/commit/5607fc002dd43514a605ba1e83735e74340ec95d.diff

[clang] e6624a2 - [Clang] Update the status of mostly-editorial defect reports

2022-11-28 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-11-28T23:16:04+01:00 New Revision: e6624a2f3647a36ddbcfc0740b45b849a4ecf663 URL: https://github.com/llvm/llvm-project/commit/e6624a2f3647a36ddbcfc0740b45b849a4ecf663 DIFF: https://github.com/llvm/llvm-project/commit/e6624a2f3647a36ddbcfc0740b45b849a4ecf663.diff

[clang] b12aea6 - [Clang] Implement CWG2654: Un-deprecation of compound volatile assignments

2022-11-29 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-11-29T17:15:39+01:00 New Revision: b12aea6659e1170ecbc773a4a363dd0def93daa9 URL: https://github.com/llvm/llvm-project/commit/b12aea6659e1170ecbc773a4a363dd0def93daa9 DIFF: https://github.com/llvm/llvm-project/commit/b12aea6659e1170ecbc773a4a363dd0def93daa9.diff

[clang] 26fa17e - Implement CWG2631

2022-11-30 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-11-30T11:25:01+01:00 New Revision: 26fa17ed2914bd80c066d36b325fd3104e45554c URL: https://github.com/llvm/llvm-project/commit/26fa17ed2914bd80c066d36b325fd3104e45554c DIFF: https://github.com/llvm/llvm-project/commit/26fa17ed2914bd80c066d36b325fd3104e45554c.diff

[clang] 4403c4f - [Clang] Remove conflict markers from ReleaseNotes

2022-11-30 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-11-30T11:27:16+01:00 New Revision: 4403c4f9e77e673a2771edfc7ab0ebb234e97485 URL: https://github.com/llvm/llvm-project/commit/4403c4f9e77e673a2771edfc7ab0ebb234e97485 DIFF: https://github.com/llvm/llvm-project/commit/4403c4f9e77e673a2771edfc7ab0ebb234e97485.diff

[clang] 9221bed - Revert "Implement CWG2631"

2022-11-30 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-11-30T16:03:05+01:00 New Revision: 9221bedfd7d5f58ef36d45698823ca43030ce8eb URL: https://github.com/llvm/llvm-project/commit/9221bedfd7d5f58ef36d45698823ca43030ce8eb DIFF: https://github.com/llvm/llvm-project/commit/9221bedfd7d5f58ef36d45698823ca43030ce8eb.diff

[clang] 82c83d7 - [Clang] Fix evaluation of parameters of lambda call operator attributes

2023-03-23 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-03-23T16:11:58+01:00 New Revision: 82c83d7e41053b72fc0dc84de9b8bee71986ffc3 URL: https://github.com/llvm/llvm-project/commit/82c83d7e41053b72fc0dc84de9b8bee71986ffc3 DIFF: https://github.com/llvm/llvm-project/commit/82c83d7e41053b72fc0dc84de9b8bee71986ffc3.diff

[clang] 254a71b - [Clang] Update DR status page to reflect Core Issues List 111.

2023-03-25 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-03-25T13:20:11+01:00 New Revision: 254a71b6d2ef6a0ee1c1b2b9706ab56a56b7663f URL: https://github.com/llvm/llvm-project/commit/254a71b6d2ef6a0ee1c1b2b9706ab56a56b7663f DIFF: https://github.com/llvm/llvm-project/commit/254a71b6d2ef6a0ee1c1b2b9706ab56a56b7663f.diff

[clang] 00e2098 - [Clang] Implement CWG2518 - static_assert(false)

2023-02-28 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-02-28T17:21:40+01:00 New Revision: 00e2098bf49f0ed45b3b8c22894cd3ac9a530e0f URL: https://github.com/llvm/llvm-project/commit/00e2098bf49f0ed45b3b8c22894cd3ac9a530e0f DIFF: https://github.com/llvm/llvm-project/commit/00e2098bf49f0ed45b3b8c22894cd3ac9a530e0f.diff

[clang] 93d7002 - [Clang] Implement Change scope of lambda trailing-return-type

2023-03-02 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-03-02T10:04:16+01:00 New Revision: 93d7002dc4644b0a6f15a998dff0d55c72012e87 URL: https://github.com/llvm/llvm-project/commit/93d7002dc4644b0a6f15a998dff0d55c72012e87 DIFF: https://github.com/llvm/llvm-project/commit/93d7002dc4644b0a6f15a998dff0d55c72012e87.diff

[clang] 5421057 - [Clang][NFC] Add feature test macro checks for C++2c

2023-06-25 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-06-25T10:27:42+02:00 New Revision: 54210573ae918f6e0cab59bc5955a66bc34b5f6c URL: https://github.com/llvm/llvm-project/commit/54210573ae918f6e0cab59bc5955a66bc34b5f6c DIFF: https://github.com/llvm/llvm-project/commit/54210573ae918f6e0cab59bc5955a66bc34b5f6c.diff

[clang] f27afed - [Clang] Implement P2738R1 - constexpr cast from void*

2023-06-26 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-06-26T16:45:07+02:00 New Revision: f27afedc6c86fd9c9dd576379f4d60d892a2ce67 URL: https://github.com/llvm/llvm-project/commit/f27afedc6c86fd9c9dd576379f4d60d892a2ce67 DIFF: https://github.com/llvm/llvm-project/commit/f27afedc6c86fd9c9dd576379f4d60d892a2ce67.diff

[clang] a5d094c - [Clang] Fix invalid runline in test

2023-06-26 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-06-26T17:42:52+02:00 New Revision: a5d094c98f692a6b59ff2daca07fe5b72348adf3 URL: https://github.com/llvm/llvm-project/commit/a5d094c98f692a6b59ff2daca07fe5b72348adf3 DIFF: https://github.com/llvm/llvm-project/commit/a5d094c98f692a6b59ff2daca07fe5b72348adf3.diff

[clang] abf4a8c - [Clang] Improve diagnostics when using a concept as template argument

2023-03-30 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-03-30T16:30:23+02:00 New Revision: abf4a8cb15d4faf04ee0da14e37d7349d3bde9a1 URL: https://github.com/llvm/llvm-project/commit/abf4a8cb15d4faf04ee0da14e37d7349d3bde9a1 DIFF: https://github.com/llvm/llvm-project/commit/abf4a8cb15d4faf04ee0da14e37d7349d3bde9a1.diff

[clang] f197521 - [Clang] Fix markup in cxx_status

2023-04-07 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-04-07T09:42:54+02:00 New Revision: f1975216846ed69d608e669c37efa5ee0e16276e URL: https://github.com/llvm/llvm-project/commit/f1975216846ed69d608e669c37efa5ee0e16276e DIFF: https://github.com/llvm/llvm-project/commit/f1975216846ed69d608e669c37efa5ee0e16276e.diff

[clang] 1cdc0e8 - [Clang] Check type-constraints applied to placeholder types

2023-04-10 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-04-10T17:33:09+02:00 New Revision: 1cdc0e83c8ce35702ddbc6b26959a5da44776a49 URL: https://github.com/llvm/llvm-project/commit/1cdc0e83c8ce35702ddbc6b26959a5da44776a49 DIFF: https://github.com/llvm/llvm-project/commit/1cdc0e83c8ce35702ddbc6b26959a5da44776a49.diff

[clang] 4357571 - [Clang] Fix crash caused by line splicing in doc comment

2023-04-12 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-04-12T10:07:51+02:00 New Revision: 43575719d0c6d8cf5afedf39f6d89f69231aedc4 URL: https://github.com/llvm/llvm-project/commit/43575719d0c6d8cf5afedf39f6d89f69231aedc4 DIFF: https://github.com/llvm/llvm-project/commit/43575719d0c6d8cf5afedf39f6d89f69231aedc4.diff

[clang] 1b0ba1c - [Clang] Fix parsing of `(auto(x))`.

2023-05-20 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-05-20T13:22:58+02:00 New Revision: 1b0ba1c12fcc86dcf4097b3b8941260e8c6361fa URL: https://github.com/llvm/llvm-project/commit/1b0ba1c12fcc86dcf4097b3b8941260e8c6361fa DIFF: https://github.com/llvm/llvm-project/commit/1b0ba1c12fcc86dcf4097b3b8941260e8c6361fa.diff

[clang] 75cd8cd - [Clang] Correctly handle generic lambda used as default template argument.

2023-05-26 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-05-26T16:04:10+02:00 New Revision: 75cd8cdbde45d07800d5cefa6f7a213271245e4a URL: https://github.com/llvm/llvm-project/commit/75cd8cdbde45d07800d5cefa6f7a213271245e4a DIFF: https://github.com/llvm/llvm-project/commit/75cd8cdbde45d07800d5cefa6f7a213271245e4a.diff

[clang] 684f3c9 - [Clang] Fix status of P0960

2023-06-03 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-06-03T17:03:42+02:00 New Revision: 684f3c968d6bbf124014128b9f5e4f03a50f28c5 URL: https://github.com/llvm/llvm-project/commit/684f3c968d6bbf124014128b9f5e4f03a50f28c5 DIFF: https://github.com/llvm/llvm-project/commit/684f3c968d6bbf124014128b9f5e4f03a50f28c5.diff

[clang] 8bb98b5 - [Clang] Add the list of approved (Issaquah) C++ papers to the status page

2023-02-12 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-02-12T07:04:31-08:00 New Revision: 8bb98b5715479210d2eec4d72344c21cb82bf78a URL: https://github.com/llvm/llvm-project/commit/8bb98b5715479210d2eec4d72344c21cb82bf78a DIFF: https://github.com/llvm/llvm-project/commit/8bb98b5715479210d2eec4d72344c21cb82bf78a.diff

[clang] 756395f - [clang] fix DR status in cxx_status.html

2023-02-13 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-02-13T09:30:57-08:00 New Revision: 756395f61b90e30c9087b5efa8b4809ab03aff6e URL: https://github.com/llvm/llvm-project/commit/756395f61b90e30c9087b5efa8b4809ab03aff6e DIFF: https://github.com/llvm/llvm-project/commit/756395f61b90e30c9087b5efa8b4809ab03aff6e.diff

[clang] 34abc5b - [Clang] Fix a crash when taking the address of a consteval lambda

2023-02-23 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-02-23T15:26:37+01:00 New Revision: 34abc5b75d9d995ded56a9534c230300b06f1439 URL: https://github.com/llvm/llvm-project/commit/34abc5b75d9d995ded56a9534c230300b06f1439 DIFF: https://github.com/llvm/llvm-project/commit/34abc5b75d9d995ded56a9534c230300b06f1439.diff

[clang] 9857caf - [Clang] Correctly handle allocation in template arguments

2023-05-08 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-05-08T16:28:06+02:00 New Revision: 9857caf9d14f70767035d821313045b56dbe3b10 URL: https://github.com/llvm/llvm-project/commit/9857caf9d14f70767035d821313045b56dbe3b10 DIFF: https://github.com/llvm/llvm-project/commit/9857caf9d14f70767035d821313045b56dbe3b10.diff

[clang] a7579b2 - [Clang] Improve compile times when forming a DeclRef outside of a capturing scope.

2023-05-08 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-05-08T18:41:24+02:00 New Revision: a7579b25df78a9f53d62300020d4ae3c4734 URL: https://github.com/llvm/llvm-project/commit/a7579b25df78a9f53d62300020d4ae3c4734 DIFF: https://github.com/llvm/llvm-project/commit/a7579b25df78a9f53d62300020d4ae3c4734.diff

[clang] ef47318 - [Clang] Fix parsing of `(auto(x))`.

2023-05-15 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-05-16T08:13:54+02:00 New Revision: ef47318ec3615e83c328b07341046dfb9d869414 URL: https://github.com/llvm/llvm-project/commit/ef47318ec3615e83c328b07341046dfb9d869414 DIFF: https://github.com/llvm/llvm-project/commit/ef47318ec3615e83c328b07341046dfb9d869414.diff

[clang] b9c0e59 - [Clang][NFC] Present language version in descending publication date

2023-05-15 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-05-16T08:52:44+02:00 New Revision: b9c0e590f1fd4ea37da5c2b9b78d8e715c885f56 URL: https://github.com/llvm/llvm-project/commit/b9c0e590f1fd4ea37da5c2b9b78d8e715c885f56 DIFF: https://github.com/llvm/llvm-project/commit/b9c0e590f1fd4ea37da5c2b9b78d8e715c885f56.diff

[clang] d4a6e4c - Revert "[Clang] Fix parsing of `(auto(x))`."

2023-05-16 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-05-16T13:56:33+02:00 New Revision: d4a6e4c1eec0f2634febd15725d921d4a25d47e7 URL: https://github.com/llvm/llvm-project/commit/d4a6e4c1eec0f2634febd15725d921d4a25d47e7 DIFF: https://github.com/llvm/llvm-project/commit/d4a6e4c1eec0f2634febd15725d921d4a25d47e7.diff

[clang] 771ad16 - [Clang] Fix a crash when recursively callig a default member initializer.

2023-05-01 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-05-01T23:21:14+02:00 New Revision: 771ad1691ac3057df2220dd327d7cdc73ef6c6f5 URL: https://github.com/llvm/llvm-project/commit/771ad1691ac3057df2220dd327d7cdc73ef6c6f5 DIFF: https://github.com/llvm/llvm-project/commit/771ad1691ac3057df2220dd327d7cdc73ef6c6f5.diff

[clang] 2528f1c - [Clang] Correctly expand pack in binary subscript expression.

2023-05-02 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-05-02T21:22:03+02:00 New Revision: 2528f1c84588f4a549c12dd1435cbba4a502a077 URL: https://github.com/llvm/llvm-project/commit/2528f1c84588f4a549c12dd1435cbba4a502a077 DIFF: https://github.com/llvm/llvm-project/commit/2528f1c84588f4a549c12dd1435cbba4a502a077.diff

[clang] d9be8a8 - [Clang] Allow omitting `typename` in befriended constructors parameters

2023-06-06 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-06-06T15:04:47+02:00 New Revision: d9be8a8a990d0194db5889c9b59c9ad49dd52cd7 URL: https://github.com/llvm/llvm-project/commit/d9be8a8a990d0194db5889c9b59c9ad49dd52cd7 DIFF: https://github.com/llvm/llvm-project/commit/d9be8a8a990d0194db5889c9b59c9ad49dd52cd7.diff

[clang] 22e95e0 - [clang] Fix assertion while parsing an invalid for loop

2023-06-07 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-06-07T10:31:11+02:00 New Revision: 22e95e0bf375660dd3d083b16a5d92c33559a4a3 URL: https://github.com/llvm/llvm-project/commit/22e95e0bf375660dd3d083b16a5d92c33559a4a3 DIFF: https://github.com/llvm/llvm-project/commit/22e95e0bf375660dd3d083b16a5d92c33559a4a3.diff

[clang] 4676885 - [clang] Implement P2564 "consteval must propagate up"

2023-06-07 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-06-07T20:45:36+02:00 New Revision: 467688527017efb611b09c0cbf92f2d3ecdd1724 URL: https://github.com/llvm/llvm-project/commit/467688527017efb611b09c0cbf92f2d3ecdd1724 DIFF: https://github.com/llvm/llvm-project/commit/467688527017efb611b09c0cbf92f2d3ecdd1724.diff

[clang] 6dc1636 - [Clang] Check for abstract parameters only when functions are defined.

2023-06-07 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-06-07T21:44:14+02:00 New Revision: 6dc1636815cb9321657f1cb7ac87a46553870dc7 URL: https://github.com/llvm/llvm-project/commit/6dc1636815cb9321657f1cb7ac87a46553870dc7 DIFF: https://github.com/llvm/llvm-project/commit/6dc1636815cb9321657f1cb7ac87a46553870dc7.diff

[clang] f2a352e - [Clang] Add the list of core papers approved in Varna to the status page

2023-06-16 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2023-06-17T09:52:36+03:00 New Revision: f2a352e0584093c65f07cdd7cc62c5cc66beacbd URL: https://github.com/llvm/llvm-project/commit/f2a352e0584093c65f07cdd7cc62c5cc66beacbd DIFF: https://github.com/llvm/llvm-project/commit/f2a352e0584093c65f07cdd7cc62c5cc66beacbd.diff

[clang] 2fbe3f9 - [Clang] make_cxx_dr_status download the issue list automatically

2022-12-06 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-12-06T10:40:06+01:00 New Revision: 2fbe3f9e7941858e9c856474737b5a1420448eb8 URL: https://github.com/llvm/llvm-project/commit/2fbe3f9e7941858e9c856474737b5a1420448eb8 DIFF: https://github.com/llvm/llvm-project/commit/2fbe3f9e7941858e9c856474737b5a1420448eb8.diff

[clang] a96a6ed - Implement CWG2631

2022-12-08 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-12-08T10:32:54+01:00 New Revision: a96a6ed83230265f3eab09a94f0e9525d05f8a74 URL: https://github.com/llvm/llvm-project/commit/a96a6ed83230265f3eab09a94f0e9525d05f8a74 DIFF: https://github.com/llvm/llvm-project/commit/a96a6ed83230265f3eab09a94f0e9525d05f8a74.diff

[clang] 49c86ea - Revert "Implement CWG2631"

2022-12-08 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-12-08T19:57:58+01:00 New Revision: 49c86eab627b0c4089c8d25dac48728c656448a9 URL: https://github.com/llvm/llvm-project/commit/49c86eab627b0c4089c8d25dac48728c656448a9 DIFF: https://github.com/llvm/llvm-project/commit/49c86eab627b0c4089c8d25dac48728c656448a9.diff

[clang] c9a6713 - Implement CWG2631

2022-12-09 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-12-09T10:25:44+01:00 New Revision: c9a6713b4788f10b81202b70993068e475b392f7 URL: https://github.com/llvm/llvm-project/commit/c9a6713b4788f10b81202b70993068e475b392f7 DIFF: https://github.com/llvm/llvm-project/commit/c9a6713b4788f10b81202b70993068e475b392f7.diff

[clang] 9e2dc98 - [Clang] improve grammar in warn_utf8_symbol_homoglyph diagnostic

2022-12-09 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-12-09T10:52:13+01:00 New Revision: 9e2dc984ba1b25625e6ddc38ba681b194172379a URL: https://github.com/llvm/llvm-project/commit/9e2dc984ba1b25625e6ddc38ba681b194172379a DIFF: https://github.com/llvm/llvm-project/commit/9e2dc984ba1b25625e6ddc38ba681b194172379a.diff

[clang] dbfe446 - [Clang] Implement CWG2640 Allow more characters in an n-char sequence

2022-12-13 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-12-13T09:02:52+01:00 New Revision: dbfe446ef3b230e8d8421a6e79793fe6f405267f URL: https://github.com/llvm/llvm-project/commit/dbfe446ef3b230e8d8421a6e79793fe6f405267f DIFF: https://github.com/llvm/llvm-project/commit/dbfe446ef3b230e8d8421a6e79793fe6f405267f.diff

[clang] f1f1b60 - Implement CWG2631

2022-12-13 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-12-13T09:57:05+01:00 New Revision: f1f1b60c7ba607e9ffe3bc012161d43ef95ac773 URL: https://github.com/llvm/llvm-project/commit/f1f1b60c7ba607e9ffe3bc012161d43ef95ac773 DIFF: https://github.com/llvm/llvm-project/commit/f1f1b60c7ba607e9ffe3bc012161d43ef95ac773.diff

[clang] 31f4859 - [Clang] Allow additional mathematical symbols in identifiers.

2022-12-16 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-12-16T10:20:49+01:00 New Revision: 31f4859c3e4d261d4a45118bb77d453138a6f7a9 URL: https://github.com/llvm/llvm-project/commit/31f4859c3e4d261d4a45118bb77d453138a6f7a9 DIFF: https://github.com/llvm/llvm-project/commit/31f4859c3e4d261d4a45118bb77d453138a6f7a9.diff

[clang] c5e1b5e - [Clang][Sema] Do not evaluate value-dependent immediate invocations

2022-02-25 Thread Corentin Jabot via cfe-commits
Author: Evgeny Shulgin Date: 2022-02-25T17:23:36+01:00 New Revision: c5e1b5e6a99f1ab78dafb54262d8f1fff998cb26 URL: https://github.com/llvm/llvm-project/commit/c5e1b5e6a99f1ab78dafb54262d8f1fff998cb26 DIFF: https://github.com/llvm/llvm-project/commit/c5e1b5e6a99f1ab78dafb54262d8f1fff998cb26.diff

[clang] 942c039 - [Clang] Diagnose invalid member variable with template parameters

2022-03-03 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-03-03T15:51:46+01:00 New Revision: 942c03910aef43de1cd2c733a82370fd3e2c9981 URL: https://github.com/llvm/llvm-project/commit/942c03910aef43de1cd2c733a82370fd3e2c9981 DIFF: https://github.com/llvm/llvm-project/commit/942c03910aef43de1cd2c733a82370fd3e2c9981.diff

[clang] fda7d02 - [NFC][Clang] Fix a couple of typos

2022-03-05 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2022-03-05T09:45:04+01:00 New Revision: fda7d029e52dcfb090ae97adf1c3d98121da6d98 URL: https://github.com/llvm/llvm-project/commit/fda7d029e52dcfb090ae97adf1c3d98121da6d98 DIFF: https://github.com/llvm/llvm-project/commit/fda7d029e52dcfb090ae97adf1c3d98121da6d98.diff

[clang] 101a936 - [Clang] dd the papers adopted in St Louis to the status page

2024-06-29 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2024-06-29T09:23:41-05:00 New Revision: 101a936bde47744084e04a64aa9af85c75d03afd URL: https://github.com/llvm/llvm-project/commit/101a936bde47744084e04a64aa9af85c75d03afd DIFF: https://github.com/llvm/llvm-project/commit/101a936bde47744084e04a64aa9af85c75d03afd.diff

[clang] 3a31427 - [Clang] Add C++26 approved in the Poland WG21 meeting

2024-11-23 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2024-11-23T10:05:48+01:00 New Revision: 3a31427224d4fa49d7ef737b21f6027dc4928ecf URL: https://github.com/llvm/llvm-project/commit/3a31427224d4fa49d7ef737b21f6027dc4928ecf DIFF: https://github.com/llvm/llvm-project/commit/3a31427224d4fa49d7ef737b21f6027dc4928ecf.diff

[clang] 8f3a070 - [Clang] Add new WG21 papers(Hagenberg) papers to the C++ status page

2025-02-15 Thread Corentin Jabot via cfe-commits
Author: Corentin Jabot Date: 2025-02-15T10:54:14+01:00 New Revision: 8f3a070db9bffe78d86d24b583effe4032baa4db URL: https://github.com/llvm/llvm-project/commit/8f3a070db9bffe78d86d24b583effe4032baa4db DIFF: https://github.com/llvm/llvm-project/commit/8f3a070db9bffe78d86d24b583effe4032baa4db.diff

<    1   2