[clang] [CIR] Simplify error emission to return failures directly (PR #141032)

Henrich Lauko via cfe-commits cfe-commits at lists.llvm.org
Thu May 22 09:46:06 PDT 2025


================
@@ -13,6 +13,7 @@
 #include "clang/CIR/Dialect/IR/CIRTypes.h"
 
 #include "mlir/IR/DialectImplementation.h"
+#include "mlir/Support/LLVM.h"
----------------
xlauko wrote:

Good catch, I missed that it was added by my IDE, it is unnecessary, I will remove it.

https://github.com/llvm/llvm-project/pull/141032


More information about the cfe-commits mailing list