Use move semantics instead of copying for AST Matchers with parameters
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D75096
[ASTMatchers] Matcher macros with params move params instead of copying ClosedPublic Authored by njames93 on Feb 24 2020, 6:09 PM.
Details Summary Use move semantics instead of copying for AST Matchers with parameters
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 24 2020, 11:23 PM Closed by commit rG3e9a7b2ba470: [ASTMatchers] Matcher macros with params move params instead of copying (authored by njames93). · Explain WhyFeb 24 2020, 11:56 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 246374 clang/include/clang/ASTMatchers/ASTMatchersMacros.h
|