[ASTMatchers] Add cxxNoexceptExpr AST matcher
authorNathan <n.james93@hotmail.co.uk>
Tue, 28 Jan 2020 13:12:08 +0000 (13:12 +0000)
committerNathan <n.james93@hotmail.co.uk>
Tue, 28 Jan 2020 13:12:28 +0000 (13:12 +0000)
commitaec6210367de714caf876fe19c4b475889890e21
tree12b2110d7fe7a6b64100557627b46ad6f32fdd38
parent2e4977965b57c53db81e729e390dbda6807ef7fc
[ASTMatchers] Add cxxNoexceptExpr AST matcher

Summary: Adds a cxxNoexceptExpr matcher that matches the [[ https://en.cppreference.com/w/cpp/language/noexcept |  noexcept operator ]].

Reviewers: aaron.ballman

Reviewed By: aaron.ballman

Subscribers: merge_guards_bot, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D73439
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