Use default ref capture to simplify local lambdas, use a template to avoid std::funct...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 17 Apr 2017 17:16:19 +0000 (17:16 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 17 Apr 2017 17:16:19 +0000 (17:16 +0000)
commit0a0c03329583aef91eb942bbc481ab43762b9f4d
tree1512640a25103c8d0642a64fcf0768c631f4a237
parent27d260baec2ba68e61d078141aeb63d2615756eb
Use default ref capture to simplify local lambdas, use a template to avoid std::function overhead, other cleanup

llvm-svn: 300461
clang/lib/AST/ExternalASTMerger.cpp