summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/clangasyncjob-base.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove clangbackendChristian Kandeler2022-05-041-64/+0
| | | | | Change-Id: I5f4f9a2fc5469c4eeb112a46626791ffb9a57a85 Reviewed-by: David Schulz <david.schulz@qt.io>
* Clang: Remove project tracking on clangbackend sideNikolai Kosjar2018-09-261-5/+1
| | | | | | | | | | | | ...as it is not needed. Just provide the compilation arguments as part of the Document. As a side effect, re-initializing the backend after a crash is cheaper and will not freeze the UI anymore (referenced bug). Task-number: QTCREATORBUG-21097 Change-Id: I866e25ef1fd5e4d318df16612a7564469e6baa11 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Clang: Simplify creation of JobRequestNikolai Kosjar2017-09-221-4/+1
| | | | | | | | | Do what can be done in the constructor instead of relying on the clients. Change-Id: I5f475b5309afb37e34d228e54ad3c12f1698d72b Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Clang: Rename library clangbackendipc to clangsupportMarco Bubke2017-08-291-1/+1
| | | | | | | | 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: Fix incomplete JobRequest in testsNikolai Kosjar2017-08-031-0/+1
| | | | | | Change-Id: Ibbe8f2722c81393d997efb33e6b29e01fde5eee7 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* Clang: Rename JobRequest::Requirements to ExpirationsReasonsNikolai Kosjar2017-06-141-1/+1
| | | | | | | ...to avoid ambiguity in regard to a new enum in a follow-up change. Change-Id: I4f732b5200ed674b6708510ac8de0a795afe52da Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* UnitTest: CleanupMarco Bubke2016-09-191-0/+70
Improve naming and introduce googletest.h. Change-Id: I445c13db4c23d6dd5682ce0db3b83055cc6b8a89 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>