Skip to content
Commit 60ce8bb0 authored by Szabolcs Sipos's avatar Szabolcs Sipos
Browse files

[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
parent 69694b06
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment