[PATCH] Introduce Registry::getCompletions.
Peter Collingbourne
peter at pcc.me.uk
Mon Nov 18 00:44:17 PST 2013
Hi klimek, sbenza,
This returns a list of valid (and useful) completions for a context (a list
of outer matchers), ordered by decreasing relevance then alphabetically. It
will be used by the matcher parser to implement completion.
http://llvm-reviews.chandlerc.com/D2210
Files:
include/clang/AST/ASTTypeTraits.h
include/clang/ASTMatchers/Dynamic/Registry.h
lib/ASTMatchers/Dynamic/Marshallers.h
lib/ASTMatchers/Dynamic/Registry.cpp
unittests/ASTMatchers/Dynamic/RegistryTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2210.1.patch
Type: text/x-patch
Size: 37473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131118/f8dbd5ae/attachment.bin>
More information about the cfe-commits
mailing list