summaryrefslogtreecommitdiff
path: root/test/CodeCompletion
AgeCommit message (Expand)Author
2018-01-24Merging r323008:Hans Wennborg
2017-12-13[Sema] Ignore decls in namespaces when global decls are not wanted.Eric Liu
2017-11-08Workaround reverse-iteration buildbot breakages. Filed PR35244.Ilya Biryukov
2017-11-08Avoid printing some redundant name qualifiers in completionIlya Biryukov
2017-09-08Fixed a crash in code completion.Ilya Biryukov
2017-07-21Fixed failing assert in code completion.Ilya Biryukov
2017-07-19Add default values for function parameter chunksErik Verbruggen
2017-06-15[Completion] Code complete the members for a dependent type after a '::'Alex Lorenz
2017-05-11[CodeCompletion] Provide member completions for dependent expressions whoseAlex Lorenz
2017-03-28[libclang] Fix crash in member access code completion with implicit baseErik Verbruggen
2017-02-24[Preprocessor] Fix incorrect token caching that occurs when lexing _PragmaAlex Lorenz
2017-02-13[CodeCompletion] Code complete the '__auto_type' keywordAlex Lorenz
2017-02-13[CodeCompletion] Code complete the missing C++11 keywordsAlex Lorenz
2017-01-15[code-completion] Fix crash when trying to do postfix completion of instance ...Argyrios Kyrtzidis
2016-11-03Fix heuristics skipping invalid ctor-initializers with C++11Olivier Goffart
2016-10-12[CodeCompletion] Show protocol properties that are accessed through qualified idAlex Lorenz
2016-07-27Implement filtering for code completion of identifiers.Vassil Vassilev
2016-07-01[CodeCompletion] Allow system headers providing private symbols with a single...Argyrios Kyrtzidis
2016-06-16Fix a few issues while skipping function bodiesOlivier Goffart
2016-05-04Fix CodeCompletion & TypoCorrection when combining a PCH with ModulesBen Langmuir
2016-03-11Fix ObjCMethodDecl::findPropertyDecl for class properties.Jordan Rose
2016-02-18[Parse] Code complete expressions in bracket declarators.Benjamin Kramer
2015-08-27[Tests] Modified Lit Tests to be C++11 compatibileCharles Li
2015-07-20Fix code completion tests to use an explicit modules cache pathReid Kleckner
2015-06-24[Preprocessor] Iterating over all macros should include those from modules.Jordan Rose
2014-02-28When completing Objective-C instance method invocations, perform a contextual...Anders Carlsson
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2012-11-19PR14381: Never skip constexpr function bodies when code-completing. We may needRichard Smith
2012-09-26[libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis
2012-09-25Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko
2012-08-17Make the spacing of the code completion result for NSDictionaryDouglas Gregor
2012-07-27Fix an assertion failure when code completing an auto variable's initialiser.Peter Collingbourne
2012-07-17Remove unnecessary spacing around Objective-C object literal codeDouglas Gregor
2012-07-02Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko
2012-06-15[completion] Add completions for @"..." and @(...), and tidy up @[] and @{}.Jordan Rose
2012-04-16Add 'env' in hopes of making this test pass on Windows.Nick Lewycky
2012-04-16Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky
2011-10-18Provide result types for code completions that describe built-inDouglas Gregor
2011-09-04Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis
2011-04-23Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728.Argyrios Kyrtzidis
2011-04-12Don't suggest dynamic_cast or typeid as code completion results whenDouglas Gregor
2010-12-09Don't crash when code-completing after "#include <". It would be farDouglas Gregor
2010-11-09Revert the fix for PR8013.Douglas Gregor
2010-11-09Handle overload resolution when calling an overloaded function setDouglas Gregor
2010-10-26Add support for code completion on stdin.Dan Gohman
2010-10-08Fix the mapping of vertical-space cursor kinds to produce a newline,Douglas Gregor
2010-08-31When provide code completions for a variadic Objective-C methodDouglas Gregor
2010-07-28When performing code completion for a case statement in a switch whoseDouglas Gregor
2010-07-14Only filter out names reserved for the implementation (e.g., __blah orDouglas Gregor
2010-05-28Make -code-completion-patterns only cover multi-line codeDouglas Gregor