[PATCH] D35216: [analyzer] Escape symbols when creating std::initializer_list.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 10 11:56:04 PDT 2017


NoQ added inline comments.


================
Comment at: lib/StaticAnalyzer/Core/ExprEngine.cpp:810
+public:
+  CollectReachableSymbolsCallback(ProgramStateRef State) {}
+  const InvalidatedSymbols &getSymbols() const { return Symbols; }
----------------
alexshap wrote:
> explicit ?
This code was moved from below, so i didn't bother changing it. Good point though.


https://reviews.llvm.org/D35216





More information about the cfe-commits mailing list