Age | Commit message (Expand) | Author |
2009-10-12 | Implement -Wparentheses: warn about using assignments in contexts that require | John McCall |
2009-10-12 | Handle built-in unary operators when reporting ambiguities. | Fariborz Jahanian |
2009-10-11 | Test exception spec compatibility on return type and parameters. | Sebastian Redl |
2009-10-10 | Implement the core checking for compatible exception specifications in assign... | Sebastian Redl |
2009-10-10 | Qualified lookup through using declarations. Diagnose a new type of ambiguity. | John McCall |
2009-10-09 | Add CheckCallReturnType and start using it for regular call expressions. This... | Anders Carlsson |
2009-10-09 | Dead Code Elimination | Douglas Gregor |
2009-10-09 | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall |
2009-10-09 | Improve on reporting ambiguity involving built-in candidates. | Fariborz Jahanian |
2009-10-08 | Add code completion support for ObjC property declarations/attributes. | Steve Naroff |
2009-10-08 | For instantiations of static data members of class templates, keep | Douglas Gregor |
2009-10-07 | Type checking for specializations of member functions of class | Douglas Gregor |
2009-10-07 | Refactor checking of the scope of explicit template specialization | Douglas Gregor |
2009-10-06 | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor |
2009-10-01 | - Remove Sema::FindMethodInNestedImplementations(). | Steve Naroff |
2009-10-01 | Patch to implement static casting which requires one | Fariborz Jahanian |
2009-09-29 | 13.1-p3 Overloadable declarations | Fariborz Jahanian |
2009-09-29 | Introduce ObjCProtocolListLoc for keeping source location information for pro... | Argyrios Kyrtzidis |
2009-09-28 | Define and use a helper method to call a type conversion | Fariborz Jahanian |
2009-09-28 | Teach Sema::isDeclInScope to handle overload sets constructed from | Douglas Gregor |
2009-09-25 | Use explicitly-specified template argument lists to help naming | Douglas Gregor |
2009-09-25 | WIP implementation of explicit instantiation of function templates, | Douglas Gregor |
2009-09-25 | Fix checking for a null pointer constant when the expression itself is | Douglas Gregor |
2009-09-24 | When entering the scope of a declarator, make sure that the scope is | Douglas Gregor |
2009-09-24 | WIP implementation of explicit function template specialization. This | Douglas Gregor |
2009-09-23 | Improve diagnostic location information when checking the initialization of a... | Douglas Gregor |
2009-09-23 | This patch addresses a few issues related to 8.5.3 [dcl.init.ref] | Fariborz Jahanian |
2009-09-23 | implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. | Chris Lattner |
2009-09-22 | Code refactoring and cleanup. | Fariborz Jahanian |
2009-09-22 | Implement code completion within a function call, triggered after the | Douglas Gregor |
2009-09-21 | Code completion for ordinary names when we're starting a declaration, express... | Douglas Gregor |
2009-09-21 | Code completion for "case" statements within a switch on an expression | Douglas Gregor |
2009-09-21 | Refactor and simplify the CodeCompleteConsumer, so that all of the | Douglas Gregor |
2009-09-18 | Make the construction of the code-completion string for a function | Douglas Gregor |
2009-09-18 | C++ code completion after the "operator" keyword. Provide overloaded | Douglas Gregor |
2009-09-18 | Introduce four new code-completion hooks for C++: | Douglas Gregor |
2009-09-18 | Implement code completion for tags, e.g., code completion after "enum" | Douglas Gregor |
2009-09-17 | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor |
2009-09-16 | When creating function types, remove any top-level CVR qualifications in the ... | Anders Carlsson |
2009-09-16 | Improved representation and support for friend class templates. Angst about ... | John McCall |
2009-09-16 | Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even | Douglas Gregor |
2009-09-15 | When implicitly declaring operators new, new[], delete, and delete[], | Douglas Gregor |
2009-09-15 | Issue good diagnostics when initialization failes due to | Fariborz Jahanian |
2009-09-15 | Implement partial ordering of class template partial specializations | Douglas Gregor |
2009-09-15 | Get rid of the CastInfo struct. | Anders Carlsson |
2009-09-15 | Issue a good diagnostics when attempt to select | Fariborz Jahanian |
2009-09-14 | Skeletal support for friend class templates. | John McCall |
2009-09-14 | Refactor MarkDeductedTemplateParameters into | Douglas Gregor |
2009-09-14 | Implement partial ordering of function template specializations | Douglas Gregor |
2009-09-12 | Use the correct CastKind for derived-to-base pointer conversions. | Anders Carlsson |