aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools
Commit message (Expand)AuthorAgeFilesLines
* ClangTools: compare file names host os case sensitiveDavid Schulz2020-11-261-13/+8
* ClangTools: Fix crash in document tool runnerDavid Schulz2020-11-262-7/+14
* ClangTools: prevent creating duplicated diagnostic marksDavid Schulz2020-11-245-10/+16
* ClangTools: remove already existing temporary filesDavid Schulz2020-11-231-0/+2
* Fix build with newest Qt 6Eike Ziller2020-11-201-1/+1
* Remove unused variablesJarek Kobus2020-11-201-1/+0
* Use QHash instead of QMap when key is a pointer typeJarek Kobus2020-11-172-2/+3
* Fix a crash when changing filter for clazy analyzerJarek Kobus2020-11-172-4/+10
* Fix implicit size_t -> int MSVC warningsOrgad Shaneh2020-11-111-1/+1
* Debugger: Provide keyboard shortcuts for "next" and "previous"Christian Kandeler2020-10-301-0/+1
* ClangTools: enable goto actions for a single diagnosticDavid Schulz2020-10-291-2/+2
* ClangTools: Make "go to next/previous diagnostic" open an editorChristian Kandeler2020-10-281-0/+2
* ClangTools: Do not include our wrapped Qt headersChristian Kandeler2020-10-281-1/+1
* ClangTools: show all checks in clazy settingsDavid Schulz2020-10-272-12/+5
* ClangTools: Do not show text marks for suppressed diagnosticsDavid Schulz2020-10-274-3/+32
* Remove invisible translated stringsRobert Loehning2020-10-191-3/+0
* ClangTools: Further increase the test timeoutChristian Kandeler2020-10-152-1/+10
* ClangTools: Allow multi-selection in diagnostics viewChristian Kandeler2020-10-015-16/+44
* Qt6: Various include, QPrinter, and QFlags adaptationsEike Ziller2020-09-281-0/+2
* ClangTools: Increase timeout for a unit testChristian Kandeler2020-09-231-1/+1
* ClangTools: Do not try to kill subprocesses syncronouslyhjk2020-09-112-24/+30
* ClangTools: Add QuickFixes to the editorDavid Schulz2020-09-0414-12/+284
* ClangTools: Remove useless member FixitsRefactoringFile::m_filePathDavid Schulz2020-09-043-11/+0
* ClangTools: use VFSoverlay if the clang tool supports itDavid Schulz2020-09-044-24/+33
* ClangTools: Fix soft assert when no clang tool can be detectedDavid Schulz2020-08-281-4/+8
* ClangTools: fix compileDavid Schulz2020-08-281-0/+2
* ClangTools: Add automatic clang tool runner for open documentsDavid Schulz2020-08-2824-79/+781
* ClangTools: Add diagnostic mark classDavid Schulz2020-08-2811-129/+258
* Utils: Simplify pathchooser validationChristian Stenger2020-08-271-15/+1
* clang: Fix include/resource dir confusionChristian Kandeler2020-08-244-13/+13
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-2/+2
* ClangTools: Fix icons in the DiagnosticsView context menuAlessandro Portale2020-07-091-3/+4
* ClangTools: Fix clazy output parsingChristian Kandeler2020-07-071-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-0610-17/+16
* Clang Tools: Fix UI text capitalizationLeena Miettinen2020-07-031-1/+1
* ClangTools: Fix qbs buildChristian Kandeler2020-06-191-0/+1
* ClangTools: Use resource dir from tool instead of hard-coded oneNikolai Kosjar2020-06-194-10/+72
* All: Use Utils::SkipEmptyPartshjk2020-06-171-2/+3
* Fix plugin unit tests when using projectsChristian Stenger2020-06-172-5/+17
* Fix clang warnings about copies in range-for constructsChristian Kandeler2020-06-151-1/+1
* Various places: performance-for-range-copyAlessandro Portale2020-06-152-2/+2
* clang-tidy: Consider context when encountering duplicate filesChristian Kandeler2020-06-121-1/+10
* CMake build: remove dependency of ClangTools on libclangEike Ziller2020-06-081-2/+2
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-06-031-1/+2
|\
| * CppTools/ClangTools: Fix saving diagnostic configs for code modelNikolai Kosjar2020-05-281-1/+2
* | Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-2/+2
* | ClangTools: Work around clazy-standalone behavior fluctuationChristian Kandeler2020-05-271-2/+7
* | clang-tidy: Override "WarningsAsErrors" from config fileChristian Kandeler2020-05-271-1/+1
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-261-1/+1
|\|
| * ClangTools: Fix referencing wrong counter for summary textNikolai Kosjar2020-05-221-1/+1