aboutsummaryrefslogtreecommitdiff
path: root/test/CodeCompletion
AgeCommit message (Expand)Author
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
2010-05-25Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor
2010-05-16when code completing inside a C-style block comment, don't emit errors aboutChris Lattner
2010-04-06When code completion produces an overload set as its results (e.g.,Douglas Gregor
2010-04-06Do not produce semicolons at the end of code-completion resultsDouglas Gregor
2010-04-06Only prove macros as code-completion results when we're in a caseDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-21Teach code-completion to deal with calls to functions without prototypes.Douglas Gregor
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor
2010-01-10Improve code completion by introducing patterns for the various C andDouglas Gregor
2010-01-04Teach Preprocessor::macro_begin/macro_end to lazily load all macroDouglas Gregor
2009-12-18Extend code-completion results with the type of each resultDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian
2009-12-11Add a function's cv-qualifiers to the code-completion results as anDouglas Gregor
2009-12-11Teach code completion to instantiate templates when it needs toDouglas Gregor
2009-12-11Member function templates can occur after . or ->Douglas Gregor
2009-12-11Tweak code-completion results by suppressing class templateDouglas Gregor
2009-12-11Class template (partial) specializations should not show up in code completio...Douglas Gregor
2009-11-19Improve code-completion results for the flags in an @propertyDouglas Gregor
2009-11-17Refactor code-completion support for message sends, collecting theDouglas Gregor
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-07Add basic code completion support for ObjC messages.Steve Naroff
2009-11-07Various improvements to Clang's code-completion infrastructure:Douglas Gregor
2009-10-30Include macros in code-completion resultsDouglas Gregor
2009-10-08- Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare...Steve Naroff
2009-10-08Add code completion support for ObjC property declarations/attributes.Steve Naroff