-
Notifications
You must be signed in to change notification settings - Fork 628
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 invalid test input #3398
C++ fix invalid test input #3398
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3398 +/- ##
==========================================
- Coverage 83.20% 83.19% -0.01%
==========================================
Files 218 218
Lines 52428 52428
==========================================
- Hits 43624 43620 -4
- Misses 8804 8808 +4
Continue to review full report at Codecov.
|
f4bb64c
to
d45552a
Compare
|
d45552a
to
7697ad4
Compare
Though d0e1670 is merged to master, |
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
In universal-ctags#3388, @delsner reported that either C++03 and C++11 doesn't accept Units/parser-cxx.r/template-nested-triangle-brackets.d/input-2.hpp. This change makes the input C++11 acceptable.
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
7697ad4
to
56ab8ff
Compare
See #3388.