Closed as not planned
Closed as not planned
Description
In our internal code base, we have a function templated with a member function pointer.
Upgrading from clang-format-17 to 19.1.0-rc1, clang-format proposed the following change, which is incorrect / unexpected
-template <llvm::Value* (llvm::IRBuilderBase::*func)(llvm::Value*, llvm::Value*, const llvm::Twine&, bool, bool)>
+template <llvm::Value* (llvm::IRBuilderBase::* func)(llvm::Value*, llvm::Value*, const llvm::Twine&, bool, bool)>
llvm::Value* LLVMTranslator::generateArithmetic(const IRBinaryOp& op) {
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done