[PATCH] D73439: [ASTMatchers] Add cxxNoexceptExpr AST matcher
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 26 17:26:25 PST 2020
njames93 created this revision.
njames93 added a reviewer: aaron.ballman.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Adds a cxxNoexceptExpr matcher that matches the noexcept operator <https://en.cppreference.com/w/cpp/language/noexcept>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73439
Files:
clang/docs/LibASTMatchersReference.html
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/lib/ASTMatchers/ASTMatchersInternal.cpp
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/lib/Analysis/ExprMutationAnalyzer.cpp
clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73439.240457.patch
Type: text/x-patch
Size: 4614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200127/4ed8e633/attachment.bin>
More information about the cfe-commits
mailing list