[clang] [llvm] Add function scope identifier (PR #145074)

2025-06-20 Thread KUSHAL R U via cfe-commits
https://github.com/KushalRU11 closed https://github.com/llvm/llvm-project/pull/145074 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] Add function scope identifier (PR #145074)

2025-06-20 Thread KUSHAL R U via cfe-commits
https://github.com/KushalRU11 created https://github.com/llvm/llvm-project/pull/145074 This PR introduces a new Clang-based tool: FunctionScopeIdentifier. The tool identifies C/C++ functions that span specific line ranges in a source file. It extends Clang’s tooling interface by supporting a c