aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/clangtool.cpp
Commit message (Expand)AuthorAgeFilesLines
* TaskTree: Introduce GroupItemsJarek Kobus2024-09-201-1/+1
* ClangTools: Replace FilePath::toStringAndrii Semkiv2024-09-121-1/+1
* ClangTools: Use compilation database when running clang-tidy and clazyChristian Kandeler2024-09-051-2/+15
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-0/+1
* ClangTools: Fix behavior of expand/collapse buttonChristian Kandeler2024-06-111-7/+30
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-2/+2
* ClangTools: Support inline suppression of diagnosticsChristian Kandeler2024-04-221-5/+3
* CppEditor: Introduce per-project code model settingsChristian Kandeler2024-03-151-3/+5
* ClangTools: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-1/+1
* ClangTool: Reindent properly runRecipe()Jarek Kobus2024-01-161-30/+30
* ClangTool: Use LoopRepeat for running clangJarek Kobus2024-01-161-11/+8
* ClangTool: Filter out the units list before constructing the recipeJarek Kobus2024-01-161-6/+6
* ClangTool: Separate unit from AnalyzeInputDataJarek Kobus2024-01-161-2/+2
* ClangTool: Pass AnalyzeUnit to clang setup handlerJarek Kobus2024-01-151-3/+3
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-1/+1
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* TaskTree: Get rid of Storage subclass of GroupItemJarek Kobus2023-11-201-1/+1
* TaskTree: Unify TaskInterface::done(DoneResult) signalJarek Kobus2023-11-171-4/+6
* ClangTools: Use "Diagnostics" as view titleEike Ziller2023-11-081-1/+1
* TaskTree: Get rid of unneeded done handlers' argumentsJarek Kobus2023-11-071-2/+2
* TaskTree: Introduce CallDoneIf enumJarek Kobus2023-11-071-2/+5
* BuildManager: Don't stop the run control being startedJarek Kobus2023-10-201-7/+12
* Utils, all: Standardize on QtcSettingshjk2023-09-271-1/+1
* ClangTools: Always print stderr outputChristian Kandeler2023-09-041-0/+3
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* TaskTree: Get rid of registration macrosJarek Kobus2023-08-171-11/+7
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* ClangTool: Fix MSVC warningOrgad Shaneh2023-07-311-1/+1
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-4/+4
* ClangTool: Some cleanupJarek Kobus2023-07-061-46/+34
* ClangTool: Transform ClangToolRunWorker into runRecipeJarek Kobus2023-07-061-52/+238
* RunControl: Add postMessage()Jarek Kobus2023-07-061-2/+2
* ClangTools: filepathify replacementsDavid Schulz2023-07-031-5/+5
* ClangTools: Do not require a valid clazy executable to run clang-tidyChristian Kandeler2023-06-231-21/+13
* ClangTools: make parsing diagnostics cancelableDavid Schulz2023-06-201-20/+6
* Utils: Rework CheckableMessageBoxhjk2023-05-221-2/+1
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-6/+6
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-181-2/+2
|\
| * ClangTools: Give the tool main windows unique object namesChristian Kandeler2023-04-171-2/+2
* | ClangTools: Prefer .clang-tidy file by defaultChristian Kandeler2023-04-131-2/+2
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-4/+4
|/
* Clangtools: More FilePathhjk2023-02-091-4/+3
* ClangTools: Tr::trAlessandro Portale2023-01-201-44/+45
* CppEditor: Use FilePath for ProjectPath::m_sourceFileshjk2023-01-111-4/+2
* ClangToolsUtils: Reuse ClangToolType enumJarek Kobus2023-01-111-2/+4
* ClangDiagnosticConfig: Introduce ClangToolType enumJarek Kobus2023-01-111-2/+2
* ClangTools: Get rid of OutputFileFormat enumJarek Kobus2023-01-091-12/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ClangTools: Run clang-tidy and clazy separatelyChristian Kandeler2022-12-151-18/+20