summaryrefslogtreecommitdiffstats
path: root/test/CodeCompletion
Commit message (Expand)AuthorAgeFilesLines
* [backported/clang-7][Sema] Don't skip function bodies with 'auto' without tra...Ilya Biryukov2018-05-312-0/+70
* [backported/clang-7] Optionally add code completion results for arrow instead...Ivan Donchevskii2018-05-291-0/+44
* Merging r323008:Hans Wennborg2018-01-242-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
* Don't crash when code-completing after "#include <". It would be farDouglas Gregor2010-12-091-0/+3
* Revert the fix for PR8013.Douglas Gregor2010-11-091-4/+2
* Handle overload resolution when calling an overloaded function setDouglas Gregor2010-11-091-2/+4
* Add support for code completion on stdin.Dan Gohman2010-10-261-0/+7
* Fix the mapping of vertical-space cursor kinds to produce a newline,Douglas Gregor2010-10-081-1/+1
* When provide code completions for a variadic Objective-C methodDouglas Gregor2010-08-311-1/+1
* When performing code completion for a case statement in a switch whoseDouglas Gregor2010-07-281-2/+19