aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/clangtool.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangTools: Speed up loading diagnostics from fileChristian Kandeler6 days1-6/+12
* ClangTools: Don't retrieve and set a file's change set inside a loopChristian Kandeler7 days1-2/+4
* ClangTools: Get rid of ClangFixitsRefactoringFileChristian Kandeler7 days1-73/+37
* ClangTools: Take more care about performanceChristian Kandeler10 days1-19/+20
* Use more DocumentManager::allFilesFilterStringEike Ziller2025-05-141-4/+5
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Fix build by including QElapsedTimer correctlyZoltan Gera2025-04-111-0/+1
* Clang*: Some code cosmeticshjk2025-04-091-10/+10
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-04-091-1/+1
|\
| * ClangTools: Fix a disconnect warningJarek Kobus2025-04-031-1/+1
* | ProjectExplorer: Make run configurations per build configurationChristian Kandeler2025-03-061-9/+8
* | Debugger: Replace DiagnosticsLocation with Utils::Linkhjk2025-02-211-7/+11
* | 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