]> granicus.if.org Git - clang/history - lib/Sema/CodeCompleteConsumer.cpp
Delete unused IncompleteFormat variable, NFCi.
[clang] / lib / Sema / CodeCompleteConsumer.cpp
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-07-27 Simon PilgrimFix unnecessary default switch warning
2016-07-27 Vassil VassilevImplement filtering for code completion of identifiers.
2016-02-10 Reid KlecknerSilence some MSVC false positive warnings about integer...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-07-07 Douglas Gregor[libclang] Replace ObjC generic parameters in code...
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-01-28 Francisco Lopes... Improves overload completion result chunks.
2014-05-26 Craig Topper[C++11] Use 'nullptr'. Sema edition.
2014-05-03 Alp TokerFix a bunch of mislayered clang/Lex includes from Sema
2013-01-31 Douglas GregorAllow the computation of the base priority for a declar...
2013-01-23 Dmitri GribenkoUse 'const Decl *' throughout code completion in Sema
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-09-26 Argyrios Kyrtzidis[libclang] Remove the ParentKind cursor kind from code...
2012-07-02 Dmitri GribenkoAdd a new libclang completion API to get brief document...
2012-05-20 Benjamin KramerBitpack CodeCompletionResults.
2012-04-10 Argyrios Kyrtzidis[code-complete] Introduce CodeCompletionTUInfo which...
2012-03-27 Douglas GregorIntroduce a new libclang API to determine the parent...
2012-03-26 Benjamin KramerMove CodeCompletionBuilder's chunk adding methods out...
2012-03-17 Douglas GregorWhen determining the availability of an enum constant...
2012-02-05 Dylan NoblesmithBasic: import SmallString<> into clang namespace
2012-02-04 Benjamin KramerMove a method from IdentifierTable.h out of line and...
2012-01-17 David BlaikieRemove unreachable code in Clang. (replace with llvm_un...
2012-01-01 Douglas GregorEliminate ObjCForwardProtocolDecl, which is redundant...
2011-12-27 Douglas GregorEliminate ObjCClassDecl, which is redundant now that...
2011-10-14 Benjamin KramerChange operator<< for raw_ostream and NamedDecl to...
2011-10-14 Erik VerbruggenAdded clang_getCompletionAnnotation and clang_getComple...
2011-10-06 Erik VerbruggenAdded CXAvailability_NotAccessible to indicate that...
2011-07-30 Douglas GregorWhen performing code completion after at @interface...
2011-07-23 Chris Lattnerremove unneeded llvm:: namespace qualifiers on some...
2011-07-07 Douglas GregorIntroduce a new libclang aPI function,
2011-03-23 Douglas GregorImplement a new 'availability' attribute, that allows...
2011-02-18 Douglas GregorWhen code-completing a case statement for a switch...
2011-02-17 Douglas GregorImplement code completion results for the Objective...
2011-02-02 Douglas GregorRevert r124704, which uniqued code-completion strings...
2011-02-01 Douglas GregorUnique code-completion strings. On Cocoa.h, this costs...
2011-02-01 Douglas GregorCreate a special allocator class for code completion...
2011-02-01 Douglas GregorAllocate CodeCompletionString and all of its components...
2010-10-11 Douglas GregorEliminate the (de-)serialization of code completion...
2010-09-23 Douglas GregorSynchronize globally-cached code completion results...
2010-09-21 Douglas GregorAdd code completion for C++ constructors wherever we...
2010-09-18 Douglas GregorGive the Objective-C _cmd an "unlikely" code completion...
2010-09-03 Douglas GregorSynchronize code-completion cursor kinds with indexing...
2010-09-03 Douglas GregorSimplify code-completion result sorting a bit
2010-08-31 Sebastian RedlRename DeclContext::getLookupContext to getRedeclContex...
2010-08-26 Douglas GregorMove the sorting of code-completion results out of...
2010-08-26 Daniel DunbarRevert r112149, "Move the sorting of code-completion...
2010-08-26 Douglas GregorMove the sorting of code-completion results out of...
2010-08-26 Douglas GregorRevert "Move the sorting of code-completion results...
2010-08-25 Douglas GregorMove the sorting of code-completion results out of...
2010-08-25 Douglas GregorWhen combining the code-completion results from Sema...
2010-08-25 John McCallTeach Sema to live without CodeCompleteConsumer.h.
2010-08-25 John McCallMove more stuff out of Sema.h.
2010-08-24 John McCallStruggle mightily against header inclusion in Sema.h.
2010-08-23 Douglas GregorIntroduce new libclang API functions that determine...
2010-08-20 John McCallAnother step in the process of making the parser depend...
2010-08-13 Douglas GregorImplement caching of code-completion results for macro...
2010-08-12 Douglas GregorMove Sema's headers into include/clang/Sema, renaming...
2010-08-11 Douglas GregorOnce code completion has completed, pass a "completion...
2010-08-04 Douglas GregorAdd code-completion support directly to ASTUnit, which...
2010-07-26 Dan GohmanMinor code simplification.
2010-05-26 Douglas GregorIntroduce priorities into the code-completion results.
2010-05-25 Douglas GregorImprove code completion in failure cases in two ways:
2010-04-17 Benjamin KramerAdd raw_ostream operators to NamedDecl for convenience...
2010-04-07 Douglas GregorImplement code completion for Objective-C method declar...
2010-04-05 Douglas GregorCode completion results that refer to macros now get...
2010-03-08 Duncan SandsRemove unused headers.
2010-01-19 Douglas GregorEliminate cursor kinds used to express definitions...
2010-01-13 Douglas GregorImprove the sorting of code-completion results. We...
2010-01-10 Douglas GregorImprove code completion by introducing patterns for...
2009-12-18 Douglas GregorExtend code-completion results with the type of each...
2009-12-12 Jeffrey YasskinUn-namespace-qualify llvm_unreachable. It's a macro...
2009-12-01 Douglas GregorSwitch the clang-to-CIndex interface for code-completio...
2009-11-28 Benjamin KramerRemove remaining VISIBILITY_HIDDEN from anonymous names...
2009-11-19 Douglas GregorImprove code-completion results for the flags in an...
2009-11-17 Douglas GregorStringRef'ify CodeCompletionString
2009-11-13 Daniel DunbarRework Sema code completion interface.
2009-11-12 Daniel DunbarSpell empty StringRef correctly (0 is a null StringRef...
2009-11-07 Douglas GregorVarious improvements to Clang's code-completion infrast...
2009-10-30 Douglas GregorInclude macros in code-completion results
2009-10-09 Douglas GregorMinor tweaks for code-completion:
2009-09-29 Douglas GregorMake sure to flush raw_string_ostream, from John Thompson
2009-09-23 Douglas GregorPrint the results of code-completion for overloading...
2009-09-23 Douglas GregorSeparate the code-completion results for call completio...
2009-09-22 Douglas GregorTweak the code-completion results ranking and formation...
2009-09-21 Douglas GregorRefactor and simplify the CodeCompleteConsumer, so...
2009-09-18 Douglas GregorIn C++ code completion, only suggest the "template...
2009-09-18 Douglas GregorMake the construction of the code-completion string...
2009-09-18 Douglas GregorIntroduce code completion patterns for templates, which...
2009-09-18 Douglas GregorIntroduce code completion strings, which describe how...
2009-09-18 Douglas GregorC++ code completion after the "operator" keyword. Provi...
2009-09-18 Douglas GregorIntroduce four new code-completion hooks for C++:
2009-09-18 Douglas GregorDon't perform name lookup into a given declaration...
2009-09-18 Douglas GregorHandle using declarations and overload sets in code...
2009-09-18 Douglas GregorFor code completion in C++ member access expressions...
2009-09-18 Douglas GregorWhen gathering results for code completion, only includ...
2009-09-18 Douglas GregorImplement code completion for tags, e.g., code completi...
2009-09-17 Douglas GregorInitial implementation of a code-completion interface...