[all-commits] [llvm/llvm-project] ea48d1: [Clangd] [NFC] Fix dereference of null value (#159...
Zahira Ammarguellat via All-commits
all-commits at lists.llvm.org
Thu Sep 18 10:25:38 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea48d14faff82beea4181b72986c72a8929a3186
https://github.com/llvm/llvm-project/commit/ea48d14faff82beea4181b72986c72a8929a3186
Author: Zahira Ammarguellat <zahira.ammarguellat at intel.com>
Date: 2025-09-18 (Thu, 18 Sep 2025)
Changed paths:
M clang-tools-extra/clangd/AST.cpp
Log Message:
-----------
[Clangd] [NFC] Fix dereference of null value (#159566)
This is a find from static analysis tool complaining about potential
dereference of `nullptr` for `RD`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list