]> granicus.if.org Git - clang/commit
Add hasLocalStorage/hasGlobalStorage matchers.
authorSamuel Benzaquen <sbenza@google.com>
Thu, 5 Jun 2014 18:22:14 +0000 (18:22 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Thu, 5 Jun 2014 18:22:14 +0000 (18:22 +0000)
commitf83e80c885197148fd5df28cc9c04053dd66f361
tree2f2383b67dd32ba4c3d5921cf4ac1276279c51bc
parent3bfddd4fdbb35e2d60f9233296d0b4f1fff75997
Add hasLocalStorage/hasGlobalStorage matchers.

Summary:
Add hasLocalStorage/hasGlobalStorage matchers for VarDecl nodes.
Update the doc. Also add them to the dynamic registry.

Reviewers: klimek

Subscribers: klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D4034

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