Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/include/llvm/Object/
-
trunk/
-
include/
-
llvm/
-
Object/
-
ObjectFile.h
Hide Panel
f
Keyboard Reference
?
Differential
D67251
[Object] remove struct constructor, NFC
Closed
Public
Authored by
cishida
on Sep 5 2019, 5:56 PM.
Download Raw Diff
Details
Reviewers
avl
dblaikie
Commits
rG4f8d005831a0: [Object] remove struct constructor, NFC
rL371211: [Object] remove struct constructor, NFC
Summary
make POD struct by removing ctors
Diff Detail
Repository
rL LLVM
Event Timeline
cishida
created this revision.
Sep 5 2019, 5:56 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Sep 5 2019, 5:57 PM
Herald
added a subscriber:
ributzka
.
·
View Herald Transcript
Harbormaster
completed remote builds in
B37819: Diff 219015
.
Sep 5 2019, 5:57 PM
dblaikie
accepted this revision.
Sep 5 2019, 7:14 PM
Comment Actions
Sounds good to me - thanks!
This revision is now accepted and ready to land.
Sep 5 2019, 7:14 PM
Closed by commit
rL371211: [Object] remove struct constructor, NFC
(authored by
cishida
).
·
Explain Why
Sep 6 2019, 8:02 AM
This revision was automatically updated to reflect the committed changes.