[all-commits] [llvm/llvm-project] c34d89: [ASTMatchers] Expand isInline matcher to VarDecl
Nathan James via All-commits
all-commits at lists.llvm.org
Wed Feb 23 00:34:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c34d89818341b3c7c96bc8f59e3f98063d4ae9fd
https://github.com/llvm/llvm-project/commit/c34d89818341b3c7c96bc8f59e3f98063d4ae9fd
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/docs/ReleaseNotes.rst
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
Log Message:
-----------
[ASTMatchers] Expand isInline matcher to VarDecl
Add support to the `isInline` matcher for C++17's inline variables.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D118900
More information about the All-commits
mailing list