diff options
author | Adam Balogh <adam.balogh@ericsson.com> | 2017-11-23 12:43:20 +0000 |
---|---|---|
committer | Adam Balogh <adam.balogh@ericsson.com> | 2017-11-23 12:43:20 +0000 |
commit | da488a65e2239c568b3994d69537f13c719822ad (patch) | |
tree | 9154d00395ada8778a16940f99416520b50c3797 /llvm/lib/Target/ARM | |
parent | eb5bfd9889ce9c35fba7bfd71df50c3424647d0e (diff) | |
download | bcm5719-llvm-da488a65e2239c568b3994d69537f13c719822ad.tar.gz bcm5719-llvm-da488a65e2239c568b3994d69537f13c719822ad.zip |
[ASTMatchers] Matchers for new[] operators
Two new matchers for `CXXNewExpr` are added which may be useful e.g. in
`clang-tidy` checkers. One of them is `isArray` which matches `new[]` but not
plain `new`. The other one, `hasArraySize` matches `new[]` for a given size.
llvm-svn: 318909
Diffstat (limited to 'llvm/lib/Target/ARM')
0 files changed, 0 insertions, 0 deletions