Age | Commit message (Expand) | Author |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-12-15 | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor |
2011-11-09 | Introduce proper spacing after the Objective-C parameter qualifiers | Douglas Gregor |
2011-11-03 | Refactor Sema::IsSimplyAccessible slightly, to work on a DeclContext rather t... | Douglas Gregor |
2011-11-03 | Add a printing policy flag to suppress printing "<anonymous>::" prior | Douglas Gregor |
2011-10-18 | Provide result types for code completions that describe built-in | Douglas Gregor |
2011-10-18 | Add code completions for C++0x expressions | Douglas Gregor |
2011-10-18 | Don't format the code completion for parameters of block literal | Douglas Gregor |
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-09-30 | [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/p... | Argyrios Kyrtzidis |
2011-09-27 | Only print _Bool as 'bool' when 'bool' is defined as an object-like | Douglas Gregor |
2011-09-27 | When 'bool' is not a built-in type but is defined as a macro, print | Douglas Gregor |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-09 | Change all references of type ExprTy to Expr and get rid of the typedefs. | Richard Trieu |
2011-08-31 | objective-c: this patch (re)introduces objective-c's default property | Fariborz Jahanian |
2011-08-27 | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian |
2011-08-22 | Restore patch I reversed in r138040. Known buildbot | Fariborz Jahanian |
2011-08-19 | Revers r138040. Need to look at a few buildbot failures. | Fariborz Jahanian |
2011-08-19 | objective-c: Bring objective-c handling of decl context | Fariborz Jahanian |
2011-08-18 | [libclang] Support code-completion inside macro arguments. | Argyrios Kyrtzidis |
2011-08-06 | Do l-value conversion, etc., on a switch condition expression in | John McCall |
2011-07-30 | Add code completion to produce "else" blocks after an "if" | Douglas Gregor |
2011-07-30 | When producing code completion results for variadic macros, fold the | Douglas Gregor |
2011-07-30 | Add the various parameter-passing keywords for Distributed Objects | Douglas Gregor |
2011-07-30 | When performing code completion after at @interface, allow both | Douglas Gregor |
2011-07-26 | Eliminate a bunch of temporary strings. | Benjamin Kramer |
2011-07-26 | Add new libclang API, clang_codeCompleteGetObjCSelector(), which | Douglas Gregor |
2011-07-25 | Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of | Douglas Gregor |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-21 | New libclang API to expose container type for code completion, from | Douglas Gregor |
2011-07-07 | Introduce a new libclang aPI function, | Douglas Gregor |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-11 | Add code completetion code for the new 'atomic' attribute | Fariborz Jahanian |
2011-06-03 | Expose @synthesize and @dynamic via their own cursor kinds in | Douglas Gregor |
2011-06-02 | Tweak code completions for Objective-C Key-Value Observing. The | Douglas Gregor |
2011-05-05 | When providing code completions for an Objective-C property access, | Douglas Gregor |
2011-05-04 | When adding KVC code completions, keep track of all of the selectors | Douglas Gregor |
2011-04-18 | When providing code completions of ivar names for a property | Douglas Gregor |
2011-04-18 | When producing code completion results for the Objective-C property | Douglas Gregor |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-14 | When determining the "usage" type of a declaration for the purposes of code | Douglas Gregor |
2011-04-12 | Don't suggest dynamic_cast or typeid as code completion results when | Douglas Gregor |
2011-04-08 | Use ExprResult& instead of Expr *& in Sema | John Wiegley |
2011-03-26 | Make helpers static. | Benjamin Kramer |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-02-18 | When code-completing a case statement for a switch on a value of | Douglas Gregor |
2011-02-18 | Selector::getIdentifierInfoForSlot() can return NULL values, a fact | Douglas Gregor |
2011-02-17 | I will not hold on to temporary StringRefs. | Douglas Gregor |