[clang] [llvm] KISHAN KUMAR S D, HRUTHIK K K , KIRAN V-R V COLLEGE OF ENGINEERING(CSE 6TH SEM)-Implement Clang identifiers to retrieve the mangled name and the fully qualified name of functions #5 (PR

2025-06-20 Thread KISHAN KUMAR S D via cfe-commits
https://github.com/kishan-kumar-s-d-444 updated https://github.com/llvm/llvm-project/pull/145042 >From fdf7f676690f7af5109970f239eba8f34850442f Mon Sep 17 00:00:00 2001 From: KISHAN KUMAR S D Date: Fri, 20 Jun 2025 19:35:57 +0530 Subject: [PATCH 1/7] Update Expr.h --- clang/include/clang/AST/

[clang] [llvm] KISHAN KUMAR S D, HRUTHIK K K , KIRAN V-R V COLLEGE OF ENGINEERING(CSE 6TH SEM)-Implement Clang identifiers to retrieve the mangled name and the fully qualified name of functions #5 (PR

2025-06-20 Thread KISHAN KUMAR S D via cfe-commits
https://github.com/kishan-kumar-s-d-444 updated https://github.com/llvm/llvm-project/pull/145042 >From fdf7f676690f7af5109970f239eba8f34850442f Mon Sep 17 00:00:00 2001 From: KISHAN KUMAR S D Date: Fri, 20 Jun 2025 19:35:57 +0530 Subject: [PATCH 1/6] Update Expr.h --- clang/include/clang/AST/

[clang] KISHAN KUMAR S D, HRUTHIK K K , KIRAN V-R V COLLEGE OF ENGINEERING(CSE 6TH SEM)-Implement Clang identifiers to retrieve the mangled name and the fully qualified name of functions #5 (PR #14504

2025-06-20 Thread KISHAN KUMAR S D via cfe-commits
https://github.com/kishan-kumar-s-d-444 created https://github.com/llvm/llvm-project/pull/145042 # Add `__fq_func__` and `__mangled_func__` predefined identifiers to Clang ## Summary This pull request introduces two new predefined identifiers to Clang: 1. `__fq_func__` - Returns the fully qual