summaryrefslogtreecommitdiff
path: root/src/plugins/clangcodemodel
Commit message (Expand)AuthorAgeFilesLines
* Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-091-7/+7
* Work around crash when dragging text from tool tipEike Ziller2018-11-091-1/+9
* Clang: Fix unresolved #includes for ui_*.h headersNikolai Kosjar2018-10-317-15/+30
* Clang: Do not insert "::" after namespace completionNikolai Kosjar2018-10-301-2/+10
* Clang: Adapt plugin test testCompleteWithDotToArrowCorrectionNikolai Kosjar2018-10-251-1/+1
* Clang: Fix adding completion snippets after {Nikolai Kosjar2018-10-253-1/+6
* Clang: Adapt priorities for the same method/constructor overloadsIvan Donchevskii2018-10-251-2/+1
* Clang: Fix the completion fix-it wordingIvan Donchevskii2018-10-241-1/+1
* Clang: Use multi-arg version of arg()Robert Loehning2018-10-241-2/+1
* Clang: Fix naming conventions for *ModelManagerSupport* classesNikolai Kosjar2018-10-237-72/+72
* Clang: Move text cursor utility methods into ClangCodeModelIvan Donchevskii2018-10-183-7/+57
* Fixes: Clang: Sort the initial list of includes for the code completionIvan Donchevskii2018-10-171-0/+6
* Clang: Fix abandoning the parentheses for functionIvan Donchevskii2018-10-171-1/+1
* Clang: Avoid starting backend jobs for inactive app and during VCS operationsNikolai Kosjar2018-10-164-4/+53
* Clang: Improve debug log messageNikolai Kosjar2018-10-151-4/+5
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-133-3/+3
* Clang: Remove explicit ClangHoverHandler::ClangHoverHandlerNikolai Kosjar2018-10-112-5/+0
* Don't remove __cplusplusMarco Bubke2018-10-101-0/+1
* CppTools/ProjectExplorer: Remove enum duplicationNikolai Kosjar2018-10-081-1/+1
* Clang: Fix the crash in function overload completionIvan Donchevskii2018-10-051-1/+1
* Clang: Fix C++ method code completionIvan Donchevskii2018-10-051-5/+13
* Clang: Move the majority of completion items sorting to ClangBackendIvan Donchevskii2018-10-022-77/+33
* Clang: Change the way completion fix-its are shownIvan Donchevskii2018-10-023-36/+70
* Clang: Remove project tracking on clangbackend sideNikolai Kosjar2018-09-2612-179/+31
* Merge remote-tracking branch 'origin/master' into 4.8Eike Ziller2018-09-261-5/+9
|\
| * Clang: Fix compile commands generation for large projectsOrgad Shaneh2018-09-251-5/+9
* | Clang: Remove unused functionNikolai Kosjar2018-09-241-1/+0
|/
* Clang/CppTools: Replace Q_DECL_NOEXCEPT with noexceptOrgad Shaneh2018-09-202-2/+2
* Clang: Add compiler name to each compilation database entryIvan Donchevskii2018-09-191-1/+3
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-09-191-2/+2
|\
| * Clang: Fix possible out of bounds access in ClangFollowSymbolIvan Donchevskii2018-09-181-2/+2
* | Clang: Skip built-in includes when exporting the compilation databaseIvan Donchevskii2018-09-171-1/+4
* | ProjectExplorer: Remove HeaderPath::isFrameworkPathTobias Hunger2018-09-131-1/+1
* | ProjectExplorer: Rename IncludePathType to HeaderPathTypeTobias Hunger2018-09-132-2/+2
* | Highlighting: Add highlighting style for punctuationIvan Donchevskii2018-09-132-1/+4
* | Clang: Enable follow symbol for 'auto' keywordIvan Donchevskii2018-09-121-1/+3
* | Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-104-16/+14
* | Clang: Fix completion after '{'Ivan Donchevskii2018-08-301-3/+28
* | Clang: Do not replace class completion with constructor completionIvan Donchevskii2018-08-296-5/+39
* | Clang: Fix include paths orderIvan Donchevskii2018-08-271-56/+4
* | Clang: Treat brace initialization as constructor completionIvan Donchevskii2018-08-216-16/+32
* | Fix references to the clang code model documentation fileChristian Kandeler2018-08-203-3/+3
* | Clang: Fix menu button text capitalizationIvan Donchevskii2018-08-201-2/+2
* | Add optional system include to compiler option builderMarco Bubke2018-08-141-3/+3
* | Clang: Fix possible nullptr accessChristian Stenger2018-08-141-1/+1
* | Clang: Add button to generate compile_commands.jsonIvan Donchevskii2018-08-136-7/+170
* | Fix qbs build when no llvm is presentChristian Kandeler2018-08-101-11/+2
* | Clang: Use the same format for the current document filter and the symbol out...Ivan Donchevskii2018-08-081-11/+4
* | Clang: Provide include directory only for libclangIvan Donchevskii2018-08-081-1/+26
* | Utils: move code model icons to utilsDavid Schulz2018-08-066-46/+46