summaryrefslogtreecommitdiffstats
path: root/test/CodeCompletion
Commit message (Expand)AuthorAgeFilesLines
* [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
* [CodeCompletion] Allow system headers providing private symbols with a single...Argyrios Kyrtzidis2016-07-012-2/+5
* Fix a few issues while skipping function bodiesOlivier Goffart2016-06-161-0/+41
* Fix CodeCompletion & TypoCorrection when combining a PCH with ModulesBen Langmuir2016-05-044-0/+44
* Fix ObjCMethodDecl::findPropertyDecl for class properties.Jordan Rose2016-03-111-0/+25
* [Parse] Code complete expressions in bracket declarators.Benjamin Kramer2016-02-181-0/+9
* [Tests] Modified Lit Tests to be C++11 compatibileCharles Li2015-08-272-5/+257
* Fix code completion tests to use an explicit modules cache pathReid Kleckner2015-07-202-2/+2
* [Preprocessor] Iterating over all macros should include those from modules.Jordan Rose2015-06-242-0/+21
* When completing Objective-C instance method invocations, perform a contextual...Anders Carlsson2014-02-281-0/+46
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-1219-26/+26
* PR14381: Never skip constexpr function bodies when code-completing. We may needRichard Smith2012-11-191-0/+13
* [libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis2012-09-261-1/+1
* Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko2012-09-252-0/+19
* Make the spacing of the code completion result for NSDictionaryDouglas Gregor2012-08-171-1/+1
* Fix an assertion failure when code completing an auto variable's initialiser.Peter Collingbourne2012-07-271-0/+2
* Remove unnecessary spacing around Objective-C object literal codeDouglas Gregor2012-07-171-3/+3
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-021-0/+33
* [completion] Add completions for @"..." and @(...), and tidy up @[] and @{}.Jordan Rose2012-06-151-0/+17
* Add 'env' in hopes of making this test pass on Windows.Nick Lewycky2012-04-161-1/+1
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-162-0/+8
* Provide result types for code completions that describe built-inDouglas Gregor2011-10-182-20/+20
* Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis2011-09-041-7/+4
* Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728.Argyrios Kyrtzidis2011-04-231-0/+9
* Don't suggest dynamic_cast or typeid as code completion results whenDouglas Gregor2011-04-121-2/+56