summaryrefslogtreecommitdiffstats
path: root/test/CodeCompletion
Commit message (Expand)AuthorAgeFilesLines
* [CodeComplete] Add a trailing semicolons to some pattern completionsIlya Biryukov2019-05-063-19/+58
* Support framework import/include auto-completionDavid Goldman2019-02-271-0/+29
* [NFC] Explicitly add -std=c++14 option to tests that rely on the C++14 defaultNemanja Ivanovic2019-02-052-2/+2
* [CodeComplete] [clangd] Fix crash on ValueDecl with a null typeIlya Biryukov2019-01-241-0/+8
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-1/+1
* [CodeComplete] Properly determine qualifiers of 'this' in a lambdaIlya Biryukov2018-12-191-0/+21
* [CodeComplete] Set preferred type to bool on conditionsIlya Biryukov2018-12-131-0/+15
* Pass PartialOverloading argument to the correct corresponding parameterEric Fiselier2018-12-111-0/+16
* [CodeComplete] Fix assertion failureIlya Biryukov2018-12-071-0/+15
* [CodeComplete] Fix a crash in access checks of inner classesIlya Biryukov2018-12-051-0/+49
* [CodeComplete] Cleanup access checking in code completionIlya Biryukov2018-12-032-0/+96
* [CodeComplete] Penalize inherited ObjC properties for auto-completionSam McCall2018-11-201-2/+2
* [CodeComplete] Do not complete self-initializationsIlya Biryukov2018-11-073-2/+3
* [clang] Improve ctor initializer completions.Kadir Cetinkaya2018-11-011-30/+45
* [CodeComplete] Expose InBaseClass signal in code completion results.Eric Liu2018-10-242-36/+36
* [CodeComplete] Fix crash when completing params function declarations.Sam McCall2018-10-101-0/+5
* [clang] Implement Override Suggestions in Sema.Kadir Cetinkaya2018-10-021-0/+33
* [CodeComplete] #include completion treats -I as non-system (require header-li...Sam McCall2018-10-011-4/+10
* [CodeComplete] Generate completion fix-its for C code as wellIvan Donchevskii2018-09-211-0/+19
* [CodeComplete] Add completions for filenames in #include directives.Sam McCall2018-09-181-0/+29
* [CodeCompletion] Enable signature help when initializing class/struct/union m...Kadir Cetinkaya2018-09-111-0/+24
* [clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya2018-09-101-0/+27
* [CodeComplete] Clearly distinguish signature help and code completion.Ilya Biryukov2018-09-071-1/+1
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-301-0/+33
* [CodeComplete] Add a few extra tests for r333538. NFCIlya Biryukov2018-06-011-1/+19
* [Sema] Don't skip function bodies with 'auto' without trailing return typeIlya Biryukov2018-05-302-0/+70
* Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-05-251-0/+44
* [CodeComplete] Provide completion in decls even for incomplete typesIlya Biryukov2018-05-141-0/+13
* [CodeComplete] Fix completion in the middle of ident in ctor lists.Ilya Biryukov2018-04-252-0/+11
* [CodeComplete] Fix completion at the end of keywordsIlya Biryukov2018-04-249-16/+52
* [SemaOverload] Fixed crash on code completionIlya Biryukov2018-03-091-0/+8
* [CodeComplete] Omit templated constructors from member list too.Sam McCall2018-01-221-12/+14
* [CodeComplete] Fix completion in the middle of idents in macro callsIlya Biryukov2018-01-221-0/+13
* [Lex] Fix crash on code completion in comment in included file.Volodymyr Sapsai2018-01-192-0/+17
* [Sema] Ignore decls in namespaces when global decls are not wanted.Eric Liu2017-12-131-0/+21
* Workaround reverse-iteration buildbot breakages. Filed PR35244.Ilya Biryukov2017-11-081-2/+3
* Avoid printing some redundant name qualifiers in completionIlya Biryukov2017-11-083-3/+33
* Fixed a crash in code completion.Ilya Biryukov2017-09-081-0/+4
* Fixed failing assert in code completion.Ilya Biryukov2017-07-211-0/+13
* Add default values for function parameter chunksErik Verbruggen2017-07-191-1/+1
* [Completion] Code complete the members for a dependent type after a '::'Alex Lorenz2017-06-151-0/+18
* [CodeCompletion] Provide member completions for dependent expressions whoseAlex Lorenz2017-05-111-0/+80
* [libclang] Fix crash in member access code completion with implicit baseErik Verbruggen2017-03-281-0/+14
* [Preprocessor] Fix incorrect token caching that occurs when lexing _PragmaAlex Lorenz2017-02-241-0/+18
* [CodeCompletion] Code complete the '__auto_type' keywordAlex Lorenz2017-02-131-0/+5
* [CodeCompletion] Code complete the missing C++11 keywordsAlex Lorenz2017-02-132-0/+88
* [code-completion] Fix crash when trying to do postfix completion of instance ...Argyrios Kyrtzidis2017-01-151-1/+13
* Fix heuristics skipping invalid ctor-initializers with C++11Olivier Goffart2016-11-031-5/+26
* [CodeCompletion] Show protocol properties that are accessed through qualified idAlex Lorenz2016-10-121-0/+24
* Implement filtering for code completion of identifiers.Vassil Vassilev2016-07-271-2/+2