github-actions[bot] wrote: <!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning: <details> <summary> You can test this locally with the following command: </summary> ``````````bash git-clang-format --diff HEAD~1 HEAD --extensions h,cpp -- clang/include/clang/CIR/MissingFeatures.h clang/lib/CIR/Dialect/IR/CIRDialect.cpp `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/clang/lib/CIR/Dialect/IR/CIRDialect.cpp b/clang/lib/CIR/Dialect/IR/CIRDialect.cpp index 05a6a7f5e..70e477f50 100644 --- a/clang/lib/CIR/Dialect/IR/CIRDialect.cpp +++ b/clang/lib/CIR/Dialect/IR/CIRDialect.cpp @@ -1460,7 +1460,8 @@ cir::VTableAddrPointOp::verifySymbolUses(SymbolTableCollection &symbolTable) { // Verify that the result type underlying pointer type matches the type of // the referenced cir.global or cir.func op. - auto op = symbolTable.lookupNearestSymbolFrom<cir::GlobalOp>(*this, getNameAttr()); + auto op = + symbolTable.lookupNearestSymbolFrom<cir::GlobalOp>(*this, getNameAttr()); if (!op) return emitOpError("'") << name << "' does not reference a valid cir.global"; `````````` </details> https://github.com/llvm/llvm-project/pull/155031 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits