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

CXX: Avoid assert with broken input in debug builds #3056

Merged
merged 1 commit into from
Jun 8, 2021

Conversation

pragmaware
Copy link
Contributor

Fixes #2884

@codecov
Copy link

codecov bot commented Jun 7, 2021

Codecov Report

Merging #3056 (616156f) into master (cab9828) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3056   +/-   ##
=======================================
  Coverage   87.33%   87.33%           
=======================================
  Files         199      199           
  Lines       47611    47611           
=======================================
  Hits        41579    41579           
  Misses       6032     6032           
Impacted Files Coverage Δ
parsers/cxx/cxx_parser_tokenizer.c 92.45% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cab9828...616156f. Read the comment docs.

@pragmaware pragmaware merged commit d377176 into universal-ctags:master Jun 8, 2021
@masatake
Copy link
Member

masatake commented Jun 8, 2021

Thank you!

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.

C++: assert-failure for broken input
2 participants