| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow the computation of the base priority for a declaration code completion ... | Douglas Gregor | 2013-01-31 | 1 | -28/+0 |
* | Use 'const Decl *' throughout code completion in Sema | Dmitri Gribenko | 2013-01-23 | 1 | -15/+16 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -2/+2 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -4/+4 |
* | [libclang] Remove the ParentKind cursor kind from code-completion results. | Argyrios Kyrtzidis | 2012-09-26 | 1 | -5/+2 |
* | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko | 2012-07-02 | 1 | -5/+14 |
* | Bitpack CodeCompletionResults. | Benjamin Kramer | 2012-05-20 | 1 | -7/+1 |
* | [code-complete] Introduce CodeCompletionTUInfo which will be used for caching | Argyrios Kyrtzidis | 2012-04-10 | 1 | -52/+69 |
* | Introduce a new libclang API to determine the parent context of a code | Douglas Gregor | 2012-03-27 | 1 | -9/+80 |
* | Move CodeCompletionBuilder's chunk adding methods out of line. | Benjamin Kramer | 2012-03-26 | 1 | -0/+34 |
* | When determining the availability of an enum constant, also consider | Douglas Gregor | 2012-03-17 | 1 | -2/+11 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
* | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
* | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -5/+4 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -2/+5 |
* | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -2/+8 |
* | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer | 2011-10-14 | 1 | -1/+1 |
* | Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to | Erik Verbruggen | 2011-10-14 | 1 | -4/+28 |
* | Added CXAvailability_NotAccessible to indicate that a declaration is availabl... | Erik Verbruggen | 2011-10-06 | 1 | -1/+4 |
* | When performing code completion after at @interface, allow both | Douglas Gregor | 2011-07-30 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -6/+5 |
* | Introduce a new libclang aPI function, | Douglas Gregor | 2011-07-07 | 1 | -1/+7 |
* | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -4/+13 |
* | When code-completing a case statement for a switch on a value of | Douglas Gregor | 2011-02-18 | 1 | -0/+1 |
* | Implement code completion results for the Objective-C Key-Value Coding | Douglas Gregor | 2011-02-17 | 1 | -0/+9 |
* | Revert r124704, which uniqued code-completion strings. The space | Douglas Gregor | 2011-02-02 | 1 | -31/+0 |
* | Unique code-completion strings. On Cocoa.h, this costs us about 4% in | Douglas Gregor | 2011-02-01 | 1 | -0/+31 |
* | Create a special allocator class for code completion, so that all of | Douglas Gregor | 2011-02-01 | 1 | -0/+7 |
* | Allocate CodeCompletionString and all of its components in a | Douglas Gregor | 2011-02-01 | 1 | -106/+31 |
* | Eliminate the (de-)serialization of code completion results, now that | Douglas Gregor | 2010-10-11 | 1 | -154/+0 |
* | Synchronize globally-cached code completion results with the results | Douglas Gregor | 2010-09-23 | 1 | -1/+2 |
* | Add code completion for C++ constructors wherever we see the class (or | Douglas Gregor | 2010-09-21 | 1 | -0/+40 |
* | Give the Objective-C _cmd an "unlikely" code completion priority; it's | Douglas Gregor | 2010-09-18 | 1 | -1/+9 |
* | Synchronize code-completion cursor kinds with indexing cursor | Douglas Gregor | 2010-09-03 | 1 | -87/+5 |
* | Simplify code-completion result sorting a bit | Douglas Gregor | 2010-09-03 | 1 | -8/+0 |
* | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl | 2010-08-31 | 1 | -1/+1 |
* | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -1/+8 |
* | Revert r112149, "Move the sorting of code-completion results out of the main | Daniel Dunbar | 2010-08-26 | 1 | -8/+1 |
* | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -1/+8 |
* | Revert "Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -8/+1 |
* | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-25 | 1 | -1/+8 |
* | When combining the code-completion results from Sema long with the | Douglas Gregor | 2010-08-25 | 1 | -0/+56 |
* | Teach Sema to live without CodeCompleteConsumer.h. | John McCall | 2010-08-25 | 1 | -12/+12 |
* | Move more stuff out of Sema.h. | John McCall | 2010-08-25 | 1 | -0/+1 |
* | Struggle mightily against header inclusion in Sema.h. | John McCall | 2010-08-24 | 1 | -0/+1 |
* | Introduce new libclang API functions that determine the availability | Douglas Gregor | 2010-08-23 | 1 | -1/+14 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -1/+1 |
* | Implement caching of code-completion results for macro definitions | Douglas Gregor | 2010-08-13 | 1 | -75/+89 |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -1/+1 |
* | Once code completion has completed, pass a "completion context" on to | Douglas Gregor | 2010-08-11 | 1 | -0/+2 |