[clang] [clang][StaticAnalyzer] fix function evalCall() typo in CheckerDocumentation (PR #83677)

via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 3 07:53:45 PST 2024


mzyKi wrote:

> Makes sense, but how did it build before the fix? I thought by inheriting from `Checker` it would take the address of the member function with the expected signature to store them inside vectors. How could it take the address of a nonexisting member function?
I think ```evalCall()``` is an independent function in CheckerDocumentation.cpp and it has no relation with ```Checker<eval::Call>```. If no problem, I will merge soon.

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


More information about the cfe-commits mailing list