-
- Downloads
ASTMatchers: Replace some copies of the bound nodes tree builder with moves.
But don't move if all we do is clearing the thing. The move method is too large to be inlined and performs a ton of unnecessary checking when the RHS is empty. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216723 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/ASTMatchers/ASTMatchers.h 3 additions, 3 deletionsinclude/clang/ASTMatchers/ASTMatchers.h
- include/clang/ASTMatchers/ASTMatchersInternal.h 3 additions, 3 deletionsinclude/clang/ASTMatchers/ASTMatchersInternal.h
- lib/ASTMatchers/ASTMatchersInternal.cpp 2 additions, 2 deletionslib/ASTMatchers/ASTMatchersInternal.cpp
Loading
Please register or sign in to comment