We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2010bee commit a9165adCopy full SHA for a9165ad
clang/include/clang/CIR/FrontendAction/CIRGenAction.h
@@ -129,7 +129,8 @@ class EmitObjAction : public CIRGenAction {
129
EmitObjAction(mlir::MLIRContext *mlirCtx = nullptr);
130
};
131
132
-// Used for -fclangir-analysis-only: use CIR analysis but still use original LLVM codegen path
+// Used for -fclangir-analysis-only: use CIR analysis but still use original
133
+// LLVM codegen path
134
class AnalysisOnlyActionBase : public clang::CodeGenAction {
135
virtual void anchor();
136
0 commit comments