Skip to content
Commit 7b7690ce authored by Igor Kushnir's avatar Igor Kushnir
Browse files

ParamIterator: recognize binary operators surrounded with spaces

Currently ParamIterator is used in 3 places. The `source` argument of
ParamIterator() is one of the following:
1) a return value of clang_getTypeSpelling() => formatted by libclang;
2) a user-formatted (arbitrarily formatted) macro definition, which
   cannot contain '<' or '>' within the parameter-list parentheses;
3) the `id` argument of Identifier(), which usually comes from and is
   formatted by libclang. Hopefully all identifiers that contain '<' are
   formatted by libclang.
parent 1744e1da
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment