[PATCH] D117613: [ASTMatchers] Add `isConsteval` matcher

Evgeny Shulgin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 18 14:39:38 PST 2022


Izaron created this revision.
Izaron added a reviewer: aaron.ballman.
Izaron requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Support C++20 `consteval` functions and C++2b `if consteval` for AST
Matchers.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117613

Files:
  clang/docs/LibASTMatchersReference.html
  clang/include/clang/ASTMatchers/ASTMatchers.h
  clang/lib/ASTMatchers/Dynamic/Registry.cpp
  clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117613.400996.patch
Type: text/x-patch
Size: 4796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220118/46adf46d/attachment.bin>


More information about the cfe-commits mailing list