Skip to content

Commit f323648

Browse files
committed
few small fixes
Created using spr 1.3.5
1 parent 32c56f9 commit f323648

File tree

4 files changed

+1
-123
lines changed

4 files changed

+1
-123
lines changed

clang/include/clang/CIR/.clang-tidy

Lines changed: 0 additions & 60 deletions
This file was deleted.

clang/lib/CIR/.clang-tidy

Lines changed: 0 additions & 60 deletions
This file was deleted.

clang/lib/CIR/FrontendAction/.clang-tidy

Lines changed: 0 additions & 1 deletion
This file was deleted.

clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ CreateFrontendBaseAction(CompilerInstance &CI) {
7171
#else
7272
llvm_unreachable("CIR suppport not built into clang");
7373
#endif
74-
case EmitHTML:
75-
return std::make_unique<HTMLPrintAction>();
74+
case EmitHTML: return std::make_unique<HTMLPrintAction>();
7675
case EmitLLVM: return std::make_unique<EmitLLVMAction>();
7776
case EmitLLVMOnly: return std::make_unique<EmitLLVMOnlyAction>();
7877
case EmitCodeGenOnly: return std::make_unique<EmitCodeGenOnlyAction>();

0 commit comments

Comments
 (0)