[clang] [analyzer] Turn NodeBuilderContext into a class (PR #84638)
Diego A. Estrada Rivera via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 10 18:59:09 PDT 2024
diego-est wrote:
I added the appropriate functions and moved the class members into private. Additionally I ran `make check-all` to make sure the now-private members wouldn't cause any issues with the rest of the codebase, all the checks passed.
https://github.com/llvm/llvm-project/pull/84638
More information about the cfe-commits
mailing list