[libcxx] [libcxxabi] [libunwind] [llvm] [libc++][WIP] Move the libc++ test format to Lit (PR #90803)

2024-05-08 Thread Mark de Wever via cfe-commits
https://github.com/mordante edited https://github.com/llvm/llvm-project/pull/90803 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libcxx] [libcxxabi] [libunwind] [llvm] [libc++][WIP] Move the libc++ test format to Lit (PR #90803)

2024-05-08 Thread Mark de Wever via cfe-commits
@@ -0,0 +1,355 @@ +# ===--===## +# +# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-

[libcxx] [libcxxabi] [libunwind] [llvm] [libc++][WIP] Move the libc++ test format to Lit (PR #90803)

2024-05-08 Thread Mark de Wever via cfe-commits
https://github.com/mordante commented: I like the idea of this patch. I mainly glossed over the patch to see what it does since it's WIP. Some comments. https://github.com/llvm/llvm-project/pull/90803 ___ cfe-commits mailing list cfe-commits@lists.ll

[clang] [clang][Sema] Add diagnostic note for reference of function-like macros requiring without parentheses (PR #123495)

2025-02-09 Thread Mark de Wever via cfe-commits
mordante wrote: > Thanks @mordante, for explaining, but i don't think that i could remove a > reviewer? Could i? Do you have commit access for LLVM? If not you might indeed not be able to. https://github.com/llvm/llvm-project/pull/123495 ___ cfe-comm

[clang] [clang][Sema] Add diagnostic note for reference of function-like macros requiring without parentheses (PR #123495)

2025-02-09 Thread Mark de Wever via cfe-commits
mordante wrote: I've removed the ones added by your merge. https://github.com/llvm/llvm-project/pull/123495 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][Sema] Add diagnostic note for reference of function-like macros requiring without parentheses (PR #123495)

2025-02-09 Thread Mark de Wever via cfe-commits
mordante wrote: > Okay, i have no idea what just happened, why was everyone asked for review? > BTW, got everything resolved > > * Add recommended tests. > > * Made the diagnostic message clear and concise. > > * Add release notes > > > Also, i see the typo correction is unpredi

[clang] [libc] [libcxx] [lldb] [llvm] [doc] Add Discord invite link alongside channel links (PR #126352)

2025-02-09 Thread Mark de Wever via cfe-commits
https://github.com/mordante approved this pull request. Thanks, LGTM! https://github.com/llvm/llvm-project/pull/126352 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-tools-extra] [clang] Compute accurate begin location for CallExpr with explicit object parameter (PR #117841)

2025-02-11 Thread Mark de Wever via cfe-commits
https://github.com/mordante milestoned https://github.com/llvm/llvm-project/pull/117841 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-tools-extra] [clang] Compute accurate begin location for CallExpr with explicit object parameter (PR #117841)

2025-02-11 Thread Mark de Wever via cfe-commits
https://github.com/mordante demilestoned https://github.com/llvm/llvm-project/pull/117841 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [flang] [libcxx] [llvm] [llvm-reduce]: print short form, actionable names in the log (PR #132813)

2025-03-27 Thread Mark de Wever via cfe-commits
@@ -39,8 +39,8 @@ void test() { (void)std::forward_like(i); // expected-error {{no matching function for call to 'forward_like'}} (void)std::forward_like(i); // expected-error {{no matching function for call to 'forward_like'}} - using fpr = void()&; - using fprr = v

<    1   2   3   4