]> granicus.if.org Git - clang/commit
Adding new AST matcher: isConstexpr
authorSzabolcs Sipos <szabolcs.sipos@ericsson.com>
Fri, 22 May 2015 11:35:50 +0000 (11:35 +0000)
committerSzabolcs Sipos <szabolcs.sipos@ericsson.com>
Fri, 22 May 2015 11:35:50 +0000 (11:35 +0000)
commit0c997f594bf24e14e3250967de78e14fd8674dfc
tree8720ec48a6806ec9944928cc02e09d05201f12ed
parent8f0271771bd348fc5a8ebfd9a30d9f67e9d298ea
Adding new AST matcher: isConstexpr

It matches constexpr variable and function declarations.

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