Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caller Hiearchy shows lines of each reference in caller, not start li… #429

Open
wants to merge 378 commits into
base: master
Choose a base branch
from

Conversation

withgod84-zz
Copy link

As like other IDEs (Eclipse, ..) , it's better to show line of each reference in caller hiearchy,
Instead of caller's start line.
For example, if caller has a lots of lines, it's annoying to find which line calls current symbol in which context or condition.

MaskRay added 30 commits July 8, 2018 00:34
https://bugs.llvm.org/show_bug.cgi?id=37695 is not fixed. But since we have eliminated libclang for indexing and completion the bug no longer bothers us.
* Make CXXConstructor span one more column to left/right
* Use OrigD to collect Decl::Record members
* Better comment parsing
* Limit lines of initializers and macro definition to 3
* Attribute macro arg uses to spelling loc
* Remove FuncDef::declaring_type
Also change StorageClass storage to uint8_t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet