]> granicus.if.org Git - clang/commit
hasQualifer() matcher should return false if there's no qualifier
authorEdwin Vane <edwin.vane@intel.com>
Mon, 4 Mar 2013 17:51:00 +0000 (17:51 +0000)
committerEdwin Vane <edwin.vane@intel.com>
Mon, 4 Mar 2013 17:51:00 +0000 (17:51 +0000)
commitaec89ac22e1876bb1cfff9062c882a622bc84510
tree97ee34a5dc3d19b22aa1cd257b883d47bc6c5f40
parentfd07591ea5bcdb7fdd391dc64488d3551619ed3d
hasQualifer() matcher should return false if there's no qualifier

Instead of passing NULL on to sub-matcher, just return false. Updated tests and
regenerated docs.

Author: Tareq A Siraj <tareq.a.siraj@intel.com>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176441 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
unittests/ASTMatchers/ASTMatchersTest.cpp