fix a valgrind problem I noticed while developing another patch,
if a decl is invalid, it isn't added to the Decls array, so we need to pass in Decls.size() to avoid reading uninit memory. llvm-svn: 68913
Loading
Please register or sign in to comment