aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Clang: Use built-in follow symbol for virtual methodsIvan Donchevskii2018-06-151-1/+1
* UnitTest: Fix buildOrgad Shaneh2018-06-121-0/+38
* Clang: Fix processing documents if multiple are opened at onceNikolai Kosjar2018-06-081-0/+15
* Clang: Clean up some IPC namesNikolai Kosjar2018-06-0420-431/+434
* Clang: Use follow symbol result from clang when global failsIvan Donchevskii2018-06-044-8/+20
* Clang: Create preamble on first parseNikolai Kosjar2018-05-246-237/+3
* Clang: Fix unit-test failures caused by Clang updateIvan Donchevskii2018-05-241-1/+1
* Unit tests: Fix undefined behavior in NativeFilePathView testsIvan Donchevskii2018-05-221-8/+16
* Clang: Require LLVM/Clang >= 6.0.0Nikolai Kosjar2018-05-172-3/+3
* Clang: Fix -Wswitch warning regarding OverloadedOperatorNikolai Kosjar2018-05-081-0/+1
* TextEditor: Highlight punctuators as TextHugo Holgersson2018-05-031-0/+35
* Clang: Support old-style SIGNAL/SLOT macroIvan Donchevskii2018-05-032-0/+40
* Clang: Add semantic C++ operator-token stylingHugo Holgersson2018-04-303-13/+336
* Clang: Use current TranslationUnit follow symbol based on clang code modelIvan Donchevskii2018-04-261-1/+12
* Clang: Simplify name and type in FullTokenInfo for functionsIvan Donchevskii2018-04-231-1/+0
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-131-1/+1
|\
| * fix llvm libdir handling wrt RPATH, more or less properlyOswald Buddenhagen2018-04-091-1/+1
* | UnitTests: fix spellingMarco Bubke2018-04-121-1/+1
* | Clang: Locator filter for the symbol databaseMarco Bubke2018-04-1219-252/+373
* | Clang: Store the symbol kind in the databaseMarco Bubke2018-04-125-10/+12
* | Clang: Distinguish between Enum and RecordsMarco Bubke2018-04-122-13/+14
* | Clang: Optimize clang overview modelIvan Donchevskii2018-04-121-0/+8
* | Clang: Support anonymous types in tokensIvan Donchevskii2018-04-122-0/+42
* | UnitTest: Fix signedness incompat. warningOrgad Shaneh2018-04-111-2/+2
* | Clang: Fix reset for write and execute in the sqlite statementMarco Bubke2018-04-092-1/+35
* | Clang: Cleanup transaction statements in the databaseMarco Bubke2018-04-094-33/+117
* | Clang: More tests for symbol indexingMarco Bubke2018-04-091-0/+13
* | Clang: Filter duplicate locationsMarco Bubke2018-04-091-5/+5
* | Clang: Fix buildOrgad Shaneh2018-04-099-132/+129
* | ClangSupport: Use simpler structures in some caseshjk2018-04-0618-383/+379
* | Sqlite: Use compiled statements for transactionsMarco Bubke2018-04-041-0/+35
* | Clang: Handle constraint exceptions in the file path storageMarco Bubke2018-04-041-2/+89
* | Clang: Handle all busy states in the file storageMarco Bubke2018-04-041-11/+40
* | Clang: Handle a busy database in the PCH pluginMarco Bubke2018-04-042-0/+123
* | Clang: Fix includes in the PCH creatorMarco Bubke2018-04-044-24/+87
* | Clang: Make more indices uniqueMarco Bubke2018-04-041-8/+8
* | Utils: Improve SmallStringMarco Bubke2018-04-041-13/+2
* | Clang: Honor directories for the file nameMarco Bubke2018-03-282-0/+23
* | Clang: Process SymbolKind and SymbolTags with the indexerMarco Bubke2018-03-277-6/+217
* | Clang: Use PCHs for indexingMarco Bubke2018-03-2227-115/+502
* | Clang: Add lastModified to the precompiled headerMarco Bubke2018-03-207-12/+12
* | Clang: Fix unit-tests build for MSVC 2015Ivan Donchevskii2018-02-233-6/+14
* | Clang: Add time stamp based filtering for project partsMarco Bubke2018-02-2215-10/+361
* | Clang: Add isInPrecompiledHeader to the file status tableMarco Bubke2018-02-226-12/+20
* | Clang: Prevent segmentation fault in WriteMessageBlockMarco Bubke2018-02-221-0/+58
* | Clang: Check if the include search path has changedMarco Bubke2018-02-2217-40/+121
* | Clang: Don't reparse if the macros haven't changedMarco Bubke2018-02-216-2/+91
* | Clang: Improve ProjectPartArtefactMarco Bubke2018-02-216-9/+37
* | Clang: Add cursor range to extra token informationIvan Donchevskii2018-02-212-11/+21
* | Clang: Add highlighting types for ObjectiveCIvan Donchevskii2018-02-201-0/+7