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
@MaskRay MaskRay force-pushed the master branch 3 times, most recently from 536c07b to bfac216 Compare November 1, 2019 06:30
@MaskRay MaskRay force-pushed the master branch 3 times, most recently from e0c921f to 468a2fb Compare November 10, 2019 04:12
@MaskRay MaskRay force-pushed the master branch 2 times, most recently from b299069 to de800eb Compare April 22, 2020 15:44
@MaskRay MaskRay force-pushed the master branch 2 times, most recently from 7818055 to 99f0b40 Compare July 5, 2020 22:12
@MaskRay MaskRay force-pushed the master branch 4 times, most recently from a33231a to cb08df4 Compare July 20, 2020 00:03
@MaskRay MaskRay force-pushed the master branch 3 times, most recently from ee29996 to feb153a Compare December 20, 2020 03:01
@MaskRay MaskRay force-pushed the master branch 9 times, most recently from 94ba2b3 to c018bce Compare May 9, 2021 18:34
@MaskRay MaskRay force-pushed the master branch 3 times, most recently from db890d4 to cc13ced Compare November 6, 2024 05:57
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.