This is an archive of the discontinued LLVM Phabricator instance.

[llvm][Interpreter] ExecutionContext Caller is not initialized to nullptr, may exist in wild pointer access and clang-format
Needs ReviewPublic

Authored by SylvanasX on Jun 16 2023, 2:59 AM.

Details

Reviewers
lattner
Summary

[Interpreter] ExecutionContext Caller is not initialized to nullptr, may exist in wild pointer access and clang-format
I don't have commit access

Diff Detail

Event Timeline

SylvanasX created this revision.Jun 16 2023, 2:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2023, 2:59 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
SylvanasX requested review of this revision.Jun 16 2023, 2:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2023, 2:59 AM
SylvanasX retitled this revision from CurInst is not initialized to nullptr, may exist in wild pointer access to ExecutionContext CurInst is not initialized to nullptr, may exist in wild pointer access.Jun 16 2023, 3:02 AM
SylvanasX retitled this revision from ExecutionContext CurInst is not initialized to nullptr, may exist in wild pointer access to [Interpreter] ExecutionContext CurInst is not initialized to nullptr, may exist in wild pointer access.Jun 16 2023, 3:23 AM
SylvanasX updated this revision to Diff 532203.Jun 16 2023, 9:46 AM

[Interpreter] ExecutionContext CurInst is not initialized to nullptr, may exist in wild pointer access and clang-format

SylvanasX retitled this revision from [Interpreter] ExecutionContext CurInst is not initialized to nullptr, may exist in wild pointer access to [Interpreter] ExecutionContext CurInst is not initialized to nullptr, may exist in wild pointer access and clang-format.Jun 16 2023, 9:46 AM
SylvanasX retitled this revision from [Interpreter] ExecutionContext CurInst is not initialized to nullptr, may exist in wild pointer access and clang-format to [Interpreter] ExecutionContext Caller is not initialized to nullptr, may exist in wild pointer access and clang-format.Jun 16 2023, 9:47 AM
SylvanasX updated this revision to Diff 532205.Jun 16 2023, 9:54 AM
SylvanasX edited the summary of this revision. (Show Details)Jun 16 2023, 9:58 AM
SylvanasX retitled this revision from [Interpreter] ExecutionContext Caller is not initialized to nullptr, may exist in wild pointer access and clang-format to [llvm][Interpreter] ExecutionContext Caller is not initialized to nullptr, may exist in wild pointer access and clang-format.Jun 19 2023, 8:45 PM