| Commit message (Expand) | Author | Age | Files | Lines |
| * | ClangCodeModel: Make "live update" of dependent sources opt-in | Christian Kandeler | 2024-04-15 | 1 | -1/+8 |
| * | ClangCodeModel: Take changes from header files into account immediately | Christian Kandeler | 2023-08-22 | 1 | -0/+11 |
| * | ClangCodeModel: Remove dead code | Christian Kandeler | 2023-07-07 | 1 | -20/+0 |
| * | Remove unneeded includes of utils/runextensions.h | Jarek Kobus | 2023-01-27 | 1 | -1/+0 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | CppEditor: Convert parts of ModelManagerInterface to FilePath | hjk | 2022-11-29 | 1 | -1/+1 |
| * | CPlusPlus: Proliferate FilePath use | hjk | 2022-11-22 | 1 | -2/+2 |
| * | Remove unused includes of Q[H/V]BoxLayout | Jarek Kobus | 2022-11-18 | 1 | -1/+0 |
| * | ClangCodeModel: Support setting additional preprocessor directives | Christian Kandeler | 2022-09-13 | 1 | -3/+6 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | ClangCodeModel: Make some ClangModelManagerSupport methods static | Christian Kandeler | 2022-08-02 | 1 | -2/+2 |
| * | Move clang diagnostics config settings to clangd settings page | Christian Kandeler | 2022-05-23 | 1 | -1/+0 |
| * | ClangCodeModel: Remove ClangFixItOperationsExtractor | Christian Kandeler | 2022-05-06 | 1 | -1/+0 |
| * | ClangCodeModel: Remove ClangEditorDocumentParser | Christian Kandeler | 2022-05-02 | 1 | -65/+7 |
| * | ClangCodeModel: Stop communicating with clangbackend | Christian Kandeler | 2022-05-02 | 1 | -146/+2 |
| * | ClangCodeModel: Remove libclang-based completion and function hints | Christian Kandeler | 2022-05-02 | 1 | -1/+1 |
| * | ClangCodeModel: Remove libclang-based references support | Christian Kandeler | 2022-05-02 | 1 | -55/+1 |
| * | ClangCodeModel: Remove some dead code | Christian Kandeler | 2022-05-02 | 1 | -17/+0 |
| * | ClangCodeModel: Remove libclang-based diagnostics and highlighting | Christian Kandeler | 2022-05-02 | 1 | -172/+7 |
| * | ClangCodeModel: Support parse contexts with clangd | Christian Kandeler | 2022-02-10 | 1 | -0/+6 |
| * | Refactor HighlightingResultReporter | Jarek Kobus | 2021-10-21 | 1 | -4/+3 |
| * | ClangCodeModel: Provide source of diagnostics in tooltip | Christian Kandeler | 2021-10-14 | 1 | -1/+2 |
| * | CppEditor: Remove CppToolsBridge & friends | Christian Kandeler | 2021-09-06 | 1 | -4/+2 |
| * | Merge CppTools into CppEditor | Christian Kandeler | 2021-09-01 | 1 | -36/+36 |
| * | CppTools: Use only const pointers for ProjectInfo and ProjectPart | Christian Kandeler | 2021-08-27 | 1 | -4/+4 |
| * | CppTools: Turn some classes into pure value types | Christian Kandeler | 2021-08-13 | 1 | -3/+7 |
| * | ClangCodeModel: Clear existing libclang diagnostics | Christian Kandeler | 2021-07-09 | 1 | -0/+8 |
| * | ClangCodeModel: Provide highlighting via clangd | Christian Kandeler | 2021-07-05 | 1 | -0/+4 |
| * | ClangCodeModel: Provide diagnostics via clangd | Christian Kandeler | 2021-06-28 | 1 | -1/+4 |
| * | Fix a possible crash in ClangEditorDocumentProcessor | Jarek Kobus | 2021-05-05 | 1 | -3/+3 |
| * | ClangCodeModel: Add experimental clangd support | Christian Kandeler | 2021-04-22 | 1 | -133/+3 |
| * | TextEditor: request assist after trigger char inserted | David Schulz | 2020-10-05 | 1 | -1/+6 |
| * | Fix build of Clang code model and CppEditor with Qt 6 | Eike Ziller | 2020-09-21 | 1 | -1/+1 |
| * | TextEditor: use Utils::FilePath as file member in AssistInterface | David Schulz | 2020-09-04 | 1 | -1/+1 |
| * | ClangCodeModel: Fix race condition | Christian Kandeler | 2020-07-16 | 1 | -1/+6 |
| * | ClangCodeModel: Replace nested ClangCodeModel::Utils namespace | hjk | 2020-07-06 | 1 | -4/+4 |
| * | Core/Utils: Migrate further to Utils::Id | hjk | 2020-07-06 | 1 | -4/+4 |
| * | Clang: Fix c++98-compat warnings for MSVC toolchain | Nikolai Kosjar | 2019-12-19 | 1 | -1/+6 |
| * | Clang/ClangTools: Separate custom diagnostic configs | Nikolai Kosjar | 2019-10-01 | 1 | -39/+2 |
| * | Remove usages of deprecated APIs of QLayout | Sona Kurazyan | 2019-09-02 | 1 | -1/+0 |
| * | Clang: Fix build with clang-8 | Ivan Donchevskii | 2019-04-17 | 1 | -5/+5 |
| * | ClangCodeModel: Modernize | Nikolai Kosjar | 2019-02-11 | 1 | -6/+6 |
| * | Clang: Allow to forward warnings flags from build system | Nikolai Kosjar | 2019-02-05 | 1 | -4/+12 |
| * | Clang: Make diagnostic tooltips consistent | Nikolai Kosjar | 2019-02-05 | 1 | -22/+6 |
| * | Clang: Add API to convert diagnostics to plain text | Nikolai Kosjar | 2019-01-28 | 1 | -3/+4 |
| * | CppTools: modernize | Alessandro Portale | 2019-01-21 | 1 | -1/+1 |
| * | Clang: Support MSVC style of compiler flags | Ivan Donchevskii | 2019-01-16 | 1 | -27/+23 |
| * | Utils: Move C++ language details from ProjectExplorer to Utils | Marco Bubke | 2019-01-15 | 1 | -1/+1 |
| * | Clang: Minor cleanups in CompilerOptionsBuilder | Nikolai Kosjar | 2019-01-11 | 1 | -1/+1 |
| * | Clang: Clean up CompilerOptionsBuilder | Nikolai Kosjar | 2018-12-03 | 1 | -2/+2 |