[PATCH] D16062: [analyzer] Rename kind-enumeration values of SVal, SymExpr, MemRegion classes, for consistency.

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 12 05:55:42 PST 2016


NoQ updated this revision to Diff 44628.
NoQ marked 2 inline comments as done.
NoQ added a comment.

Good point! Removed the friend-class directive here, and also in `NonStaticGlobalSpaceRegion`, which is also abstract.

Agreed and renamed text regions to code regions.


http://reviews.llvm.org/D16062

Files:
  include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  lib/StaticAnalyzer/Core/MemRegion.cpp
  lib/StaticAnalyzer/Core/ProgramState.cpp
  lib/StaticAnalyzer/Core/SValBuilder.cpp
  lib/StaticAnalyzer/Core/SVals.cpp
  lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  lib/StaticAnalyzer/Core/Store.cpp
  lib/StaticAnalyzer/Core/SymbolManager.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16062.44628.patch
Type: text/x-patch
Size: 41356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160112/c63c7f19/attachment-0001.bin>


More information about the cfe-commits mailing list