[clang] fix usr rhs (PR #68329)

2023-10-18 Thread Sam McCall via cfe-commits
https://github.com/sam-mccall commented: Thanks! This is a bit subtle, so I'm being a bit picky... Can you add a more useful commit message? https://github.com/llvm/llvm-project/pull/68329 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https:

[clang] fix usr rhs (PR #68329)

2023-10-18 Thread Sam McCall via cfe-commits
https://github.com/sam-mccall edited https://github.com/llvm/llvm-project/pull/68329 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] fix usr rhs (PR #68329)

2023-10-18 Thread kadir çetinkaya via cfe-commits
https://github.com/kadircet updated https://github.com/llvm/llvm-project/pull/68329 From 80fa52f6efa36e04bf87c525013513d4429788ae Mon Sep 17 00:00:00 2001 From: Kadir Cetinkaya Date: Thu, 5 Oct 2023 18:05:11 +0200 Subject: [PATCH] [clang][Index] Improve USR generation for using-decls Make sure

[clang] fix usr rhs (PR #68329)

2023-10-05 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 0ca7e609fc5ebdd9c95f6cba3c608cae4b575846 44a0c88778e5fea419838b2fae1ccd92dab696f5 --

[clang] fix usr rhs (PR #68329)

2023-10-05 Thread kadir çetinkaya via cfe-commits
https://github.com/kadircet created https://github.com/llvm/llvm-project/pull/68329 None From 5603c6ee481332f82c8ec1589e3e1610c570526d Mon Sep 17 00:00:00 2001 From: Kadir Cetinkaya Date: Thu, 5 Oct 2023 16:55:17 +0200 Subject: [PATCH 1/2] [clang][USR] Encode full decl-context also for anon n