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.
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