Add support for variadic functions.
ClosedPublic

Authored by pprkut on May 3 2017, 7:14 PM.

Diff Detail

Repository
R52 KDevelop: PHP Support
Branch
splat
Lint
No Linters Available
Unit
No Unit Test Coverage
pprkut created this revision.May 3 2017, 7:14 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptMay 3 2017, 7:14 PM
mwolff accepted this revision.May 3 2017, 9:53 PM
mwolff added a subscriber: mwolff.

lgtm, two parts can be cleaned up but otherwise feel free to commit

duchain/builders/declarationbuilder.cpp
767

you could use PushValue or QScopedValueRollback here

799

put on previous line

This revision is now accepted and ready to land.May 3 2017, 9:53 PM
pprkut updated this revision to Diff 14144.May 5 2017, 6:24 AM

Used PushValue

This revision was automatically updated to reflect the committed changes.