llvm-project
983b2023
- [clang-tidy][NFC] Use mock header instead of #define NULL in tests (#188420)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
31 days ago
[clang-tidy][NFC] Use mock header instead of #define NULL in tests (#188420) Since stddef.h in the mock headers of clang-tidy tests now provides `#define NULL 0L`, we can migrate manual `#define NULL` in these tests to standard `#include`s.
References
#188420 - [clang-tidy][NFC] Use mock header instead of #define NULL in tests
Author
zeyi2
Parents
b95b902b
Loading