mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 02:26:27 +08:00
When using with clang-tidy 17 Node.getAttrName() sometimes returns a nullptr. This caused segfaults in the CI. Reviewed By: philnik, #libc Differential Revision: https://reviews.llvm.org/D151224