[clang] [clang] Reword apologetic Clang diagnostic messages (PR #76310)

2024-01-13 Thread Pavel Gueorguiev via cfe-commits
pav-code wrote: I fixed all the comments. So what's the next step? https://github.com/llvm/llvm-project/pull/76310 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Reword apologetic Clang diagnostic messages (PR #76310)

2024-01-06 Thread Pavel Gueorguiev via cfe-commits
https://github.com/pav-code updated https://github.com/llvm/llvm-project/pull/76310 >From 82fe20f1ccc2e9129282c71bf5bdfd6cfd4fadf3 Mon Sep 17 00:00:00 2001 From: Pavel Gueorguiev Date: Sat, 23 Dec 2023 14:19:50 -0500 Subject: [PATCH 1/2] [clang] Reword apologetic Clang diagnostic messages Fixe

[clang] [clang] Reword apologetic Clang diagnostic messages (PR #76310)

2024-01-02 Thread Pavel Gueorguiev via cfe-commits
@@ -5188,7 +5188,7 @@ def err_template_arg_not_object_or_func : Error< def err_template_arg_not_pointer_to_member_form : Error< "non-type template argument is not a pointer to member constant">; def err_template_arg_member_ptr_base_derived_not_supported : Error< - "sorry, no

[clang] [clang] Reword apologetic Clang diagnostic messages (PR #76310)

2024-01-02 Thread Pavel Gueorguiev via cfe-commits
https://github.com/pav-code updated https://github.com/llvm/llvm-project/pull/76310 >From 82fe20f1ccc2e9129282c71bf5bdfd6cfd4fadf3 Mon Sep 17 00:00:00 2001 From: Pavel Gueorguiev Date: Sat, 23 Dec 2023 14:19:50 -0500 Subject: [PATCH 1/2] [clang] Reword apologetic Clang diagnostic messages Fixe

[clang] [clang] Reword apologetic Clang diagnostic messages (PR #76310)

2023-12-23 Thread Pavel Gueorguiev via cfe-commits
pav-code wrote: As the bot suggested - I am tagging the issue creator! @tbaederr https://github.com/llvm/llvm-project/pull/76310 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Reword apologetic Clang diagnostic messages (PR #76310)

2023-12-23 Thread Pavel Gueorguiev via cfe-commits
https://github.com/pav-code created https://github.com/llvm/llvm-project/pull/76310 Fixes Issue: https://github.com/llvm/llvm-project/issues/61256 >From 82fe20f1ccc2e9129282c71bf5bdfd6cfd4fadf3 Mon Sep 17 00:00:00 2001 From: Pavel Gueorguiev Date: Sat, 23 Dec 2023 14:19:50 -0500 Subject: [PATC