dcoughlin added inline comments.
================
Comment at: lib/StaticAnalyzer/Core/ExprEngine.cpp:1104
+ // expression classes separately.
+ if (!isa<ObjCBoxedExpr>(Ex))
+ for (auto Child : Ex->children()) {
----------------
What is special about ObjCBoxedExpr here? Naively I would have expected that
we'd want to keep the old behavior for ObjCArrayLiteral and ObjCDictionary as
well.
https://reviews.llvm.org/D35216
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits