[PATCH] D25475: [analyzer] Add a new SVal to support pointer-to-member operations.
Devin Coughlin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 15 13:37:32 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL289873: [analyzer] Add a new SVal to support pointer-to-member operations. (authored by dcoughlin).
Changed prior to commit:
https://reviews.llvm.org/D25475?vs=81598&id=81655#toc
Repository:
rL LLVM
https://reviews.llvm.org/D25475
Files:
cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def
cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
cfe/trunk/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
cfe/trunk/lib/StaticAnalyzer/Core/ExprEngineC.cpp
cfe/trunk/lib/StaticAnalyzer/Core/SValBuilder.cpp
cfe/trunk/lib/StaticAnalyzer/Core/SVals.cpp
cfe/trunk/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
cfe/trunk/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
cfe/trunk/test/Analysis/pointer-to-member.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25475.81655.patch
Type: text/x-patch
Size: 31971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161215/edad5854/attachment-0001.bin>
More information about the cfe-commits
mailing list