commit | bb99098ab48be4e3b386bab762f1a4778efa921a | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 18 09:13:46 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 18 09:14:34 2024 -0600 |
tree | bf607bd512e6f8ef36e91f8545334e80325ae16b | |
parent | ee2e1df6ca5fd87b401d4eb15b80224f3025a612 [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: I94f2dfee23bdc039fb032e094ad3da4b7f7e99ae Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>