Add new DUContext::resortLocalDeclarations and resortChildContexts API

Authored by mwolff.

Description

Add new DUContext::resortLocalDeclarations and resortChildContexts API

This is required by kdev-clang and potentially other language plugins
that call setRange on a declaration or child context. In these cases
you can potentially break the order of the declarations and hell
breaks lose...

Now simply call one of the new functions after you are done with your
context, i.e. before closing it. See the upcoming kdev-clang patch
for more information.

Details

Committed
mwolffDec 2 2015, 6:54 PM
Parents
R33:84f6044cf8c0: Add hover animation for session names on welcome page.
Branches
Unknown
Tags
Unknown