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