PRUNERS / archer

Archer, a data race detection tool for large OpenMP applications
https://pruners.github.io/archer
Apache License 2.0
61 stars 13 forks source link

Use arg_iterator instead of getArgumentList() #68

Closed hassansalehe closed 6 years ago

hassansalehe commented 6 years ago

This is backward compatible and favors new LLVM/Clang releases

Also see the benefits here: https://reviews.llvm.org/D31052

simoatze commented 6 years ago

Thanks @hassansalehe!