]> granicus.if.org Git - clang/commit
[ASTMatchers] Add hasSideEffect() matcher.
authorClement Courbet <courbet@google.com>
Thu, 22 Nov 2018 14:00:56 +0000 (14:00 +0000)
committerClement Courbet <courbet@google.com>
Thu, 22 Nov 2018 14:00:56 +0000 (14:00 +0000)
commitea98fe0936a1b9046fcd47a6ad37a7e757acea0d
tree4d8d83146f01c7df289038cbe250c77faea872ab
parent922444780d20fc992120f80e0ec7c435f4b311a4
[ASTMatchers] Add hasSideEffect() matcher.

Summary: Exposes Expr::HasSideEffects.

Reviewers: aaron.ballman

Subscribers: cfe-commits

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

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