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