-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
C++, fix parsing of full xrefs. #6226
C++, fix parsing of full xrefs. #6226
Conversation
Is this critical bug? After 2.0 release, we've changed branch model: Lines 323 to 345 in 44c49f4
Therefore, |
Codecov Report
@@ Coverage Diff @@
## 2.0.1 #6226 +/- ##
==========================================
+ Coverage 83.54% 83.58% +0.03%
==========================================
Files 272 272
Lines 39357 39369 +12
Branches 5868 5868
==========================================
+ Hits 32882 32907 +25
+ Misses 5126 5113 -13
Partials 1349 1349
Continue to review full report at Codecov.
|
8854580
to
89a6d41
Compare
@tk0miya, thanks. It's not everything-is-broken urgent, but I have rebased it to the 2.0.1 branch to get it released sooner. |
If a full xref has a short xref as prefix, e.g.,
T f()
, parsing would fail.Relates