aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/clangrefactoringbackend
Commit message (Expand)AuthorAgeFilesLines
* Clang: Move 'disable_external_rpath' to clang_installation.priIvan Donchevskii2018-04-301-5/+0
* Clang: Fix qbs build for libtooling componentsNikolai Kosjar2018-04-171-34/+0
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-131-2/+2
|\
| * fix llvm libdir handling wrt RPATH, more or less properlyOswald Buddenhagen2018-04-091-2/+2
* | ClangRefactoring: Do not save macros with invalid fileIdIvan Donchevskii2018-04-121-0/+3
* | Clang: Locator filter for the symbol databaseMarco Bubke2018-04-125-35/+26
* | Clang: Store the symbol kind in the databaseMarco Bubke2018-04-125-56/+8
* | Clang: Distinguish between Enum and RecordsMarco Bubke2018-04-122-9/+13
* | Clang: Use DeclarationName for indexingMarco Bubke2018-04-091-1/+3
* | Clang: Filter duplicate locationsMarco Bubke2018-04-091-4/+4
* | Clang: Handle warning inside of the event loopMarco Bubke2018-04-091-3/+21
* | Clang: Fix buildOrgad Shaneh2018-04-094-17/+17
* | ClangSupport: Use simpler structures in some caseshjk2018-04-062-16/+16
* | Clang: Add busy timeout handler to databaseMarco Bubke2018-04-041-1/+5
* | Clang: Fix exception catchingMarco Bubke2018-04-041-27/+29
* | Clang: Fix build with QTC_NO_CLANG_LIBTOOLINGNikolai Kosjar2018-03-281-3/+3
* | Clang: Process SymbolKind and SymbolTags with the indexerMarco Bubke2018-03-275-49/+77
* | Clang: Improve access to caching structureMarco Bubke2018-03-271-8/+11
* | Clang: Use the clang indexer for indexingMarco Bubke2018-03-2711-190/+247
* | Clang: Remove old CPP codeMarco Bubke2018-03-263-42/+0
* | Clang: Improve interfacesMarco Bubke2018-03-267-6/+25
* | Clang: Use PCHs for indexingMarco Bubke2018-03-228-30/+76
* | ClangRefactoring: Fix compile for Qt < 5.8Christian Stenger2018-02-231-2/+2
* | Clang: Add time stamp based filtering for project partsMarco Bubke2018-02-229-5/+227
* | Clang: Add isInPrecompiledHeader to the file status tableMarco Bubke2018-02-224-11/+33
* | Clang: Fix formattingMarco Bubke2018-02-221-2/+2
* | Clang: Use C++ condition instead of preprocessorMarco Bubke2018-02-221-3/+2
* | Clang: Check if the include search path has changedMarco Bubke2018-02-227-21/+41
* | Clang: Don't reparse if the macros haven't changedMarco Bubke2018-02-216-17/+43
* | Clang: Improve ProjectPartArtefactMarco Bubke2018-02-215-43/+166
* | Clang: Introduce CompilerMacroMarco Bubke2018-02-155-18/+52
* | Clang: Update symbol database if file has changedMarco Bubke2018-02-147-1/+129
* | Sqlite: Transaction catch exception in destructorMarco Bubke2018-02-141-1/+1
* | Clang: Rename FileInformation in FileStatusMarco Bubke2018-02-0812-33/+33
* | Clang: Remove export filtersMarco Bubke2018-02-081-12/+0
* | ClangRefactoringBackend fix reorder warningNikita Baryshnikov2018-02-031-2/+2
* | Clang: Handle source dependencies in symbol indexerMarco Bubke2018-02-011-0/+2
* | Clang: Collect source dependenciesMarco Bubke2018-02-017-16/+52
* | Clang: Clear used macros and file information for symbol collectionMarco Bubke2018-02-012-2/+4
* | Clang: Add source dependency saving to the symbol storageMarco Bubke2018-02-015-1/+103
* | Clang: SymbolIndexer is saving the file information to the symbol storageMarco Bubke2018-02-011-0/+2
* | Clang: Add insert file information to symbol storageMarco Bubke2018-02-013-0/+16
* | Clang: Get file informations from symbols collectorMarco Bubke2018-02-018-2/+102
* | Clang: Add macro names the to project partMarco Bubke2018-02-014-7/+11
* | Clang: Rename defineName in macroNameMarco Bubke2018-02-0112-82/+82
* | Clang: Fix formattingMarco Bubke2018-02-011-1/+1
* | Clang: Add defineName to ProjectPartMarco Bubke2018-02-011-1/+1
* | Clang: Fix statement names for symbol storageMarco Bubke2018-02-012-11/+11
* | Clang: Store UsedDefines in the symbol databaseMarco Bubke2018-02-012-5/+41
* | Clang: Update or insert used defines in the storage by the symbol indexerMarco Bubke2018-02-013-0/+9