commit | 77535192bffa8e094e8fd8caa10050dabf53c388 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Thu Dec 19 06:06:03 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Fri Dec 20 02:54:29 2024 +0000 |
tree | 8a379577dd78ca6fa1de293792670cd5a1fa3ad0 | |
parent | bd91e601bc1bf811daf7ba3b0ee7e6a3583c62e6 [diff] |
clang-tidy: Replace NULL with nullptr Replaced all instances of NULL with nullptr to improve type safety and clarity, as nullptr is the modern C++ standard for null pointers. Tested: Build verified Change-Id: Ie9e20e9f97d9a2b974a4a8748a3daaf5d516adb8 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>