aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/clangsupport/referencesmessage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ClangSupport: Use simpler structures in some caseshjk2018-04-061-4/+4
| | | | | | | | | The patch is mostly mechanical, but contains also a few spurious changes from values references for some local variables, foreach -> ranged for etc that I coulnd't resist. Change-Id: I58f0bd972546895eb318607cbfbd7ac35caf3f23 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Clang: Move printing functions in clang support to unit testsMarco Bubke2017-12-131-14/+0
| | | | | | | | | | | The printing functions are only used by the unit tests and they use an external API. So we can easily move them to the printing functions in the unit test project. We have to move the TokenInfo print functions too because the depend on other print functions. The rest of the print functions will be moved in other patches. Change-Id: I87c452f8ca40687ec47de675ba6bee13efa5655b Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Clang: Rename library clangbackendipc to clangsupportMarco Bubke2017-08-291-0/+59
We already share same classes there which has nothing to do with IPC and I want to more for sharing. So we should use a name which fits better. Change-Id: Idfb12b6de714206117b92634ad719c6a0e290e78 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>