]> granicus.if.org Git - clang/commit
Adding new AST matcher: gnuNullExpr
authorSzabolcs Sipos <szabolcs.sipos@ericsson.com>
Thu, 7 May 2015 14:24:22 +0000 (14:24 +0000)
committerSzabolcs Sipos <szabolcs.sipos@ericsson.com>
Thu, 7 May 2015 14:24:22 +0000 (14:24 +0000)
commitb8e22b2e84edccdea13f4736e69f92e814dd93fd
treee03339957ae87009f6c32095e5d9d9156e077a44
parentc5d09e5e3e3cf3e75cdc185db5ed6fa360cc2bc1
Adding new AST matcher: gnuNullExpr

It matches GNU __null expression.

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