summaryrefslogtreecommitdiff
path: root/unittests/Sema/CodeCompleteTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-301-4/+4
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [CodeComplete] Set preferred type for qualified-idIlya Biryukov2019-05-281-0/+26
* [Testing] Move clangd::Annotations to llvm testing supportIlya Biryukov2019-04-251-28/+6
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-3/+1
* [CodeComplete] Propagate preferred type for function arguments in more casesIlya Biryukov2019-02-261-0/+37
* [CodeComplete] Collect visited contexts when scope specifier is invalid.Eric Liu2019-02-211-3/+7
* [CodeComplete] Propagate preferred types through parser in more casesIlya Biryukov2019-01-311-0/+99
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeComplete] Fix test failure on different host and target configsIlya Biryukov2018-12-171-6/+21
* Attempt to fix code completion test to handle LLP64 platformsReid Kleckner2018-12-131-1/+3
* [CodeComplete] Adhere to LLVM naming style in CodeCompletionTest. NFCIlya Biryukov2018-12-131-30/+31
* Fix CodeCompleteTest.cpp for older gcc plus ccache buildsDavid Green2018-12-131-45/+45
* [CodeComplete] Fill preferred type on binary expressionsIlya Biryukov2018-12-131-30/+210
* [SemaCodeComplete] Make sure visited contexts are passed to completion result...Eric Liu2018-07-041-0/+11
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-1/+1
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-1/+1
* [Sema] Add visited contexts to CodeCompleteContextHaojian Wu2018-01-171-0/+134