diff options
author | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2016-08-27 19:56:23 +0530 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-08-27 17:26:23 +0300 |
commit | 7830cb61c39fbaf57933ac403dcdf5007667d87d (patch) | |
tree | 8f57d828570cc45118d185caa3b13f848d6226f0 /mesonbuild/backend | |
parent | b7392bb2902cc5d666970c5ace7aa5de78d052e3 (diff) | |
download | meson-7830cb61c39fbaf57933ac403dcdf5007667d87d.zip meson-7830cb61c39fbaf57933ac403dcdf5007667d87d.tar.gz meson-7830cb61c39fbaf57933ac403dcdf5007667d87d.tar.bz2 |
Add a new compiler object method: has_members (#723)
* Add a new compiler object method: has_members
Identical to 'cc.has_member', except that this takes multiple members
and all of them must exist else it returns false.
This is useful when you want to verify that a structure has all of
a given set of fields. Individually checking each member is horrifying.
* Fix typo in exceptions for has_member(s)
Diffstat (limited to 'mesonbuild/backend')
0 files changed, 0 insertions, 0 deletions