aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/clangtool.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Replace various direct calls to Target::project()Christian Kandeler2025-02-061-2/+2
* ClangTools: Create compilation databases per build configurationChristian Kandeler2025-01-281-5/+8
* ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-201-11/+8
* ClangTools: Support ClangTool re-runningJarek Kobus2025-01-151-14/+9
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-4/+2
* ProjectExplorer: Introduce a RunControl::start()hjk2024-12-201-1/+1
* ProjectExplorer: Move output pane raising to RunControlhjk2024-12-201-1/+1
* Debugger: Merge analyzerconstants.h into debuggerconstants.hhjk2024-12-201-1/+0
* Debugger: Merge analyzermanager.h into analyzerutils.hhjk2024-12-201-1/+3
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+1
* 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