D14468: Add QVector Definition::includedDefinitions() const

2018-07-30 Thread Dominik Haumann
This revision was automatically updated to reflect the committed changes.
Closed by commit R216:3d3b4589e9e2: Add QVector 
Definition::includedDefinitions() const (authored by dhaumann).

REPOSITORY
  R216 Syntax Highlighting

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14468?vs=38723&id=38797

REVISION DETAIL
  https://phabricator.kde.org/D14468

AFFECTED FILES
  autotests/syntaxrepository_test.cpp
  src/lib/definition.cpp
  src/lib/definition.h

To: dhaumann, vkrause, cullmann
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann


D14468: Add QVector Definition::includedDefinitions() const

2018-07-30 Thread Volker Krause
vkrause accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  addIncludedDefinitions (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14468

To: dhaumann, vkrause, cullmann
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann


D14468: Add QVector Definition::includedDefinitions() const

2018-07-29 Thread Dominik Haumann
dhaumann updated this revision to Diff 38723.
dhaumann added a comment.


  - Add @since tag

REPOSITORY
  R216 Syntax Highlighting

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14468?vs=38722&id=38723

BRANCH
  addIncludedDefinitions (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14468

AFFECTED FILES
  autotests/syntaxrepository_test.cpp
  src/lib/definition.cpp
  src/lib/definition.h

To: dhaumann, vkrause, cullmann
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann


D14468: Add QVector Definition::includedDefinitions() const

2018-07-29 Thread Dominik Haumann
dhaumann created this revision.
dhaumann added reviewers: vkrause, cullmann.
Restricted Application added projects: Kate, Frameworks.
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel.
dhaumann requested review of this revision.

REVISION SUMMARY
  This function returns a list of all Definition that are reference
  by IncludeRules. The returned list also contains the own Definition
  as first entry.

TEST PLAN
  make && make test

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  addIncludedDefinitions (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14468

AFFECTED FILES
  autotests/syntaxrepository_test.cpp
  src/lib/definition.cpp
  src/lib/definition.h

To: dhaumann, vkrause, cullmann
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann