This is an archive of the discontinued LLVM Phabricator instance.

Restore diagnostic handler after CodeGenAction::ExecuteAction
ClosedPublic

Authored by mantognini on Feb 11 2021, 3:50 AM.

Details

Summary

Fix dangling pointer to local variable and address some typos.

Diff Detail

Event Timeline

mantognini created this revision.Feb 11 2021, 3:50 AM
mantognini published this revision for review.Feb 11 2021, 3:54 AM
mantognini added inline comments.
llvm/include/llvm/IR/LLVMContext.h
196

Had to run clang-format. The change is replacing "third" with "second".

Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 11 2021, 3:54 AM
xur accepted this revision.Feb 11 2021, 10:50 AM

This looks fine to me. Thanks for fixing.

This revision is now accepted and ready to land.Feb 11 2021, 10:50 AM
This revision was landed with ongoing or failed builds.Feb 15 2021, 2:33 AM
This revision was automatically updated to reflect the committed changes.