This revision was automatically updated to reflect the committed changes.
Closed by commit rG8baf86275639: [clang][ASTMatcher] Add Matcher
'convertVectorExpr' (authored by dingfei ).
Changed prior to commit:
https://reviews.llvm.org/D157248?vs=547625&id=547771#toc
Repository:
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157248/new/
https://reviews.llvm.org/D157248
danix800 updated this revision to Diff 547625.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157248/new/
https://reviews.llvm.org/D157248
Files:
clang/docs/LibASTMatchersReference.html
clang/docs/ReleaseNotes.rst
clang/include/clang/ASTMatcher
danix800 created this revision.
danix800 added reviewers: PiotrZSL, aaron.ballman.
danix800 added a project: clang.
Herald added a project: All.
danix800 requested review of this revision.
Herald added a subscriber: cfe-commits.
Add Matcher `convertVectorExpr`.
Repository:
rG LLVM Github Monor