[clang] [analyzer] Add time-trace scopes for high-level analyzer steps (PR #125508)
Gábor Horváth via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 3 09:05:02 PST 2025
================
@@ -49,6 +49,127 @@ LLVM_DUMP_METHOD void ProgramPoint::dump() const {
return printJson(llvm::errs());
}
+const char *ProgramPoint::kindToStr(Kind K) {
----------------
Xazax-hun wrote:
Based on the similar methods in `Decl` and `Stmt` the naming convention should be something like `getProgramPointKindName`.
https://github.com/llvm/llvm-project/pull/125508
More information about the cfe-commits
mailing list