[all-commits] [llvm/llvm-project] 589a93: Add `isConstinit` matcher
Evgeny Shulgin via All-commits
all-commits at lists.llvm.org
Mon Jan 24 05:37:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 589a93907222cf2380198ca2172ff6697dd43d87
https://github.com/llvm/llvm-project/commit/589a93907222cf2380198ca2172ff6697dd43d87
Author: Evgeny Shulgin <izaronplatz at gmail.com>
Date: 2022-01-24 (Mon, 24 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 `isConstinit` matcher
Support C++20 constinit variables for AST Matchers.
More information about the All-commits
mailing list