Skip to content
  • Ted Kremenek's avatar
    Null initialize a few variables flagged by · 3c4408ce
    Ted Kremenek authored
    clang's -Wuninitialized-experimental warning.
    While these don't look like real bugs, clang's
    -Wuninitialized-experimental analysis is stricter
    than GCC's, and these fixes have the benefit
    of being general nice cleanups.
    
    llvm-svn: 124073
    3c4408ce
Loading