[cfe-dev] MatchFinder Initialization
Daniel Pérez Caro via cfe-dev
cfe-dev at lists.llvm.org
Wed Apr 13 04:18:11 PDT 2016
Hello!
My name is Daniel.
I'm trying to initialize a object of MatchFinder Class. I use a MatchFinder object:
MatchFinder Finder;
Finder.addMatcher(...);
Finder.addMatcher(...);
...
After this, I want to delete the content of the MatchFinder object, and then I would add new matchers. How can I do it? I must use the same object, i cannot use a new object. Any idea?
Thank you!
Daniel Pérez Caro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160413/d6af2aba/attachment.html>
More information about the cfe-dev
mailing list