summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code completion for "case" statements within a switch on an expressionDouglas Gregor2009-09-211-0/+27
* In C++ code completion, only suggest the "template" keyword after ".",Douglas Gregor2009-09-181-1/+0
* Make the construction of the code-completion string for a functionDouglas Gregor2009-09-181-0/+16
* Introduce code completion patterns for templates, which provide theDouglas Gregor2009-09-181-0/+17
* Introduce code completion strings, which describe how to *use* theDouglas Gregor2009-09-181-0/+9
* C++ code completion after the "operator" keyword. Provide overloadedDouglas Gregor2009-09-181-0/+19
* Introduce four new code-completion hooks for C++:Douglas Gregor2009-09-184-0/+88
* Handle using declarations and overload sets in code completion.Douglas Gregor2009-09-181-0/+7
* For code completion in C++ member access expressions and tag names,Douglas Gregor2009-09-181-0/+20
* When gathering results for code completion, only include hiddenDouglas Gregor2009-09-181-1/+0
* Implement code completion for tags, e.g., code completion after "enum"Douglas Gregor2009-09-181-0/+15
* Initial implementation of a code-completion interface in Clang. InDouglas Gregor2009-09-173-0/+74
OpenPOWER on IntegriCloud