-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
Qt Creator 4.2.0-beta1
-
None
- Set some formatting for "Output Argument" in Menu: Tools > Options > Text Editor > Tab:Fonts&Colors, e.g. bold text
- Open a file with the following content, the constructs denoted with "OPS" are not properly highlighted:
struct Bar { Bar(); Bar(Bar&other); }; void testConstructors() { Bar bar; Bar bar2(bar); // OPS Bar bar3{bar}; // OPS } struct TestMemberInitialization { TestMemberInitialization(int &foo) : m_foo(foo) // OPS {} int m_foo; };
For Gerrit Dashboard: QTCREATORBUG-17101 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
173643,2 | Clang: Add disabled test case for HighlightingMarks | 4.2 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
173644,3 | Clang: Fix highlighting of instance with member for writable arguments | 4.2 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
173645,3 | Clang: Partial fix for highlighting off output arguments | 4.2 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |