[cfe-commits] r110191 - in /cfe/trunk: include/clang/Checker/PathSensitive/Checker.h include/clang/Checker/PathSensitive/GRExprEngine.h lib/Checker/GRExprEngine.cpp lib/Checker/MallocChecker.cpp
Ted Kremenek
kremenek at apple.com
Wed Aug 4 17:10:17 PDT 2010
That's not a bad idea at all. In fact I really like it. The value can still get lazily set, but just stored with the Checker object.
On Aug 4, 2010, at 10:51 AM, Jordy Rose wrote:
> This is not a general solution, though. Alternately, we could just stick
> the flag in Checker rather than CheckerContext.
More information about the cfe-commits
mailing list