clang API Documentation
#include <BugReporterVisitor.h>
This class provides a convenience implementation for clone() using the Curiously-Recurring Template Pattern. If you are implementing a custom BugReporterVisitor, subclass BugReporterVisitorImpl and provide a public or protected copy constructor.
(Warning: if you have a deep subclass of BugReporterVisitorImpl, the default implementation of clone() will NOT do the right thing, and you will have to provide your own implementation.)
Definition at line 89 of file BugReporterVisitor.h.