]> granicus.if.org Git - clang/commit
Rename *MatcherCreateCallback to *MatcherDescriptor, and its member run() to create().
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 23 Nov 2013 01:34:36 +0000 (01:34 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 23 Nov 2013 01:34:36 +0000 (01:34 +0000)
commitd654f6b47211cac43d082aaf2995e8ff68f5f3a9
treebeefa6d36defee10b70eae37848e83219d1d33ec
parentfd1323498d2cd38d5a6d8bc679bdbd48a8a2c534
Rename *MatcherCreateCallback to *MatcherDescriptor, and its member run() to create().

The new names will be more appropriate when the objects are taught to return
type information for the code completer.

Differential Revision: http://llvm-reviews.chandlerc.com/D2208

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195539 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ASTMatchers/Dynamic/Registry.h
lib/ASTMatchers/Dynamic/Marshallers.h
lib/ASTMatchers/Dynamic/Registry.cpp