Age | Commit message (Expand) | Author |
2009-03-09 | Rename DiagnoseIncompleteType to RequireCompleteType, and update the document... | Douglas Gregor |
2009-03-03 | Implement the basics of implicit instantiation of class templates, in | Douglas Gregor |
2009-02-28 | Template instantiation for function types | Douglas Gregor |
2009-02-28 | Implement template instantiation for pointer, reference, and (some) | Douglas Gregor |
2009-02-27 | Give a code insertion hint for how to fix 'implicit int' warnings and errors. | Chris Lattner |
2009-02-27 | upgrade various 'implicit int' warnings from an ext-warn to warning when not | Chris Lattner |
2009-02-26 | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor |
2009-02-26 | Drop uses of getAsPointerLikeType. | Daniel Dunbar |
2009-02-23 | - Generate error for protocol qualifiers on 'Class'. | Steve Naroff |
2009-02-23 | Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. | Steve Naroff |
2009-02-21 | Add support for GCC ObjC extension "Class<protocol>". Sigh. | Steve Naroff |
2009-02-21 | Warn about bogus protocol qualifiers. | Steve Naroff |
2009-02-21 | Re-fix r65140 correctly. | Eli Friedman |
2009-02-20 | Always try to fold array sizes, and warn if we could fold something that isn'... | Anders Carlsson |
2009-02-20 | remove some more methods from objc decls, using the iterator | Chris Lattner |
2009-02-18 | fariborz already fixed this. | Chris Lattner |
2009-02-18 | minor name changes, no functionality change. | Chris Lattner |
2009-02-18 | Start generating gc'able code using the new | Fariborz Jahanian |
2009-02-18 | Cleanup objc's gc attributes code no longer needed. | Fariborz Jahanian |
2009-02-18 | Update Parser::ParseTypeName to return a TypeResult, which also tells | Douglas Gregor |
2009-02-18 | Allow "overloadable" functions in C to be declared as variadic without | Douglas Gregor |
2009-02-18 | Representation of objc gc's attribute using ExtQualType. | Fariborz Jahanian |
2009-02-17 | Renamed ASQualType to ExtQualType to reflect its more | Fariborz Jahanian |
2009-02-16 | Make "implicit int" an error in C++ (unless we're allowing Microsoft | Douglas Gregor |
2009-02-16 | random cleanup | Chris Lattner |
2009-02-14 | Add a test case for -ffreestanding that redefines malloc. | Douglas Gregor |
2009-02-11 | Rename Sema::hasSameType to QualType::isSameAs | Douglas Gregor |
2009-02-10 | Add type-checking and implicit conversions for template parameters of | Douglas Gregor |
2009-02-10 | GNU allows structs with flexible array members to be placed inside | Douglas Gregor |
2009-02-09 | Make Sema::getTypeName return the opaque pointer of a QualType rather | Douglas Gregor |
2009-02-07 | Use 'Destroy(Context)' instead of 'Context.Deallocate()' (does recursive free... | Ted Kremenek |
2009-02-07 | Overhaul of Stmt allocation: | Ted Kremenek |
2009-02-04 | Add support for blocks with explicit return types. | Mike Stump |
2009-01-30 | Implement and test aggregate initialization in C++. Major changes: | Douglas Gregor |
2009-01-29 | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner |
2009-01-28 | Implement pointer to member handling in static_cast. | Sebastian Redl |
2009-01-27 | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner |
2009-01-26 | Remove an implemented FIXME and extend test cases. Follow-up on Doug's review. | Sebastian Redl |
2009-01-25 | Implement implicit conversions for pointers-to-member. | Sebastian Redl |
2009-01-24 | Add support for declaring pointers to members. | Sebastian Redl |
2009-01-19 | Centralize error reporting of improper uses of incomplete types in the | Douglas Gregor |
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 |