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 70e1a3c commit ad1cbc0Copy full SHA for ad1cbc0
clang/include/clang/Basic/CodeGenOptions.h
@@ -57,7 +57,7 @@ class CodeGenOptionsBase {
57
Benign,
58
};
59
60
- using CFBranchLabelSchemeKind = CFBranchLabelSchemeKind;
+ using CFBranchLabelSchemeKind = clang::CFBranchLabelSchemeKind;
61
using ProfileInstrKind = llvm::driver::ProfileInstrKind;
62
using AsanDetectStackUseAfterReturnMode =
63
llvm::AsanDetectStackUseAfterReturnMode;
0 commit comments