]> granicus.if.org Git - clang/commit
Add the isStaticLocal() AST matcher for matching on local static variables.
authorAaron Ballman <aaron@aaronballman.com>
Mon, 29 Oct 2018 13:47:56 +0000 (13:47 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 29 Oct 2018 13:47:56 +0000 (13:47 +0000)
commit67c63cb9f6cb94fcc7ad47cc8a827ed243adab44
tree7f6f23f7844dddb14244100eb267b99f716a271e
parentec426d1675196956d30e556601c5878ef5b04f63
Add the isStaticLocal() AST matcher for matching on local static variables.

Patch by Joe Ranieri.

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