]> granicus.if.org Git - clang/commit
Add the hasRangeInit() matcher for range-based for loop.
authorManuel Klimek <klimek@google.com>
Fri, 23 May 2014 17:49:03 +0000 (17:49 +0000)
committerManuel Klimek <klimek@google.com>
Fri, 23 May 2014 17:49:03 +0000 (17:49 +0000)
commit4c92d444ffb0c65cfc85e60edca08d32fb10fdae
treede7672f5929b692b3019c8bd29a07ee2b2d105d6
parent5e151135393eb7d5165efd5f2680a234e34895db
Add the hasRangeInit() matcher for range-based for loop.

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