Skip to content
Snippets Groups Projects
Commit b61dbac6 authored by Leandro Melo's avatar Leandro Melo
Browse files

Fix potential endless recursion in C++ hover handler.

To catch cases of invalid code like this:
struct A : B {};
struct B : A {};

Reviewed-by: Roberto Raggi
parent 6c009f19
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment