Closed
Description
Is it possible to add a .clang-format file to configure the whole llvm-wrapper? The exists code does not fit any preset styles of clang-format. I have asked at discord but get no response about what code convention the cpp code follows.
Originally posted by @Lambdaris in #123437 (comment)
@Zalathar mentioned we have no such automated infra in place. We have many open issues for removing this C++ code by effectively upstreaming our wrappers to LLVM, but I agree, we could start by enforcing a style.
Metadata
Metadata
Assignees
Labels
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Makes things more difficult for new or seasoned contributors to RustCategory: PRs that clean code up or issues documenting cleanup.Relevant to the compiler team, which will review and decide on the PR/issue.Working group: LLVM backend code generation