diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2014-08-29 11:22:47 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2014-08-29 11:22:47 +0000 |
commit | d9c9162bb9c9608fa36985f9294ae2a9b18c3821 (patch) | |
tree | 96969abbe7ea9c620be4d56f67fb623d659d2005 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 90d61014100115bfd3489f8d73b46fbb54963c41 (diff) | |
download | llvm-d9c9162bb9c9608fa36985f9294ae2a9b18c3821.zip llvm-d9c9162bb9c9608fa36985f9294ae2a9b18c3821.tar.gz llvm-d9c9162bb9c9608fa36985f9294ae2a9b18c3821.tar.bz2 |
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.
llvm-svn: 216723
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions