[PATCH] [analyzer][Review request] Partial fix for PR19102.
Jordan Rose
jordan_rose at apple.com
Mon Jun 16 09:59:54 PDT 2014
This is searching all the methods on the class being passed, but what about //its// superclasses?
You should definitely be caching this information. I'm also just still worried that this is a very expensive search for //every// record parameter of //every// constructor, even if you collected all the types referenced by each class instead of just looking for a particular one.
http://reviews.llvm.org/D4025
More information about the cfe-commits
mailing list