summaryrefslogtreecommitdiff
path: root/test/CodeCompletion
Commit message (Expand)AuthorAgeFilesLines
* [CodeComplete] Ensure object is the same in compareOverloads()Ilya Biryukov2019-10-041-0/+13
* Re-land "[CodeComplete] Improve overload handling for C++ qualified and ref-q...Sam McCall2019-06-101-0/+63
* Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qu...Sam McCall2019-06-101-63/+0
* Revert "Revert "[CodeComplete] Improve overload handling for C++ qualified an...Sam McCall2019-06-101-0/+63
* Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qu...Vlad Tsyrklevich2019-06-071-63/+0
* [CodeComplete] Improve overload handling for C++ qualified and ref-qualified ...Sam McCall2019-06-071-0/+63
* [CodeComplete] Include more text into typed chunks of pattern completionsIlya Biryukov2019-06-042-2/+2
* [CodeComplete] Add a bit more whitespace to completed patternsIlya Biryukov2019-06-032-25/+25
* [CodeComplete] Add semicolon when completing patterns for 'static_assert' and...Ilya Biryukov2019-05-293-13/+13
* [CodeComplete] Consistently break after '{' in multi-line patternsIlya Biryukov2019-05-282-16/+44
* [CodeComplete] Complete 'return true/false' in boolean functionsIlya Biryukov2019-05-271-2/+15
* [CodeComplete] Add whitespace around braces in lambda completionsIlya Biryukov2019-05-241-5/+5
* [CodeComplete] Filter override completions by function nameIlya Biryukov2019-05-241-6/+6
* [CodeComplete] Only show lambda completions if patterns are requestedIlya Biryukov2019-05-231-0/+9
* [CodeComplete] Complete a lambda when preferred type is a functionIlya Biryukov2019-05-231-0/+53
* [CodeComplete] Complete enumerators when preferred type is an enumIlya Biryukov2019-05-161-0/+24
* [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