- 31168b0 Automatic Reference Counting. by John McCall · 14 years ago
- 1c2d29e Add code completetion code for the new 'atomic' attribute by Fariborz Jahanian · 14 years ago
- 4cd6596 Expose @synthesize and @dynamic via their own cursor kinds in by Douglas Gregor · 14 years ago
- 857bcda Tweak code completions for Objective-C Key-Value Observing. The by Douglas Gregor · 14 years ago
- 9514714 When providing code completions for an Objective-C property access, by Douglas Gregor · 15 years ago
- d4a8ced When adding KVC code completions, keep track of all of the selectors by Douglas Gregor · 15 years ago
- 6c7a9ee When providing code completions of ivar names for a property by Douglas Gregor · 15 years ago
- 331faa0 When producing code completion results for the Objective-C property by Douglas Gregor · 15 years ago
- dda56e4 Support for C++11 (non-template) alias declarations. by Richard Smith · 15 years ago
- af670a8 When determining the "usage" type of a declaration for the purposes of code by Douglas Gregor · 15 years ago
- c05f657 Don't suggest dynamic_cast or typeid as code completion results when by Douglas Gregor · 15 years ago
- 0129629 Use ExprResult& instead of Expr *& in Sema by John Wiegley · 15 years ago
- 8aef596 Make helpers static. by Benjamin Kramer · 15 years ago
- 30482bc Implement the C++0x deduced 'auto' feature. by Richard Smith · 15 years ago
- 3a69eaf When code-completing a case statement for a switch on a value of by Douglas Gregor · 15 years ago
- af2a6ae Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 15 years ago
- 0e5d72f I will not hold on to temporary StringRefs. by Douglas Gregor · 15 years ago
- 669a25a Implement code completion results for the Objective-C Key-Value Coding by Douglas Gregor · 15 years ago
- b5f1e46 When trying to provide a code completion item for a call to "super" in by Douglas Gregor · 15 years ago
- 24bbc46 Teach code completion to cope with block types written without a by Douglas Gregor · 15 years ago
- f34a6f0 Implement a special code-completion pattern for "IBAction". Fixes by Douglas Gregor · 15 years ago
- 8003924 When code-completing within a list of declaration specifiers, by Douglas Gregor · 15 years ago
- bcbf46c Create a special allocator class for code completion, so that all of by Douglas Gregor · 15 years ago
- 304f9b0 Provide constant strings for certain common code completion strings, by Douglas Gregor · 15 years ago
- b278aaf Allocate CodeCompletionString and all of its components in a by Douglas Gregor · 15 years ago
- 1d79265 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Alexis Hunt · 15 years ago
- 87e9275 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 15 years ago
- 6d81063 Added missing IgnoreParens(). by Abramo Bagnara · 15 years ago
- 924a8f3 Added ParenType type node. by Abramo Bagnara · 15 years ago
- b888acf Eliminate duplicate code completions for properties. by Douglas Gregor · 15 years ago
- a3b23b0 Don't walk the translation unit context to produce protocol names when by Douglas Gregor · 15 years ago
- d583da0 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 15 years ago
- b4a7c03 Do not produce "purely informative" code completion results for by Douglas Gregor · 15 years ago
- 928479e Revert the fix for PR8013. by Douglas Gregor · 15 years ago
- 8f225bb Handle overload resolution when calling an overloaded function set by Douglas Gregor · 15 years ago
- 2927c0c Teach code completion not to include out-of-line declarations and by Douglas Gregor · 15 years ago
- dc520b0 If an instance method messages is sending to an expression of type Class, by Douglas Gregor · 15 years ago
- 05fcf84 Teach code completion to provide property results when the property by Douglas Gregor · 15 years ago
- c769d6e Fix the translation of the PCC_ForInit code-completion context for by Douglas Gregor · 15 years ago
- 8e3e874 Introduce code completion results for Objective-C methods, both when by Douglas Gregor · 15 years ago
- 1b035bb When providing code completions of Objective-C method declarations by Douglas Gregor · 15 years ago
- 392a84b Eliminate the use of ObjCSuperExpr in code completion. by Douglas Gregor · 15 years ago
- 36e3b5c Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 15 years ago
- 8ed5b77 Fix the mapping of vertical-space cursor kinds to produce a newline, by Douglas Gregor · 15 years ago
- af25cfa When providing a block literal as a code completion for a by Douglas Gregor · 15 years ago
- 0ac4138 Synchronize globally-cached code completion results with the results by Douglas Gregor · 15 years ago
- 0212fd7 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 15 years ago
- 7466127 When providing code completions for an argument in an Objective-C by Douglas Gregor · 15 years ago
- f86e4da Refactor code completion for expressions that occur as arguments in by Douglas Gregor · 15 years ago
- 5fb901d Code completion has no reason to prefer values over types, especially by Douglas Gregor · 15 years ago
- 50832e0 Slight refactoring in code-completion results generation, placing the by Douglas Gregor · 15 years ago
- db5c09a Get rid of the lame attempt to prioritize "void" functions at by Douglas Gregor · 15 years ago
- 9dcf58a Tweak priorities for some types and macros: by Douglas Gregor · 15 years ago
- eda7e54 Continue parsing more postfix expressions, even after semantic by Douglas Gregor · 15 years ago
- 1154e27 Don't add two code-completion results for the same selector; it by Douglas Gregor · 15 years ago
- f37c949 When collecting Objective-C methods for message send completions, be by Douglas Gregor · 15 years ago
- bfcea8b Implement code completion for Objective-C class message sends that are by Douglas Gregor · 15 years ago
- ed0b69d Improve code completion for Objective-C message sends when the opening by Douglas Gregor · 15 years ago
- 5e35d59 Introduce a new code-completion context for a parenthesized by Douglas Gregor · 15 years ago
- f3af311 Teach libclang to walk the base and member initializers of a by Douglas Gregor · 15 years ago
- 67da50e When providing a completion for a function/method parameter of block by Douglas Gregor · 15 years ago
- 9795b39 zap dead code. by Chris Lattner · 15 years ago
- 09c0eb1 Synchronize code-completion cursor kinds with indexing cursor by Douglas Gregor · 15 years ago
- 0ef508d Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols by Ted Kremenek · 15 years ago
- 400f597 When provide code completions for a variadic Objective-C method by Douglas Gregor · 15 years ago
- 50c6825 Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. by Sebastian Redl · 15 years ago
- 981a0c4 When providing a code completion for an Objective-C message send, drop by Douglas Gregor · 15 years ago
- 99129ef Improve code completion for initializer lists in constructors. Instead by Douglas Gregor · 15 years ago
- eaeeca9 Basic code completion support for the base and member initializers in by Douglas Gregor · 15 years ago
- ac322ec Implement the "call super" code completion for C++. If the virtual by Douglas Gregor · 15 years ago
- 28c7843 Suggest "const" and "volatile" code completions after a function by Douglas Gregor · 15 years ago
- c2cb2e2 When code-completing inside an Objective-C method, give a slight by Douglas Gregor · 15 years ago
- 6fc0413 Add a super-cool code completion for send-to-super. When we're typing by Douglas Gregor · 15 years ago
- faf5fb4 One who seeks knowledge learns something new every day. by John McCall · 15 years ago
- 9ac1ad1 Tweak the @selector completion to collapse multiple informative and by Douglas Gregor · 15 years ago
- 9be0ed4 When code-completing a potential call to a C++ non-static member by Douglas Gregor · 15 years ago
- 67c692c Implement code completion for @selector expressions by Douglas Gregor · 15 years ago
- 49f67ce Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- bef185c Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 15 years ago
- 78ecc49 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- 1099865 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- ebb7c84 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- 8302463 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 15 years ago
- 0de55ce When combining the code-completion results from Sema long with the by Douglas Gregor · 15 years ago
- ea73637 Add a code-completion context for "natural language" completions, so by Douglas Gregor · 15 years ago
- 1158370 Introduce a preprocessor code-completion hook for contexts where we by Douglas Gregor · 15 years ago
- aab3e41 Split FunctionScopeInfo and BlockScopeInfo into their own header. by John McCall · 15 years ago
- 276321a Teach Sema to live without CodeCompleteConsumer.h. by John McCall · 15 years ago
- 416b575 When performing completions involving Objective-C method declarations by Douglas Gregor · 15 years ago
- 4d755e8 Give a slight preference to functions returning "void" when we're by Douglas Gregor · 15 years ago
- ec00a26 Implement code completion for preprocessor expressions and in macro arguments. by Douglas Gregor · 15 years ago
- 5c32be0 Move some of SemaOverload's API to various places in Overload.h, and kill by John McCall · 15 years ago
- 1278510 Implement preprocessor code completion where a macro name is expected, by Douglas Gregor · 15 years ago
- 3a7ad25 Introduce basic code-completion support for preprocessor directives, by Douglas Gregor · 15 years ago
- e90dd00 When providing completions for a function or method argument that by Douglas Gregor · 15 years ago
- cc14d1f More header elimination. The goal of all this is to allow Parser to by John McCall · 15 years ago
- de6836a Struggle mightily against header inclusion in Sema.h. by John McCall · 15 years ago
- dadc575 OwningExprResult -> ExprResult. This patch brought to you by by John McCall · 15 years ago
- ba7bf59 Abstract out passing around types and kill off ActionBase. by John McCall · 15 years ago
- 56ccce0 State explicitly that we are intentionally not providing macro completions for declarator name completions by Douglas Gregor · 15 years ago