[PATCH] D40481: [libclang] Fix cursors for arguments of Subscript and Call operators
Ivan Donchevskii via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 17 01:15:41 PDT 2018
yvvan added a comment.
Tests run fine but the solution feels like a workaround.
Nevertheless if we are sure that extending the subscript/call operator range does not work properly or breaks too many other things than it's probably fine to have this workaround.
https://reviews.llvm.org/D40481
More information about the cfe-commits
mailing list