[clang] [CIR] Upstream RTTI Builder & RTTI for VTable Definitions (PR #160002)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 24 13:08:15 PDT 2025
https://github.com/andykaylor commented:
This is an awful lot of code, and a lot of it isn't covered by the test. Is it possible to strip this down to just the paths that are needed by the test and replace the rest with NYI markers?
Also, throughout this PR there are a lot of places where our usual naming conventions aren't being followed, auto is overused, and llvm_unreachable is used where errorNYI should be. I marker some of them, but not all.
https://github.com/llvm/llvm-project/pull/160002
More information about the cfe-commits
mailing list