Skip to content

Commit fd44d5a

Browse files
committed
clang-format
1 parent 94821b3 commit fd44d5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/include/clang/CIR/FrontendAction/CIRGenAction.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ class EmitObjAction : public CIRGenAction {
129129
EmitObjAction(mlir::MLIRContext *mlirCtx = nullptr);
130130
};
131131

132-
// Used for -fclangir-analysis-only: use CIR analysis but still use original LLVM codegen path
132+
// Used for -fclangir-analysis-only: use CIR analysis but still use original
133+
// LLVM codegen path
133134
class AnalysisOnlyActionBase : public clang::CodeGenAction {
134135
virtual void anchor();
135136

0 commit comments

Comments
 (0)