Details
Details
- Reviewers
aaron.ballman arsenm rjmccall efriedma
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Adding the codegen code owners for their approval, but in general I think this is a good idea.
clang/lib/CodeGen/ABIInfoImpl.h | ||
---|---|---|
33–52 | Because we're sort of elevating these from implementation details hidden in the .cpp to interfaces exposed via a header file, we should probably document these functions better (not needed as part of this change though). |
Because we're sort of elevating these from implementation details hidden in the .cpp to interfaces exposed via a header file, we should probably document these functions better (not needed as part of this change though).