summaryrefslogtreecommitdiff
path: root/src/libs/clangbackendipc/fixitcontainer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clang: Rename library clangbackendipc to clangsupportMarco Bubke2017-08-291-55/+0
| | | | | | | | 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>
* Clang: Cleanup IPC codeMarco Bubke2017-06-141-4/+7
| | | | | | Change-Id: I29571801b4093337e2c7cc1eec51cfcd07b3bdc5 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Clang: Inline FixItContainerMarco Bubke2016-07-191-39/+0
| | | | | Change-Id: I00067803e5cbf5b0183dcefe11deaf9b78a45964 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Clang: Use MessageEnvelop instead of QVariantMarco Bubke2016-02-081-5/+0
| | | | | | | | | | QVariant has unwanted dependencies so we provided our own simpler solution. We want to support move only types and calling the copy constructor as you move the value in and outside. This copying is adding unwanted overhead too. Change-Id: I2e27a7924868efe81e8b8ff3415499c9fa22c2bc Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
| | | | | | | * Update remaining files in src Change-Id: I1896f17fcf34f71c3310c87899fb5171b8e4afb1 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Clang: Fix compilation on OS X / clangEike Ziller2015-09-011-0/+2
| | | | | Change-Id: I7cc5738971b00dfcf012584d4b51f86914ec874b Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
* Clang: Add QDataStream includes to ipc container.David Schulz2015-09-011-0/+1
| | | | | Change-Id: I6f73a1daa3e8b934896ceb6fd0c1185e24d60236 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
* Clang: Add diagnosticsMarco Bubke2015-08-311-0/+98
Diagnostics are now moved to the clang backend process. Fixits are supported too. Change-Id: I20faacf466bbf78dec479220c3d7b336a47bc453 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>