This revision was automatically updated to reflect the committed changes.
Closed by commit rG26bbb8700bb0: [clang] Implement CompilerInvocation copy
assignment (authored by jansvoboda11).
Changed prior to commit:
https://reviews.llvm.org/D100473?vs=337422&id=338449#toc
Repository:
rG LLVM Gi
Bigcheese accepted this revision.
Bigcheese added a comment.
This revision is now accepted and ready to land.
I think this is fine given that we already have a copy constructor with deep
copy semantics.
lgtm
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llv
jansvoboda11 created this revision.
jansvoboda11 added reviewers: Bigcheese, dexonsmith.
jansvoboda11 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch implements the copy assignment for `CompilerInvocation`.
Eventually, the deep-