This is an archive of the discontinued LLVM Phabricator instance.

[clang][ASTImporter] Add import of CXXRewrittenBinaryOperator.
ClosedPublic

Authored by balazske on Jun 21 2023, 7:19 AM.

Diff Detail

Event Timeline

balazske created this revision.Jun 21 2023, 7:19 AM
Herald added a reviewer: shafik. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
balazske requested review of this revision.Jun 21 2023, 7:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2023, 7:19 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
balazske edited the summary of this revision. (Show Details)Jun 21 2023, 7:23 AM
balazske added inline comments.
clang/test/ASTMerge/cxx-rewritten-binary-operator/Inputs/std-compare.h
308

I do not like to add this file but could not find a better solution. The file is copied from other test, this file has already multiple copies in the tests.

donat.nagy accepted this revision.Jun 22 2023, 2:56 AM

LGTM, this is a straightforward fix and if the repo can survive three copies of std-compare.h, then it'll also survive four copies.

However I created a ticket (in our internal system) to refactor the handling of std-compare.h and eliminate its duplication. It'll be a good "do this when you are waiting for something else" task for somebody.

This revision is now accepted and ready to land.Jun 22 2023, 2:56 AM