aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/clangsupport
Commit message (Expand)AuthorAgeFilesLines
* Work around QLocalSocket::error deprecationhjk2020-02-192-2/+16
* CMake Build: Exclude Dependencies component from ALLCristian Adam2020-02-131-0/+3
* CMake Build: Use install component DependenciesCristian Adam2020-02-121-4/+7
* CMake Build: Fix clang binaries installation on LinuxCristian Adam2020-02-071-8/+21
* CMake Build: Proper handling of clang include / binary directoriesCristian Adam2020-02-071-2/+42
* ClangSupport: Fix memory leakChristian Kandeler2020-01-221-0/+1
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* ClangSupport: Clean up destructorsTobias Hunger2019-12-0510-28/+4
* ClangSupport: Delete move constructor/assignment operatorTobias Hunger2019-12-051-2/+2
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-121-3/+3
|\
| * Fix MSVC warningsOrgad Shaneh2019-09-111-3/+3
* | Fix CMake build by adding missing library dependenciesMilian Wolff2019-08-301-0/+1
* | ClangSupport: Fix missing overridesEike Ziller2019-08-282-2/+2
* | Clang: Fix iterator mismatchMarco Bubke2019-08-271-1/+1
* | ClangRefactoring: Improve follow symbol and usageMarco Bubke2019-08-272-6/+7
* | Clang: Reduce database accessesMarco Bubke2019-08-2710-35/+89
* | CLang: Add ProjectPartNameIdMarco Bubke2019-08-272-0/+56
* | Clang: Make ProjectPartId StringCache friendlyMarco Bubke2019-08-271-0/+18
* | CLang: Improve locking in StringCacheMarco Bubke2019-08-271-11/+36
* | Clang: Move StringCacheEntry in extra fileMarco Bubke2019-08-273-16/+53
* | Clang: Bulk add project file paths to databaseMarco Bubke2019-08-275-6/+33
* | Clang: Improve file path cacheMarco Bubke2019-08-273-14/+104
* | Clang: Use no mutex in copyable file path cacheMarco Bubke2019-08-273-15/+45
* | Clang: Optimize file path cacheMarco Bubke2019-08-278-138/+190
* | Clang: Sort file path idsMarco Bubke2019-08-271-0/+2
* | ClangPchManager: Watch unchanged PCHsMarco Bubke2019-08-273-3/+31
* | Clang: Add fetchTimeStamps to PrecompiledHeaderStorageMarco Bubke2019-08-271-0/+13
* | Clang: Improve updating of PCHsMarco Bubke2019-08-272-20/+17
* | Clang: Remove reset from ModifiedTimeCheckerMarco Bubke2019-08-271-36/+2
* | Clang: Return zero as time stamp if file does not existsMarco Bubke2019-08-271-1/+4
* | Clang: Improve modified timer checkerMarco Bubke2019-08-272-5/+5
* | Clang: Return source ids in orderMarco Bubke2019-08-271-2/+4
* | Clang: Move transactions to storageMarco Bubke2019-08-271-4/+24
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-261-2/+4
|\|
| * Clang: Fix clang installation macrosNikolai Kosjar2019-08-231-2/+4
* | Utils::Environment: Consider target OS type when sortingChristian Kandeler2019-08-221-1/+1
* | Utils::Environment: Use expanded valuesChristian Kandeler2019-08-201-1/+1
* | Use pointer to member or member function with transformhjk2019-08-141-3/+1
* | Some clang-tidy -use-modernize-nullptrhjk2019-08-011-1/+1
* | Merge "Merge remote-tracking branch 'origin/4.10'"The Qt Project2019-07-261-1/+0
|\ \
| * | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-261-1/+0
| |\|
| | * CMake build: Add "Devel" packageCristian Adam2019-07-251-1/+0
* | | Standardize on int for line and column valueshjk2019-07-263-10/+10
|/ /
* / Let users disable environment entriesChristian Kandeler2019-07-221-2/+4
|/
* CMake: Fix buildOrgad Shaneh2019-07-081-2/+0
* Clang: Remove unused memberNikolai Kosjar2019-07-052-2/+0
* Clang: Remove old codeMarco Bubke2019-07-0415-306/+0
* Clang: Differentiate between user and non user includes for updatingMarco Bubke2019-07-045-51/+72
* clangsupport: Fix compiler warning about initialization re-orderingChristian Kandeler2019-07-021-2/+2
* CMake build: Fix building with CMakeCristian Adam2019-07-011-1/+6