forked from qt-creator/qt-creator
Clang: Remove faulty copy constructor of HighlightingInformationsIterator
The test HighlightingInformations.ForFullTranslationUnitRange crashed on Windows because of this. Change-Id: I6dbf1e1ce127fedceccea92afe7c59c1d6a90db7 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -56,10 +56,6 @@ public:
|
|||||||
cxTranslationUnit(cxTranslationUnit)
|
cxTranslationUnit(cxTranslationUnit)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
HighlightingInformationsIterator(const HighlightingInformationsIterator &other)
|
|
||||||
: cxCursorIterator(other.cxCursorIterator)
|
|
||||||
{}
|
|
||||||
|
|
||||||
HighlightingInformationsIterator& operator++()
|
HighlightingInformationsIterator& operator++()
|
||||||
{
|
{
|
||||||
++cxCursorIterator;
|
++cxCursorIterator;
|
||||||
|
Reference in New Issue
Block a user