AmrDeveloper wrote: > LGTM, thank you, great catch! > > How did you spot this? I wonder whether there's a good mechanism to track > such changes.
Usually, I rebuild ClangIR after my full-time work, and rebase before merging a PR that i not create on the same day. If I can't build ClangIR, I usually search for the error in the last closed PRs in clang :D I was thinking how we can have a mechanism to do it, especially in case that the new change is not tested yet, or it's a new feature 🤔 https://github.com/llvm/llvm-project/pull/204862 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
