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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
