Skip to content

Commit 279103f

Browse files
jansvoboda11github-actions[bot]
authored andcommitted
Automerge: [clang] Attempt to fix build after c592b61
2 parents aeef75c + ad1cbc0 commit 279103f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/CodeGenOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class CodeGenOptionsBase {
5757
Benign,
5858
};
5959

60-
using CFBranchLabelSchemeKind = CFBranchLabelSchemeKind;
60+
using CFBranchLabelSchemeKind = clang::CFBranchLabelSchemeKind;
6161
using ProfileInstrKind = llvm::driver::ProfileInstrKind;
6262
using AsanDetectStackUseAfterReturnMode =
6363
llvm::AsanDetectStackUseAfterReturnMode;

0 commit comments

Comments
 (0)