| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't crash when code-completing after "#include <". It would be far | Douglas Gregor | 2010-12-09 | 1 | -0/+3 |
| * | Revert the fix for PR8013. | Douglas Gregor | 2010-11-09 | 1 | -4/+2 |
| * | Handle overload resolution when calling an overloaded function set | Douglas Gregor | 2010-11-09 | 1 | -2/+4 |
| * | Add support for code completion on stdin. | Dan Gohman | 2010-10-26 | 1 | -0/+7 |
| * | Fix the mapping of vertical-space cursor kinds to produce a newline, | Douglas Gregor | 2010-10-08 | 1 | -1/+1 |
| * | When provide code completions for a variadic Objective-C method | Douglas Gregor | 2010-08-31 | 1 | -1/+1 |
| * | When performing code completion for a case statement in a switch whose | Douglas Gregor | 2010-07-28 | 1 | -2/+19 |
| * | Only filter out names reserved for the implementation (e.g., __blah or | Douglas Gregor | 2010-07-14 | 2 | -4/+10 |
| * | Make -code-completion-patterns only cover multi-line code | Douglas Gregor | 2010-05-28 | 2 | -30/+34 |
| * | Only enable code patterns (e.g., try { statements } catch (...) { | Douglas Gregor | 2010-05-25 | 3 | -6/+6 |
| * | when code completing inside a C-style block comment, don't emit errors about | Chris Lattner | 2010-05-16 | 1 | -0/+7 |
| * | When code completion produces an overload set as its results (e.g., | Douglas Gregor | 2010-04-06 | 1 | -0/+1 |
| * | Do not produce semicolons at the end of code-completion results | Douglas Gregor | 2010-04-06 | 1 | -9/+9 |
| * | Only prove macros as code-completion results when we're in a case | Douglas Gregor | 2010-04-06 | 1 | -4/+0 |
| * | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 3 | -14/+14 |
| * | Teach code-completion to deal with calls to functions without prototypes. | Douglas Gregor | 2010-01-21 | 1 | -0/+15 |
| * | Improve the sorting of code-completion results. We now always sort by | Douglas Gregor | 2010-01-13 | 17 | -248/+251 |
| * | Improve code completion by introducing patterns for the various C and | Douglas Gregor | 2010-01-10 | 1 | -0/+170 |
| * | Teach Preprocessor::macro_begin/macro_end to lazily load all macro | Douglas Gregor | 2010-01-04 | 2 | -7/+12 |
| * | Extend code-completion results with the type of each result | Douglas Gregor | 2009-12-18 | 3 | -20/+20 |
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 21 | -27/+27 |
| * | Make tests use the new clang -cc1 flag. | Fariborz Jahanian | 2009-12-14 | 1 | -2/+2 |
| * | Add a function's cv-qualifiers to the code-completion results as an | Douglas Gregor | 2009-12-11 | 1 | -2/+2 |
| * | Teach code completion to instantiate templates when it needs to | Douglas Gregor | 2009-12-11 | 1 | -5/+17 |
| * | Member function templates can occur after . or -> | Douglas Gregor | 2009-12-11 | 1 | -3/+12 |
| * | Tweak code-completion results by suppressing class template | Douglas Gregor | 2009-12-11 | 1 | -1/+1 |
| * | Class template (partial) specializations should not show up in code completio... | Douglas Gregor | 2009-12-11 | 1 | -3/+3 |
| * | Improve code-completion results for the flags in an @property | Douglas Gregor | 2009-11-19 | 1 | -29/+0 |
| * | Refactor code-completion support for message sends, collecting the | Douglas Gregor | 2009-11-17 | 1 | -1/+1 |
| * | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 20 | -20/+0 |
| * | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 22 | -25/+25 |
| * | Add basic code completion support for ObjC messages. | Steve Naroff | 2009-11-07 | 1 | -0/+35 |
| * | Various improvements to Clang's code-completion infrastructure: | Douglas Gregor | 2009-11-07 | 1 | -2/+2 |
| * | Include macros in code-completion results | Douglas Gregor | 2009-10-30 | 1 | -0/+37 |
| * | - Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare... | Steve Naroff | 2009-10-08 | 1 | -9/+9 |
| * | Add code completion support for ObjC property declarations/attributes. | Steve Naroff | 2009-10-08 | 1 | -0/+29 |
| * | Determinism is for wimps. <Wimper> | Douglas Gregor | 2009-09-28 | 2 | -6/+6 |
| * | Clean up the CodeCompletion testsuite's use of FileCheck | Douglas Gregor | 2009-09-24 | 9 | -24/+25 |
| * | For code completion, note that injected-class-names found as part of | Douglas Gregor | 2009-09-23 | 1 | -0/+1 |
| * | When code-completion after a "," is building an overload set, note | Douglas Gregor | 2009-09-23 | 1 | -3/+3 |
| * | Print the results of code-completion for overloading by displaying the | Douglas Gregor | 2009-09-23 | 1 | -5/+5 |
| * | Separate the code-completion results for call completion from the | Douglas Gregor | 2009-09-23 | 1 | -7/+6 |
| * | When code-completion finds a declaration only because it is usable as | Douglas Gregor | 2009-09-22 | 1 | -2/+2 |
| * | Tweak the code-completion results ranking and formation, so that | Douglas Gregor | 2009-09-22 | 6 | -22/+22 |
| * | Teach code-completion to introduce a ", ..." placeholder for variadic functions | Douglas Gregor | 2009-09-22 | 1 | -2/+2 |
| * | Replace the -code-completion-dump option with | Douglas Gregor | 2009-09-22 | 20 | -93/+108 |
| * | Implement code completion within a function call, triggered after the | Douglas Gregor | 2009-09-22 | 1 | -0/+22 |
| * | Code completion for ordinary names when we're starting a declaration, express... | Douglas Gregor | 2009-09-21 | 1 | -0/+12 |
| * | When providing a code-completion suggestion for a hidden name, include | Douglas Gregor | 2009-09-21 | 1 | -1/+1 |
| * | Enhance "case" code completion in C++ to suggest qualified names for | Douglas Gregor | 2009-09-21 | 2 | -0/+62 |