[all-commits] [llvm/llvm-project] b80db1: Add `isConsteval` matcher

Evgeny Shulgin via All-commits all-commits at lists.llvm.org
Thu Jan 20 10:35:29 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b80db150cdba17b3d4970389025f95b1c93482b8
      https://github.com/llvm/llvm-project/commit/b80db150cdba17b3d4970389025f95b1c93482b8
  Author: Evgeny Shulgin <izaronplatz at gmail.com>
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp

  Log Message:
  -----------
  Add `isConsteval` matcher

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




More information about the All-commits mailing list