[PATCH] D11976: [libclang] Return deduced type for auto type, not the one written in the source.

Ben Jackson via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 22 19:16:59 PDT 2015


puremourning added a comment.

I can confirm that this patch fixes a number test cases found in ycmd <http://github.com/Valorric/ycmd> (a code-completion server). Specifically these ones marked as 'sic' <https://github.com/Valloric/ycmd/blob/master/ycmd/tests/subcommands_test.py#L302-L312>

So I'm in favour of this change :)


http://reviews.llvm.org/D11976





More information about the cfe-commits mailing list