[PATCH] D15506: [ASTMatchers] Allow hasName() to look through inline namespaces

Samuel Benzaquen via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 15 11:44:02 PST 2015


sbenza updated this revision to Diff 42884.
sbenza added a comment.

Add a faster version of the qualified name matcher.
It falls back to the previous version if it can't handle the name.


http://reviews.llvm.org/D15506

Files:
  include/clang/ASTMatchers/ASTMatchersInternal.h
  lib/ASTMatchers/ASTMatchersInternal.cpp
  unittests/ASTMatchers/ASTMatchersTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15506.42884.patch
Type: text/x-patch
Size: 9359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151215/02818c60/attachment-0001.bin>


More information about the cfe-commits mailing list