summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only filter out names reserved for the implementation (e.g., __blah orDouglas Gregor2010-07-142-4/+10
* Make -code-completion-patterns only cover multi-line codeDouglas Gregor2010-05-282-30/+34
* Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor2010-05-253-6/+6
* when code completing inside a C-style block comment, don't emit errors aboutChris Lattner2010-05-161-0/+7
* When code completion produces an overload set as its results (e.g.,Douglas Gregor2010-04-061-0/+1
* Do not produce semicolons at the end of code-completion resultsDouglas Gregor2010-04-061-9/+9
* Only prove macros as code-completion results when we're in a caseDouglas Gregor2010-04-061-4/+0
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-103-14/+14
* Teach code-completion to deal with calls to functions without prototypes.Douglas Gregor2010-01-211-0/+15
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-1317-248/+251
* Improve code completion by introducing patterns for the various C andDouglas Gregor2010-01-101-0/+170
* Teach Preprocessor::macro_begin/macro_end to lazily load all macroDouglas Gregor2010-01-042-7/+12
* Extend code-completion results with the type of each resultDouglas Gregor2009-12-183-20/+20
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-1521-27/+27
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-2/+2
* Add a function's cv-qualifiers to the code-completion results as anDouglas Gregor2009-12-111-2/+2
* Teach code completion to instantiate templates when it needs toDouglas Gregor2009-12-111-5/+17
* Member function templates can occur after . or ->Douglas Gregor2009-12-111-3/+12
* Tweak code-completion results by suppressing class templateDouglas Gregor2009-12-111-1/+1
* Class template (partial) specializations should not show up in code completio...Douglas Gregor2009-12-111-3/+3
* Improve code-completion results for the flags in an @propertyDouglas Gregor2009-11-191-29/+0
* Refactor code-completion support for message sends, collecting theDouglas Gregor2009-11-171-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-0820-20/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-0822-25/+25
* Add basic code completion support for ObjC messages.Steve Naroff2009-11-071-0/+35
* Various improvements to Clang's code-completion infrastructure:Douglas Gregor2009-11-071-2/+2
* Include macros in code-completion resultsDouglas Gregor2009-10-301-0/+37
* - Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare...Steve Naroff2009-10-081-9/+9
* Add code completion support for ObjC property declarations/attributes.Steve Naroff2009-10-081-0/+29
* Determinism is for wimps. <Wimper>Douglas Gregor2009-09-282-6/+6
* Clean up the CodeCompletion testsuite's use of FileCheckDouglas Gregor2009-09-249-24/+25
* For code completion, note that injected-class-names found as part ofDouglas Gregor2009-09-231-0/+1
* When code-completion after a "," is building an overload set, noteDouglas Gregor2009-09-231-3/+3
* Print the results of code-completion for overloading by displaying theDouglas Gregor2009-09-231-5/+5
* Separate the code-completion results for call completion from theDouglas Gregor2009-09-231-7/+6
* When code-completion finds a declaration only because it is usable asDouglas Gregor2009-09-221-2/+2
* Tweak the code-completion results ranking and formation, so thatDouglas Gregor2009-09-226-22/+22
* Teach code-completion to introduce a ", ..." placeholder for variadic functionsDouglas Gregor2009-09-221-2/+2
* Replace the -code-completion-dump option with Douglas Gregor2009-09-2220-93/+108
* Implement code completion within a function call, triggered after theDouglas Gregor2009-09-221-0/+22
* Code completion for ordinary names when we're starting a declaration, express...Douglas Gregor2009-09-211-0/+12
* When providing a code-completion suggestion for a hidden name, includeDouglas Gregor2009-09-211-1/+1
* Enhance "case" code completion in C++ to suggest qualified names forDouglas Gregor2009-09-212-0/+62
OpenPOWER on IntegriCloud