aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/documentclangtoolrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* DocumentClangToolRunner: Fix isEmpty() conditionJarek Kobus2024-02-161-3/+3
* Merge remote-tracking branch 'origin/12.0' into 13.0Eike Ziller2024-02-051-1/+4
|\
| * ClangTools: Fix leaking text marksDavid Schulz2024-01-301-1/+4
* | ClangTools: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-2/+1
* | ClangTool: Use LoopRepeat for running clangJarek Kobus2024-01-161-2/+2
* | ClangTool: Separate unit from AnalyzeInputDataJarek Kobus2024-01-161-2/+1
* | ClangTool: Pass AnalyzeUnit to clang setup handlerJarek Kobus2024-01-151-1/+1
* | DocumentClangToolRunner: Reuse TaskTreeRunnerJarek Kobus2024-01-151-6/+3
* | TaskTree: Rename workflow policiesJarek Kobus2023-11-071-1/+1
* | TaskTree: Unify done / errorOccurred signalsJarek Kobus2023-11-071-1/+0
|/
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-1/+1
* ClangTools: optimize generating diagnostic text marksDavid Schulz2023-06-201-1/+1
* ClangTools: Utilize TaskTree to parse diagnostics from fileDavid Schulz2023-06-191-7/+11
* TextEditor: optimize setting refactor markersDavid Schulz2023-06-131-4/+2
* QScopeGuard: Make all usages of QScopeGuard consistentJarek Kobus2023-06-071-2/+2
* TaskTree: Rename TaskItem into GroupItemJarek Kobus2023-06-061-1/+1
* TaskTree: Rename optional into finishAllAndDoneJarek Kobus2023-05-301-1/+1
* Solutions: Long live Solutions!Jarek Kobus2023-05-171-1/+2
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-1/+1
* ClangTools: Check if executable is validMarcus Tillmanns2023-04-241-1/+3
* ClangTools: Prefer .clang-tidy file by defaultChristian Kandeler2023-04-131-3/+5
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+3
* Clangtools: More FilePathhjk2023-02-091-1/+1
* Utils: Replace Environment.isValid() with .hasChanges()hjk2023-01-271-1/+1
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-1/+1
* DiagnosticMark: Replace source field with ClangToolTypeJarek Kobus2023-01-121-4/+4
* ClangTools: Reuse TaskTreeJarek Kobus2023-01-121-100/+67
* ClangToolsUtils: Add isVFSOverlaySupported()Jarek Kobus2023-01-121-19/+14
* ClangToolRunner: Add done(const AnalyzeOutputData &) signalJarek Kobus2023-01-121-20/+17
* ClangToolRunner: Ensure the clang tool is executable fileJarek Kobus2023-01-121-1/+1
* Make AnalyzeUnit a member of AnalyzeInputDataJarek Kobus2023-01-111-27/+23
* DocumentClangToolRunner: Remove unused getDiagnosticConfig()Jarek Kobus2023-01-111-14/+0
* CppEditor: Use FilePath for ProjectPath::m_sourceFileshjk2023-01-111-5/+4
* ClangToolRunner: Make overlayFilePath a member of AnalyzeInputDataJarek Kobus2023-01-111-2/+2
* ClangToolRunner: Flatten the class hierarchyJarek Kobus2023-01-111-7/+6
* ClangDiagnosticConfig: Introduce ClangToolType enumJarek Kobus2023-01-111-2/+2
* ExecutableInfo: Share getClangIncludeDirAndVersion's cacheJarek Kobus2023-01-101-12/+3
* ClangTools: Get rid of OutputFileFormat enumJarek Kobus2023-01-091-0/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ClangTools: Pass context object to lambda connectionsJarek Kobus2022-12-081-2/+2
* CppEditor: Proliferate FilePath usehjk2022-11-251-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* DocumentClangToolRunner: Remove no-op call to disconnectJarek Kobus2022-06-201-4/+1
* DocumentClangToolRunner: Delete later the old runner on runNext()Jarek Kobus2022-06-171-0/+2
* Utils: Replace Environment::size() check by some isValid() functionhjk2022-06-031-1/+1
* ProjectExplorer: Remove RunControl::buildType()hjk2022-05-301-1/+5
* ClangTools: Add header files to the list of files to be analyzedCristian Adam2021-10-041-2/+3
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-2/+2
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-2/+2