Age | Commit message (Expand) | Author |
2009-11-09 | Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of | Douglas Gregor |
2009-11-05 | Be a little more careful when trying to extract a TypeDecl from a enum/class/... | Douglas Gregor |
2009-11-05 | Allow the element type of arrays to be incomplete in C++. | Sebastian Redl |
2009-11-04 | Store the unresolved class type in MemberPointerType's Class field, | Douglas Gregor |
2009-11-04 | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall |
2009-11-03 | Introduce a new class, UnqualifiedId, that provides a parsed | Douglas Gregor |
2009-10-30 | Include pointee type information in the diagnostic for creating bad pointers or | John McCall |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-27 | Only set the point of instantiation for an implicit or explicit | Douglas Gregor |
2009-10-25 | Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul... | Chris Lattner |
2009-10-25 | move calls to DiagnoseUseOfDecl (which warns about deprecated/unavailable | Chris Lattner |
2009-10-25 | Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the ... | Sebastian Redl |
2009-10-25 | move the extwarn about using long long out of the entry of | Chris Lattner |
2009-10-25 | simplify interface to ConvertDeclSpecToType, check for inferred | Chris Lattner |
2009-10-25 | change ConvertDeclSpecToType to be a static function in SemaType.cpp | Chris Lattner |
2009-10-25 | various cleanups for SemaType.cpp | Chris Lattner |
2009-10-22 | When building types from declarators, instead of building two types (one for | John McCall |
2009-10-21 | Don't (directly) call RequireCompleteType with an invalid source location. | Douglas Gregor |
2009-10-18 | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall |
2009-10-16 | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall |
2009-10-15 | Better living through metaprogramming. Create a base class which abstracts | John McCall |
2009-10-12 | Diagnose the declaration of explicit specializations after an implicit | Douglas Gregor |
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-08 | Improve checking for specializations of member classes of class | Douglas Gregor |
2009-10-06 | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor |
2009-09-29 | Introduce ObjCInterfaceLoc which provides type source information for ObjC in... | Argyrios Kyrtzidis |
2009-09-29 | Introduce ObjCProtocolListLoc for keeping source location information for pro... | Argyrios Kyrtzidis |
2009-09-25 | Declarators can now properly represent template-ids, e.g., for | Douglas Gregor |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-16 | When creating function types, remove any top-level CVR qualifications in the ... | Anders Carlsson |
2009-09-11 | Track a class template specialization's point of instantiation separately | John McCall |
2009-09-11 | Diagnose VLAs as an error in C++. | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-05 | Start emitting ElaboratedTypes in C++ mode. Support the effort in various | John McCall |
2009-09-04 | Improve the AST representation and semantic analysis for extern | Douglas Gregor |
2009-08-29 | Fix the start source location for type-specs like long, short, etc. | Argyrios Kyrtzidis |
2009-08-28 | Tighten up the conversion from a single-level template argument list | Douglas Gregor |
2009-08-26 | Bye-bye old RequireCompleteType. | Anders Carlsson |
2009-08-26 | Remove another unused argument. | Anders Carlsson |
2009-08-26 | Remove the PrintType argument from RequireCompleteType. | Anders Carlsson |
2009-08-26 | Add a RequireCompleteType variant that takes a PartialDiagnostic. The old Req... | Anders Carlsson |
2009-08-24 | Try to complete a type before looking for conversion functions within | Douglas Gregor |
2009-08-19 | Make integer promotions work correctly on PIC16 and other platforms | Eli Friedman |
2009-08-19 | Fix a comment and improve an assert message. | Argyrios Kyrtzidis |
2009-08-19 | Use Sema's LocInfoType to pass and preserve type source info through the Parser. | Argyrios Kyrtzidis |
2009-08-19 | Introduce LocInfoType which is a Sema-specific implementation detail. | Argyrios Kyrtzidis |