summaryrefslogtreecommitdiff
path: root/src/tools/clangrefactoringbackend/source/symbolscollector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove ClangRefactoring and ClangPchManagerEike Ziller2021-06-151-161/+0
* Refactoring: Fix unit testsMarco Bubke2020-06-301-4/+0
* Clang: Fix build with Clang/LLVM 10Orgad Shaneh2020-02-201-0/+4
* Clang: Optimize file path cacheMarco Bubke2019-08-271-2/+2
* ClangRefactoring: Remove file status collectionMarco Bubke2019-08-271-7/+0
* ClangRefactoring: Clear input files after collecting symbolsMarco Bubke2019-06-261-1/+5
* ClangRefactoring: Improve indexingMarco Bubke2019-06-171-66/+37
* Clang: Remove DelayedTemplateParsing settingsMarco Bubke2019-06-051-1/+0
* Clang: Fix build with clang-8Ivan Donchevskii2019-04-171-2/+3
* ClangPchManager: Allow errors in pch-sIvan Donchevskii2019-02-181-0/+2
* ClangRefactoring: Move clang options to BeginInvocationMarco Bubke2019-02-141-4/+17
* ClangRefactoring: Don't update the database if something went wrongMarco Bubke2019-02-121-3/+5
* Clang: Reuse thread based pipeline for pch creationMarco Bubke2018-09-241-0/+4
* Clang: Improve generated files handlingMarco Bubke2018-09-061-2/+2
* Clang: Introduce parallel indexingMarco Bubke2018-09-031-4/+9
* ClangRefactoring: Add SymbolIndexerTaskSchedulerMarco Bubke2018-08-271-0/+10
* ClangRefactoring: Improve symbol parsingMarco Bubke2018-08-271-0/+1
* Clang: Don't index already indexed symbolsMarco Bubke2018-08-201-2/+2
* Clang: Use the clang indexer for indexingMarco Bubke2018-03-271-5/+66
* Clang: Rename FileInformation in FileStatusMarco Bubke2018-02-081-2/+2
* Clang: Collect source dependenciesMarco Bubke2018-02-011-0/+5
* Clang: Clear used macros and file information for symbol collectionMarco Bubke2018-02-011-1/+1
* Clang: Get file informations from symbols collectorMarco Bubke2018-02-011-0/+5
* Clang: Rename defineName in macroNameMarco Bubke2018-02-011-2/+2
* Clang: On the road to update and preprocessor supportMarco Bubke2018-01-291-7/+14
* Clang: Clear SymbolCollector before updating new project partsMarco Bubke2018-01-031-3/+11
* Clang: Collect source filesMarco Bubke2018-01-031-1/+8
* Clang: Add file cacheMarco Bubke2017-10-051-1/+1
* Clang: Add Symbol IndexingMarco Bubke2017-09-141-1/+6
* Clang: Add symbol indexerMarco Bubke2017-08-291-0/+5
* Clang: Add symbols collectorMarco Bubke2017-08-291-0/+53