commit | 789dab8fed600a885a8073387eea6d363f21ed68 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Tue Dec 17 06:28:10 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Sat Jun 07 02:58:29 2025 -0500 |
tree | 530426175a673144c38742100d96d38bf5ed0e71 | |
parent | 99396b64a2e2d777237732a85c1335e2b4386240 [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: I81f6b220f0f01ce1cdc631aeb333c0a26edf9f58 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>