Files
clang-p2996/mlir/lib/Target/Cpp/TranslateToCpp.cpp
Kirill Chibisov be96bd74f8 [mlir][emitc] Don't emit extra semicolon after bracket (#122464)
Extra semicolons were emitted for operations that should never have
them, since not every place was checking whether semicolon would be
actually needed.

Thus change the emitOperation to ignore trailingSemicolon field for such
operations.
2025-01-14 13:51:41 +01:00

58 KiB