[PATCH] Rename *MatcherCreateCallback to *MatcherDesc, and its member run() to create().
Peter Collingbourne
peter at pcc.me.uk
Tue Nov 19 00:44:45 PST 2013
================
Comment at: lib/ASTMatchers/Dynamic/Marshallers.h:83
@@ -82,3 +82,3 @@
/// arguments.
-class MatcherCreateCallback {
+class MatcherDesc {
public:
----------------
Manuel Klimek wrote:
> Please expand Desc to Description :)
It's actually a Descriptor. Done.
http://llvm-reviews.chandlerc.com/D2208
More information about the cfe-commits
mailing list