<table><tr><td style="">gracicot edited the summary of this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-il7rwjd7iibrk2k/" rel="noreferrer">(Show Details)</a>
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D7979" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>CHANGES TO REVISION SUMMARY</strong><div><div style="white-space: pre-wrap; color: #74777D;"><div style="padding: 8px 0;">...</div>Now kdevelop seems fine parsing it's own code, but my codebase highlighting was still screwed up. Removing warnings as error in the parser fixed the problem.<span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);"><br />
<br />
Since  warnings as error can be enabled with `-Werror` for all of them, and individually with `-Werror=`, I thought disabling both. So a list of argument like that:<br />
```<br />
 $ clang++ -Wall -Werror -Werror=unreachable-code<br />
```<br />
Becomes:<br />
```<br />
 $ clang++ -Wall -Wunreachable-code<br />
```<br />
Now the parser is no longer reporting warnings as error, but still reporting unreachable code. </span></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D7979" rel="noreferrer">https://phabricator.kde.org/D7979</a></div></div><br /><div><strong>To: </strong>gracicot, KDevelop, kfunk, mwolff, brauch<br /><strong>Cc: </strong>mwolff, brauch, kdevelop-devel, geetamc, Pilzschaf, akshaydeo, surgenight, arrowdodger<br /></div>