commit | ebe86e8da11f1932b159074b5bae1171a25481f9 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 18 07:36:08 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Mon Mar 17 07:37:11 2025 -0500 |
tree | a79c01bc2cce826f5ea883e34f4634112fb2fa53 | |
parent | 5f47c3222d8fa578e2579d1a74d851b5c4ae2eca [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: I1771e207ce2171990fcf55a6f29292f4c70f1284 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>