[PATCH] D153424: [clang][ASTImporter] Add import of CXXRewrittenBinaryOperator.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 22 01:57:55 PDT 2023
balazske added inline comments.
================
Comment at: clang/test/ASTMerge/cxx-rewritten-binary-operator/Inputs/std-compare.h:307
+
+#endif // STD_COMPARE_H
----------------
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153424/new/
https://reviews.llvm.org/D153424
More information about the cfe-commits
mailing list