| Commit message (Expand) | Author | Age | Files | Lines |
| * | implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. | Chris Lattner | 2009-09-23 | 1 | -0/+1 |
| * | Code refactoring and cleanup. | Fariborz Jahanian | 2009-09-22 | 1 | -0/+2 |
| * | Implement code completion within a function call, triggered after the | Douglas Gregor | 2009-09-22 | 1 | -2/+29 |
| * | Code completion for ordinary names when we're starting a declaration, express... | Douglas Gregor | 2009-09-21 | 1 | -0/+1 |
| * | Code completion for "case" statements within a switch on an expression | Douglas Gregor | 2009-09-21 | 1 | -0/+1 |
| * | Refactor and simplify the CodeCompleteConsumer, so that all of the | Douglas Gregor | 2009-09-21 | 1 | -5/+0 |
| * | Make the construction of the code-completion string for a function | Douglas Gregor | 2009-09-18 | 1 | -2/+4 |
| * | C++ code completion after the "operator" keyword. Provide overloaded | Douglas Gregor | 2009-09-18 | 1 | -0/+1 |
| * | Introduce four new code-completion hooks for C++: | Douglas Gregor | 2009-09-18 | 1 | -2/+4 |
| * | Implement code completion for tags, e.g., code completion after "enum" | Douglas Gregor | 2009-09-18 | 1 | -0/+3 |
| * | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor | 2009-09-17 | 1 | -0/+21 |
| * | When creating function types, remove any top-level CVR qualifications in the ... | Anders Carlsson | 2009-09-16 | 1 | -0/+13 |
| * | Improved representation and support for friend class templates. Angst about ... | John McCall | 2009-09-16 | 1 | -1/+2 |
| * | Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even | Douglas Gregor | 2009-09-16 | 1 | -2/+4 |
| * | When implicitly declaring operators new, new[], delete, and delete[], | Douglas Gregor | 2009-09-15 | 1 | -4/+5 |
| * | Issue good diagnostics when initialization failes due to | Fariborz Jahanian | 2009-09-15 | 1 | -10/+10 |
| * | Implement partial ordering of class template partial specializations | Douglas Gregor | 2009-09-15 | 1 | -1/+9 |
| * | Get rid of the CastInfo struct. | Anders Carlsson | 2009-09-15 | 1 | -3/+2 |
| * | Issue a good diagnostics when attempt to select | Fariborz Jahanian | 2009-09-15 | 1 | -0/+1 |
| * | Skeletal support for friend class templates. | John McCall | 2009-09-14 | 1 | -1/+1 |
| * | Refactor MarkDeductedTemplateParameters into | Douglas Gregor | 2009-09-14 | 1 | -2/+3 |
| * | Implement partial ordering of function template specializations | Douglas Gregor | 2009-09-14 | 1 | -1/+1 |
| * | Use the correct CastKind for derived-to-base pointer conversions. | Anders Carlsson | 2009-09-12 | 1 | -1/+2 |
| * | Alter Action's friend interface to prepare for templated friend declarations and | John McCall | 2009-09-11 | 1 | -6/+3 |
| * | Undid my yesterday patch which is not needed with an upcoming patch. | Fariborz Jahanian | 2009-09-11 | 1 | -3/+0 |
| * | Support elaborated dependent types and diagnose tag mismatches. | John McCall | 2009-09-11 | 1 | -1/+9 |
| * | Patch to collect conversion methods in base(s) and derived | Fariborz Jahanian | 2009-09-10 | 1 | -0/+3 |
| * | Improve handling of initialization by constructor, by ensuring that | Douglas Gregor | 2009-09-09 | 1 | -3/+9 |
| * | If a cast expression needs either a conversion function or a constructor to b... | Anders Carlsson | 2009-09-09 | 1 | -0/+6 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -344/+344 |
| * | Fix PR4922, where Sema would complete tentative definitions in nondeterminstic | Chris Lattner | 2009-09-08 | 1 | -0/+1 |
| * | Support templateids in friend declarations. Fixes bug 4859. | John McCall | 2009-09-08 | 1 | -4/+7 |
| * | Handle variadic constructors better. Share code between BuildCXXConstructExpr... | Anders Carlsson | 2009-09-08 | 1 | -1/+2 |
| * | BuildCXXConstructExpr now takes a MultiExprArg. | Anders Carlsson | 2009-09-07 | 1 | -3/+3 |
| * | Pass the ConstructLoc to BuildCXXConstructExpr. | Anders Carlsson | 2009-09-05 | 1 | -4/+8 |
| * | Use a separate diagnostic for default function argument expressions. | Anders Carlsson | 2009-09-05 | 1 | -0/+13 |
| * | Improve the AST representation and semantic analysis for extern | Douglas Gregor | 2009-09-04 | 1 | -4/+7 |
| * | If a destructor is referenced or a pseudo-destructor expression is | Douglas Gregor | 2009-09-04 | 1 | -1/+2 |
| * | Parse extern templates, pass that information all the way to Sema, | Douglas Gregor | 2009-09-04 | 1 | -2/+6 |
| * | Correctly handle elaborated template ids. Still not handled properly for fri... | John McCall | 2009-09-04 | 1 | -1/+3 |
| * | Patch to instantiate destructors used to destruct | Fariborz Jahanian | 2009-09-03 | 1 | -0/+6 |
| * | Improve template instantiation for member access expressions that | Douglas Gregor | 2009-09-03 | 1 | -9/+18 |
| * | Issue diagnostics in variety of situations involving | Fariborz Jahanian | 2009-09-03 | 1 | -1/+7 |
| * | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor | 2009-09-02 | 1 | -19/+14 |
| * | Fix a little crasher in friend decls. Thanks again to Eli for finding this. | John McCall | 2009-09-02 | 1 | -3/+4 |
| * | Preliminary AST representation and semantic analysis for | Douglas Gregor | 2009-09-01 | 1 | -0/+20 |
| * | Fix bug 4784 and allow friend declarations to properly extend | John McCall | 2009-08-31 | 1 | -1/+13 |
| * | Add parsing for references to member function templates with explicit | Douglas Gregor | 2009-08-31 | 1 | -0/+14 |
| * | PR4836, part 1: add Sema support for __builtin_isnan and friends; they | Eli Friedman | 2009-08-31 | 1 | -0/+1 |
| * | Support explicit C++ member operator syntax, from James Porter! | Douglas Gregor | 2009-08-31 | 1 | -0/+15 |