[PATCH] D35216: [analyzer] Escape symbols when creating std::initializer_list.
Alexander Shaposhnikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 10 11:50:26 PDT 2017
alexshap added inline comments.
================
Comment at: lib/StaticAnalyzer/Core/ExprEngine.cpp:810
+public:
+ CollectReachableSymbolsCallback(ProgramStateRef State) {}
+ const InvalidatedSymbols &getSymbols() const { return Symbols; }
----------------
explicit ?
https://reviews.llvm.org/D35216
More information about the cfe-commits
mailing list