[PATCH] D22242: [analyzer] De-duplicate some code for discovering the origin of the symbol.
Anna Zaks via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 11 21:46:51 PDT 2016
zaks.anna added a subscriber: zaks.anna.
================
Comment at: include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h:81
@@ -78,2 +80,3 @@
unsigned computeComplexity() const;
+ const MemRegion *getOriginRegion() const;
};
----------------
Please, add a doxygen style comment.
http://reviews.llvm.org/D22242
More information about the cfe-commits
mailing list