Age | Commit message (Expand) | Author |
2008-12-05 | Introduce basic support for dependent types, type-dependent | Douglas Gregor |
2008-12-05 | Representation of template type parameters and non-type template | Douglas Gregor |
2008-11-24 | Migrate some stuff from NamedDecl::getName() to | Chris Lattner |
2008-11-24 | simplify this code. | Chris Lattner |
2008-11-24 | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner |
2008-11-19 | formatting | Chris Lattner |
2008-11-17 | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor |
2008-11-11 | Fix Release-Asserts warning. | Daniel Dunbar |
2008-11-08 | Support getTypeInfo, getTypeAlign, getTypeSize on const Type*s. | Daniel Dunbar |
2008-11-03 | Eliminate header dependency ASTContext -> TargetInfo | Douglas Gregor |
2008-11-03 | Connect ASTContext to TargetInfo when determining the size_t, ptrdiff_t, and ... | 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-21 | Fix <rdar://problem/6257645> clang static analyzer crashes when encountering ... | Steve Naroff |
2008-10-21 | Preliminary support for function overloading | Douglas Gregor |
2008-10-20 | Sema::CheckCompareOperands() and ASTContext::mergeTypes(): Change handling of... | Steve Naroff |
2008-10-17 | Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. | Daniel Dunbar |
2008-10-17 | More Obj-C type encoding improvements. | Daniel Dunbar |
2008-10-17 | Fix bug in Obj-C type encoding for structures. | Daniel Dunbar |
2008-10-17 | Anonymous structures print as '?=' in Obj-C type encoding. | Daniel Dunbar |
2008-10-16 | Using dyn_cast_or_null here is redundant, use dyn_cast instead. | Argyrios Kyrtzidis |
2008-10-16 | Implement #pragma pack use in structure packing. The general approach | Daniel Dunbar |
2008-10-12 | silence a bunch of warnings in a release-assert build. | Chris Lattner |
2008-10-05 | Wrap long lines and other minor cleanups, no functionality change. | Chris Lattner |
2008-10-03 | Pass postfix attributes to ActOnFields (mismarked a file). | Daniel Dunbar |
2008-10-03 | Pass postfix attributes to ActOnFields. | Daniel Dunbar |
2008-09-26 | Add # of block pointer types to -print-stats. | Daniel Dunbar |
2008-09-24 | Extend ASTContext::getTypeInfo() and ASTContext::getObjCEncodingForType() for... | Steve Naroff |
2008-09-09 | Tweak implementation for allowing ObjC builtin type redefinitions. | Steve Naroff |
2008-09-09 | Simplify typesAreBlockCompatible(). | Steve Naroff |
2008-09-05 | More type checking for blocks. Still incomplete (will hopefully finish up thi... | Steve Naroff |
2008-09-05 | Change struct forward declarations and definitions to use unique RecordDecls,... | Ted Kremenek |
2008-09-05 | Remove "NextDecl" from RecordDecl. This change touches many files that where... | Ted Kremenek |
2008-09-04 | Fix a handful of typos (closure->block) to avoid confusion. | Steve Naroff |
2008-09-04 | Add type checking for blocks. | Steve Naroff |
2008-08-30 | Add code to create the fast enumeration state type | Anders Carlsson |
2008-08-28 | Add parser/action support for block literal expressions. | Steve Naroff |
2008-08-28 | NeXT: Emit mostly-correct property type encoding. | Daniel Dunbar |
2008-08-27 | First wave of changes to support "blocks" (an extension to C). | Steve Naroff |
2008-08-22 | Fix some issues with array type merging. (No visible difference, | Eli Friedman |
2008-08-22 | Minor const cleanup. | Eli Friedman |
2008-08-22 | Rewrite type compatibility testing to do type merging rather than just | Eli Friedman |
2008-08-14 | Fix ASTContext::getObjCEncodingForType() to limit the type info for structure... | Steve Naroff |
2008-08-13 | Update some isIntegerConstantExpr uses to use | Daniel Dunbar |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-08-09 | Fix PR2400 by more graceful handling of invalid decls. Don't try to layout | Chris Lattner |
2008-08-09 | Change 'Wchar' to 'WChar' casing, for consistency. | Argyrios Kyrtzidis |
2008-08-09 | Implement support for the 'wchar_t' C++ type. | Argyrios Kyrtzidis |
2008-08-07 | Add CXXRecordType class. | Argyrios Kyrtzidis |