Alexander_Droste closed this revision.
Alexander_Droste added a comment.
This was committed, as part of http://reviews.llvm.org/rL272529.
http://reviews.llvm.org/D18309
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cg
Alexander_Droste updated this revision to Diff 53983.
Alexander_Droste added a comment.
- remove superflous '\param' from header comment
http://reviews.llvm.org/D18309
Files:
include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
lib/StaticAnalyzer/Core/MemRegion.cpp
Index: include/cl
Alexander_Droste created this revision.
Alexander_Droste added a reviewer: zaks.anna.
Alexander_Droste added subscribers: dcoughlin, xazax.hun, cfe-commits.
Retrieve source range from memory region. The range retrieval is based on the
decl obtained from the memory region.
http://reviews.llvm.or