Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think this is fine given that we already have a copy constructor with deep copy semantics.
lgtm
Paths
| Differential D100473
[clang] Implement CompilerInvocation copy assignment ClosedPublic Authored by jansvoboda11 on Apr 14 2021, 5:40 AM.
Details Summary
Diff Detail
Event Timelinejansvoboda11 created this revision. jansvoboda11 added a child revision: D100460: [WIP][clang] Move deep copy into CompilerInvocation::clone.Apr 14 2021, 5:41 AM Comment Actions I think this is fine given that we already have a copy constructor with deep copy semantics. lgtm This revision is now accepted and ready to land.Apr 16 2021, 8:56 AM Closed by commit rG26bbb8700bb0: [clang] Implement CompilerInvocation copy assignment (authored by jansvoboda11). · Explain WhyApr 19 2021, 2:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 338449 clang/include/clang/Frontend/CompilerInvocation.h
clang/lib/Frontend/CompilerInvocation.cpp
clang/unittests/Frontend/CompilerInvocationTest.cpp
|