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 1fd0c86 commit f767dacCopy full SHA for f767dac
clang/lib/CodeGen/CGStmt.cpp
@@ -1599,7 +1599,6 @@ void CodeGenFunction::EmitReturnStmt(const ReturnStmt &S) {
1599
CGM.getSanitizerMetadata()->disableSanitizerForGlobal(SLocPtr);
1600
assert(ReturnLocation.isValid() && "No valid return location");
1601
Builder.CreateStore(SLocPtr, ReturnLocation);
1602
- //*OCH?*//
1603
}
1604
1605
// Returning from an outlined SEH helper is UB, and we already warn on it.
0 commit comments