[clang-tidy] Fix for llvm.org/PR23161
The misc-static-assert check will not warn on the followings: assert(NULL == "shouldn't warn"); assert(__null == "shouldn't warn"); Where NULL is a macro defined as __null. llvm-svn: 236812
Loading
Please sign in to comment