| commit | 2cd40c01703b20e866e5e545dfaca008fda73772 | [log] [tgz] |
|---|---|---|
| author | Hyrum Wright <hwright@google.com> | Mon Jan 07 14:14:36 2019 +0000 |
| committer | Hyrum Wright <hwright@google.com> | Mon Jan 07 14:14:36 2019 +0000 |
| tree | d0c7e2824bdea8dd51fffe0c169acb777d71d6a3 | |
| parent | 9e014b6c3d9d9ff7fac3bf8072f555c270967b92 [diff] |
[clang] Add AST matcher for initializer list members Summary: Much like hasArg for various call expressions, this allows LibTooling users to match against a member of an initializer list. This is currently being used as part of the abseil-duration-scale clang-tidy check. Differential Revision: https://reviews.llvm.org/D56090 llvm-svn: 350523