[PATCH] D109590: [NFCI] Rename functions LLVMDIBuilder* to llvmDIBuilder*

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 06:48:53 PDT 2021


alok added a comment.

In D109590#2994489 <https://reviews.llvm.org/D109590#2994489>, @nikic wrote:

> The LLVM C API is a stable FFI API. It's not possible to change any function names.

Thanks. I got it. Those clang-tidy warning should be ignored or clang-tidy should be fixed to not warn in such cases.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109590/new/

https://reviews.llvm.org/D109590



More information about the llvm-commits mailing list