]> granicus.if.org Git - clang/commit
[ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarations
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 17 Jan 2018 19:40:55 +0000 (19:40 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 17 Jan 2018 19:40:55 +0000 (19:40 +0000)
commit3d90a2c5684be3abeb5a0c410017fc88735134df
tree5692c6fd433cfc6978b38cd71a8dff4f5449cbe0
parent62d06f7f32aef0ea61b1b9d87bb413ab79e175d5
[ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarations

Reviewers: aaron.ballman

Reviewed By: aaron.ballman

Subscribers: dblaikie, klimek, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D41455

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