aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeCompletion
AgeCommit message (Expand)AuthorFilesLines
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover19-26/+26
2012-11-19PR14381: Never skip constexpr function bodies when code-completing. We may needRichard Smith1-0/+13
2012-09-26[libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis1-1/+1
2012-09-25Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko2-0/+19
2012-08-17Make the spacing of the code completion result for NSDictionaryDouglas Gregor1-1/+1
2012-07-27Fix an assertion failure when code completing an auto variable's initialiser.Peter Collingbourne1-0/+2
2012-07-17Remove unnecessary spacing around Objective-C object literal codeDouglas Gregor1-3/+3
2012-07-02Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko1-0/+33
2012-06-15[completion] Add completions for @"..." and @(...), and tidy up @[] and @{}.Jordan Rose1-0/+17
2012-04-16Add 'env' in hopes of making this test pass on Windows.Nick Lewycky1-1/+1
2012-04-16Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2-0/+8
2011-10-18Provide result types for code completions that describe built-inDouglas Gregor2-20/+20
2011-09-04Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis1-7/+4
2011-04-23Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728.Argyrios Kyrtzidis1-0/+9
2011-04-12Don't suggest dynamic_cast or typeid as code completion results whenDouglas Gregor1-2/+56
2010-12-09Don't crash when code-completing after "#include <". It would be farDouglas Gregor1-0/+3
2010-11-09Revert the fix for PR8013.Douglas Gregor1-4/+2
2010-11-09Handle overload resolution when calling an overloaded function setDouglas Gregor1-2/+4
2010-10-26Add support for code completion on stdin.Dan Gohman1-0/+7
2010-10-08Fix the mapping of vertical-space cursor kinds to produce a newline,Douglas Gregor1-1/+1
2010-08-31When provide code completions for a variadic Objective-C methodDouglas Gregor1-1/+1
2010-07-28When performing code completion for a case statement in a switch whoseDouglas Gregor1-2/+19
2010-07-14Only filter out names reserved for the implementation (e.g., __blah orDouglas Gregor2-4/+10
2010-05-28Make -code-completion-patterns only cover multi-line codeDouglas Gregor2-30/+34
2010-05-25Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor3-6/+6
2010-05-16when code completing inside a C-style block comment, don't emit errors aboutChris Lattner1-0/+7
2010-04-06When code completion produces an overload set as its results (e.g.,Douglas Gregor1-0/+1
2010-04-06Do not produce semicolons at the end of code-completion resultsDouglas Gregor1-9/+9
2010-04-06Only prove macros as code-completion results when we're in a caseDouglas Gregor1-4/+0
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall3-14/+14
2010-01-21Teach code-completion to deal with calls to functions without prototypes.Douglas Gregor1-0/+15
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor17-248/+251
2010-01-10Improve code completion by introducing patterns for the various C andDouglas Gregor1-0/+170
2010-01-04Teach Preprocessor::macro_begin/macro_end to lazily load all macroDouglas Gregor2-7/+12
2009-12-18Extend code-completion results with the type of each resultDouglas Gregor3-20/+20
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar21-27/+27
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian1-2/+2
2009-12-11Add a function's cv-qualifiers to the code-completion results as anDouglas Gregor1-2/+2
2009-12-11Teach code completion to instantiate templates when it needs toDouglas Gregor1-5/+17
2009-12-11Member function templates can occur after . or ->Douglas Gregor1-3/+12
2009-12-11Tweak code-completion results by suppressing class templateDouglas Gregor1-1/+1
2009-12-11Class template (partial) specializations should not show up in code completio...Douglas Gregor1-3/+3
2009-11-19Improve code-completion results for the flags in an @propertyDouglas Gregor1-29/+0
2009-11-17Refactor code-completion support for message sends, collecting theDouglas Gregor1-1/+1
2009-11-08Remove RUN: true lines.Daniel Dunbar20-20/+0
2009-11-08Eliminate &&s in tests.Daniel Dunbar22-25/+25
2009-11-07Add basic code completion support for ObjC messages.Steve Naroff1-0/+35
2009-11-07Various improvements to Clang's code-completion infrastructure:Douglas Gregor1-2/+2
2009-10-30Include macros in code-completion resultsDouglas Gregor1-0/+37
2009-10-08- Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare...Steve Naroff1-9/+9