Sprinkle some constexpr on default ctors so the compiler can diagnose unused instance...
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 10 Jan 2020 13:58:07 +0000 (14:58 +0100)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 10 Jan 2020 13:59:24 +0000 (14:59 +0100)
commite49c3c8f2ef97bdf256ca76f3d001eeb79361d56
treea4daa941c9cb41fc083684ce0520d95dfbd32b58
parentb1bb5ce96d349689085eab38121c85737de1fcaa
Sprinkle some constexpr on default ctors so the compiler can diagnose unused instances. NFCI.
mlir/include/mlir/IR/Attributes.h
mlir/include/mlir/IR/Types.h
mlir/include/mlir/IR/Value.h
mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
mlir/lib/Dialect/VectorOps/VectorOps.cpp