NoQ added a comment.

In D55823#1338337 <https://reviews.llvm.org/D55823#1338337>, @arphaman wrote:

> I think `Args.getArgString` might return `nullptr` so that's why you could 
> crash.


Nope, we crash on index lookup. It seems that `Args.size()` is larger than the 
small vector that we're allowed to access via `.getArgStrings()`. I tried 
`Args.getNumInputArgStrings()` and it seems better.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55823/new/

https://reviews.llvm.org/D55823



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to