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

indexer: decode invalid UTF-8 byte sequence in comments as ? #484

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

Conversation

MaskRay
Copy link
Owner

@MaskRay MaskRay commented Sep 17, 2019

No description provided.

MaskRay and others added 30 commits July 14, 2018 14:03
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
What do you think of the challenge ccls-fringe in Real World CTF?
There can be duplicates with template instantiation.
1. libClangDriver.a shipped by MSYS2 needs -lversion which is not
   included in CMAKE_CXX_STANDARD_LIBRARIES by default.
2. Use string literal for DEFAULT_RESOURCE_DIRECTORY to support
   backslashes in path.
DEF CON 26 CTF
- The word strengthened is spelled mistakenly.
- Unpaired symbol:')' seems to be missing.
@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.