[all-commits] [llvm/llvm-project] eb1d90: Adds AST matcher for ObjCStringLiteral
Rashmi Mudduluru via All-commits
all-commits at lists.llvm.org
Thu Jun 30 15:23:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb1d908e5cf7279b98b84d1587d4665d3cdecbe9
https://github.com/llvm/llvm-project/commit/eb1d908e5cf7279b98b84d1587d4665d3cdecbe9
Author: Rashmi Mudduluru <r_mudduluru at apple.com>
Date: 2022-06-30 (Thu, 30 Jun 2022)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/docs/ReleaseNotes.rst
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
Log Message:
-----------
Adds AST matcher for ObjCStringLiteral
Differential Revision: https://reviews.llvm.org/D128103
More information about the All-commits
mailing list