[mlir][CAPI] Convert the rest of the API int -> bool.
authorStella Laurenzo <stellaraccident@gmail.com>
Mon, 30 Nov 2020 02:31:11 +0000 (18:31 -0800)
committerStella Laurenzo <stellaraccident@gmail.com>
Mon, 30 Nov 2020 04:36:42 +0000 (20:36 -0800)
commit62195b75481890f3d86422710338a15bfbc57bcf
tree767839971be9e86fb03a9688aeb1d319f99b11bc
parent0c9c6ddf17bb01ae350a899b3395bb078aa0c62e
[mlir][CAPI] Convert the rest of the API int -> bool.

* Follows on https://reviews.llvm.org/D92193
* I had a mid-air collision with some additional occurrences and then noticed that there were a lot more. Think I got them all.

Differential Revision: https://reviews.llvm.org/D92292
14 files changed:
mlir/include/mlir-c/AffineExpr.h
mlir/include/mlir-c/AffineMap.h
mlir/include/mlir-c/IR.h
mlir/include/mlir-c/Pass.h
mlir/include/mlir-c/StandardAttributes.h
mlir/include/mlir-c/StandardTypes.h
mlir/include/mlir-c/Support.h
mlir/lib/Bindings/Python/IRModules.cpp
mlir/lib/CAPI/IR/AffineExpr.cpp
mlir/lib/CAPI/IR/AffineMap.cpp
mlir/lib/CAPI/IR/IR.cpp
mlir/lib/CAPI/IR/StandardAttributes.cpp
mlir/lib/CAPI/IR/StandardTypes.cpp
mlir/test/Bindings/Python/ir_attributes.py