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
2 files changed
tree: 50fdd9247e1f1482d81465fb9d9e6644e58b1753
  1. clang/
  2. llvm/