Skip to content
  • Hans Johnson's avatar
    COMP: Use nullptr instead of 0 or NULL · 1c3e193d
    Hans Johnson authored
    The check converts the usage of null pointer constants (eg. NULL, 0) to
    use the new C++11 nullptr keyword.
    
    cd
    run-clang-tidy.py -extra-arg=-D__clang__ -checks=-*,modernize-use-nullptr  -header-filter=.* -fix
    1c3e193d