krememek added inline comments. ================ Comment at: include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:444-448 @@ +443,7 @@ + + SymbolRef + getSymbolFromStmt(const Stmt *S, const LocationContext *LCtx) const; + + const MemRegion* + getRegionFromStmt(const Stmt *S, const LocationContext *LCtx) const; + ---------------- krememek wrote: > Can we add documentation comments for these? Seems like generally useful > utility methods. We could also probably just make these public. Actually, I'm wondering if we really need to add these at all. They are just one liners that easily could be written where they are used.
http://reviews.llvm.org/D11700 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits