[clang] [NFCI][analyzer] Regularize NodeBuilder classes (PR #180960)

DonĂ¡t Nagy via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 12 04:18:26 PST 2026


================
@@ -0,0 +1,83 @@
+// RUN: %clang_analyze_cc1 -verify %s -analyzer-checker=core
----------------
NagyDonat wrote:

This concept is named `IndirectGoto` in the codebase (e.g. `IndirectGotoNodeBuilder`, `IndirectGotoStmtClass` etc.), that's why I prefer not adding `computed`. WDYT about this? 

I added `basics` to clarify that this only tests basic functionality, but on a second thought I'm not that attached to it -- maybe it would be better to remove it from the names of both test files.

https://github.com/llvm/llvm-project/pull/180960


More information about the cfe-commits mailing list