summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Interpreter/TestCompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-231-3/+3
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-49/+26
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-061-11/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Migrate CommandCompletionsJonas Devlieghere2018-12-041-4/+11
* Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere2018-11-091-12/+4
* [FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere2018-11-091-4/+12
* Change TestCompletion to only ever look inside of BaseDirFrederic Riss2018-09-041-7/+3
* File completion bugfixFrederic Riss2018-08-311-0/+5
* Fixed windows bots that were failing because of PATH_MAXRaphael Isemann2018-08-241-0/+2
* Add more pre-run asserts for the DirCompletionAbsolute testRaphael Isemann2018-08-231-0/+3
* Stability improvements for CompletionTestRaphael Isemann2018-08-141-41/+35
* Modernize completion testsPavel Labath2018-06-291-53/+32
* Fix path completion test case added in rL335905 on WindowsRaphael Isemann2018-06-281-4/+2
* Added test case for: r334978 - Fixed file completion for paths that start wi...Raphael Isemann2018-06-281-5/+21
* cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist2017-10-031-1/+1
* [unittests] Add a helper function for getting an input filePavel Labath2017-06-291-2/+1
* Fix crash when completing in the current directory.Zachary Turner2017-04-151-20/+37
* Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner2017-03-221-69/+2
* Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath2017-03-221-2/+69
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-221-69/+2
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Fix unit test compilation failure.Zachary Turner2017-03-191-2/+4
* Fix flakyness in TestCompletionPavel Labath2017-03-141-2/+2
* Fix Linux build for the FileSpec changesPavel Labath2017-03-131-30/+39
* Resubmit "Make file / directory completion work properly on Windows."Zachary Turner2017-03-131-0/+346
* Revert "Make file / directory completion work properly on Windows."Zachary Turner2017-03-121-346/+0
* Make file / directory completion work properly on Windows.Zachary Turner2017-03-121-0/+346
OpenPOWER on IntegriCloud