aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/documentclangtoolrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* ClangTools/CppTools: Code cosmeticshjk2021-08-181-45/+48
* ClangTools: Proliferate use of FilePathhjk2021-08-181-1/+1
* CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-3/+4
* Debugger: filepathify DiagnosticLocationDavid Schulz2021-06-091-5/+4
* ClangTools: Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-2/+2
* ClangTools: Avoid assert when no tool executable is configuredDavid Schulz2021-01-071-1/+1
* ClangTools: compare file names host os case sensitiveDavid Schulz2020-11-261-13/+8
* ClangTools: Fix crash in document tool runnerDavid Schulz2020-11-261-6/+13
* ClangTools: Do not show text marks for suppressed diagnosticsDavid Schulz2020-10-271-0/+20
* ClangTools: Add QuickFixes to the editorDavid Schulz2020-09-041-8/+71
* ClangTools: use VFSoverlay if the clang tool supports itDavid Schulz2020-09-041-2/+3