Age | Commit message (Expand) | Author |
2013-03-22 | documentation parsing. Provide code completion comment | Fariborz Jahanian |
2013-02-14 | Remove a const_cast by propagating constness to called functions | Dmitri Gribenko |
2013-01-31 | Allow the computation of the base priority for a declaration code completion ... | Douglas Gregor |
2013-01-23 | Use 'const Decl *' throughout code completion in Sema | Dmitri Gribenko |
2013-01-14 | Constify argument of Preprocessor::getMacroInfoHistory and propagate to | Dmitri Gribenko |
2013-01-11 | Constify parameter of clang::getCursorKindForDecl | Dmitri Gribenko |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-09-26 | [libclang] Remove the ParentKind cursor kind from code-completion results. | Argyrios Kyrtzidis |
2012-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko |
2012-07-02 | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko |
2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
2012-06-08 | Convert comments to proper Doxygen comments. | Dmitri Gribenko |
2012-05-21 | Unpack enums in CodeCompletetionResult. | Benjamin Kramer |
2012-05-20 | Bitpack CodeCompletionResults. | Benjamin Kramer |
2012-04-10 | [code-complete] Introduce CodeCompletionTUInfo which will be used for caching | Argyrios Kyrtzidis |
2012-03-27 | Introduce a new libclang API to determine the parent context of a code | Douglas Gregor |
2012-03-26 | Move CodeCompletionBuilder's chunk adding methods out of line. | Benjamin Kramer |
2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
2012-02-04 | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer |
2012-01-17 | Introduce a CodeCompletionResult::CreateCodeCompletionString() that | Argyrios Kyrtzidis |
2011-11-09 | Fixing 80 col violations (& removing any trailing whitespace on files I was t... | David Blaikie |
2011-10-17 | Code completion chunks are pod-like. | Benjamin Kramer |
2011-10-14 | Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to | Erik Verbruggen |
2011-10-06 | Added CXAvailability_NotAccessible to indicate that a declaration is availabl... | Erik Verbruggen |
2011-07-30 | When performing code completion after at @interface, allow both | Douglas Gregor |
2011-07-26 | Add new libclang API, clang_codeCompleteGetObjCSelector(), which | Douglas Gregor |
2011-07-21 | New libclang API to expose container type for code completion, from | Douglas Gregor |
2011-07-20 | remove some now-redundant forward declarations. | Chris Lattner |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-07 | Introduce a new libclang aPI function, | Douglas Gregor |
2011-05-05 | When providing code completions for an Objective-C property access, | Douglas Gregor |
2011-02-18 | When code-completing a case statement for a switch on a value of | Douglas Gregor |
2011-02-17 | Implement code completion results for the Objective-C Key-Value Coding | Douglas Gregor |
2011-02-15 | When code-completing within a list of declaration specifiers, | Douglas Gregor |
2011-02-03 | Fix Microsoft bit field problem. This resolves the Index\complete-exprs.c reg... | Francois Pichet |
2011-02-02 | Revert r124704, which uniqued code-completion strings. The space | Douglas Gregor |
2011-02-01 | Unique code-completion strings. On Cocoa.h, this costs us about 4% in | Douglas Gregor |
2011-02-01 | Create a special allocator class for code completion, so that all of | Douglas Gregor |
2011-02-01 | Allocate CodeCompletionString and all of its components in a | Douglas Gregor |
2010-12-23 | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin |
2010-10-19 | Tweak code-completion result priorities, so that exact and similar | Douglas Gregor |
2010-10-11 | Eliminate the (de-)serialization of code completion results, now that | Douglas Gregor |
2010-10-11 | Switch c-index-test from clang_codeComplete() over to | Douglas Gregor |
2010-09-23 | Synchronize globally-cached code completion results with the results | Douglas Gregor |
2010-09-21 | Add code completion for C++ constructors wherever we see the class (or | Douglas Gregor |
2010-09-20 | Code completion has no reason to prefer values over types, especially | Douglas Gregor |
2010-09-20 | Get rid of the lame attempt to prioritize "void" functions at | Douglas Gregor |
2010-09-20 | Tweak priorities for some types and macros: | Douglas Gregor |
2010-09-18 | Give the Objective-C _cmd an "unlikely" code completion priority; it's | Douglas Gregor |