Age | Commit message (Expand) | Author |
2009-01-09 | Provide a new kind of iterator, the specific_decl_iterator, that | Douglas Gregor |
2009-01-07 | Initial implementation of anonymous unions (and, as a GNU extension, | Douglas Gregor |
2008-12-18 | Clean up the C89/C++ warnings about C99 array features to not | Chris Lattner |
2008-12-15 | Diagnose erroneous uses of out-of-line member definitions and scope | Douglas Gregor |
2008-12-05 | Introduce basic support for dependent types, type-dependent | Douglas Gregor |
2008-12-02 | Handle new by passing the Declaration to the Action, not a processed type. | Sebastian Redl |
2008-11-24 | Change a whole lot of diagnostics to take QualType's directly | Chris Lattner |
2008-11-21 | Implementation of new and delete parsing and sema. | Sebastian Redl |
2008-11-20 | remove the last old-fashioned Diag method. Transition complete! | Chris Lattner |
2008-11-20 | remove another old-school Diag method. | Chris Lattner |
2008-11-19 | remove one more old-style Diag method. | Chris Lattner |
2008-11-03 | Implement C++ DR 106 and C++ DR 540, both of which deal with | Douglas Gregor |
2008-10-26 | Don't give a default argument to ASTContext::getFunctionType for the TypeQual... | Argyrios Kyrtzidis |
2008-10-24 | -Add support for cv-qualifiers after function declarators. | Argyrios Kyrtzidis |
2008-10-24 | Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian... | Douglas Gregor |
2008-10-22 | Implement ranking of standard conversion sequences by their qualification | Douglas Gregor |
2008-10-22 | Move Sema::GetNonReferenceType to QualType::getNonReferenceType and make it i... | Douglas Gregor |
2008-10-21 | Initial step toward supporting qualification conversions (C++ 4.4). | Douglas Gregor |
2008-10-20 | fix indentation | Chris Lattner |
2008-10-16 | In C++, an empty parameter list indicates a function that takes no parameters. | Argyrios Kyrtzidis |
2008-08-27 | First wave of changes to support "blocks" (an extension to C). | Steve Naroff |
2008-08-25 | Do typechecking and codegen for K&R-style function declarations | Eli Friedman |
2008-08-18 | warn when someone tries to make an array of ObjC interfaces instead of array | Chris Lattner |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-08-09 | Implement support for the 'wchar_t' C++ type. | Argyrios Kyrtzidis |
2008-07-26 | make DeclSpec manage its own protocol qualifier list memory instead of having | Chris Lattner |
2008-07-26 | fix several problems with the protocol qualified id handling where id was imp... | Chris Lattner |
2008-06-29 | make type attribute processing static instead of methods on Sema. | Chris Lattner |
2008-06-29 | handle type attributes when converting types, not when processing decls. | Chris Lattner |
2008-06-28 | adjust the prototypes of a bunch of decl processing methods to take | Chris Lattner |
2008-06-27 | the 'mode' attribute is a decl attribute, not a type attribute. Move it to | Chris Lattner |
2008-06-26 | Make Declarator::getDeclSpec() return a const reference to avoid | Chris Lattner |
2008-06-26 | fix a bug handling type attributes in the declspec. declspec processing | Chris Lattner |
2008-05-27 | Implementation of gcc mode attribute; this is significant because | Eli Friedman |
2008-05-14 | An array of VLAs is a VLA. Shouldn't make any significant difference at | Eli Friedman |
2008-05-07 | Diagnose attempts to use C++ default arguments outside of a function declaration | Douglas Gregor |
2008-04-13 | Introduce support for finding class and enum names via ordinary name lookup i... | Douglas Gregor |
2008-04-13 | This patch is just the easy part of the class names patch, which | Chris Lattner |
2008-04-10 | Several improvements from Doug Gregor related to default | Chris Lattner |
2008-04-08 | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner |
2008-04-06 | move a semantic check out of the parser into sema. | Chris Lattner |
2008-04-05 | Fix handling of implicit int, resolving PR2012 and reverting (and | Chris Lattner |
2008-04-02 | add a common base class "PointerLikeType" for PointerType and ReferenceType, | Chris Lattner |
2008-04-02 | Various parts of the standard require something to be an "incomplete or | Chris Lattner |
2008-04-02 | 1) Enforce C99 6.7.3p2: "Types other than pointer types derived from | Chris Lattner |
2008-04-02 | Fix several bugs in array -> pointer decomposition. | Chris Lattner |
2008-04-02 | Fix PR2017 and silence some bogus errors. | Chris Lattner |
2008-03-16 | Make the parameter count of ObjCMethodDecl unsigned, you | Chris Lattner |