commit | ce28f9ebd355c8b7220232b5590f0117b51bd2a0 | [log] [tgz] |
---|---|---|
author | Manuel Klimek <klimek@google.com> | Mon Jan 18 11:20:09 2016 +0000 |
committer | Manuel Klimek <klimek@google.com> | Mon Jan 18 11:20:09 2016 +0000 |
tree | 8c4b4fcaf41b3afe694a0a2193d38b737d8a0dde | |
parent | 9c47e0681c662a8d5eca9af3745d095e6b5968f2 [diff] |
Add forEachArgumentWithParam AST matcher. The new matcher allows users to provide a matcher for both the argument of a CallExpr/CxxConstructExpr a well as the ParmVarDecl of the argument. Patch by Felix Berger. Differential Revision: http://reviews.llvm.org/D13845 llvm-svn: 258042