Fix for issue #62770.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
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. |
Comment Actions
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.
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.