| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor | 2008-11-17 | 1 | -4/+5 |
| * | Fix Release-Asserts warning. | Daniel Dunbar | 2008-11-11 | 1 | -0/+1 |
| * | Support getTypeInfo, getTypeAlign, getTypeSize on const Type*s. | Daniel Dunbar | 2008-11-08 | 1 | -6/+8 |
| * | Eliminate header dependency ASTContext -> TargetInfo | Douglas Gregor | 2008-11-03 | 1 | -2/+3 |
| * | Connect ASTContext to TargetInfo when determining the size_t, ptrdiff_t, and ... | Douglas Gregor | 2008-11-03 | 1 | -9/+22 |
| * | Don't give a default argument to ASTContext::getFunctionType for the TypeQual... | Argyrios Kyrtzidis | 2008-10-26 | 1 | -3/+7 |
| * | -Add support for cv-qualifiers after function declarators. | Argyrios Kyrtzidis | 2008-10-24 | 1 | -3/+5 |
| * | Fix <rdar://problem/6257645> clang static analyzer crashes when encountering ... | Steve Naroff | 2008-10-21 | 1 | -0/+5 |
| * | Preliminary support for function overloading | Douglas Gregor | 2008-10-21 | 1 | -1/+4 |
| * | Sema::CheckCompareOperands() and ASTContext::mergeTypes(): Change handling of... | Steve Naroff | 2008-10-20 | 1 | -4/+20 |
| * | Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. | Daniel Dunbar | 2008-10-17 | 1 | -21/+9 |
| * | More Obj-C type encoding improvements. | Daniel Dunbar | 2008-10-17 | 1 | -18/+31 |
| * | Fix bug in Obj-C type encoding for structures. | Daniel Dunbar | 2008-10-17 | 1 | -13/+22 |
| * | Anonymous structures print as '?=' in Obj-C type encoding. | Daniel Dunbar | 2008-10-17 | 1 | -1/+6 |
| * | Using dyn_cast_or_null here is redundant, use dyn_cast instead. | Argyrios Kyrtzidis | 2008-10-16 | 1 | -6/+6 |
| * | Implement #pragma pack use in structure packing. The general approach | Daniel Dunbar | 2008-10-16 | 1 | -10/+32 |
| * | silence a bunch of warnings in a release-assert build. | Chris Lattner | 2008-10-12 | 1 | -13/+11 |
| * | Wrap long lines and other minor cleanups, no functionality change. | Chris Lattner | 2008-10-05 | 1 | -22/+31 |
| * | Pass postfix attributes to ActOnFields (mismarked a file). | Daniel Dunbar | 2008-10-03 | 1 | -2/+0 |
| * | Pass postfix attributes to ActOnFields. | Daniel Dunbar | 2008-10-03 | 1 | -0/+2 |
| * | Add # of block pointer types to -print-stats. | Daniel Dunbar | 2008-09-26 | 1 | -1/+4 |
| * | Extend ASTContext::getTypeInfo() and ASTContext::getObjCEncodingForType() for... | Steve Naroff | 2008-09-24 | 1 | -0/+8 |
| * | Tweak implementation for allowing ObjC builtin type redefinitions. | Steve Naroff | 2008-09-09 | 1 | -7/+0 |
| * | Simplify typesAreBlockCompatible(). | Steve Naroff | 2008-09-09 | 1 | -41/+1 |
| * | More type checking for blocks. Still incomplete (will hopefully finish up thi... | Steve Naroff | 2008-09-05 | 1 | -1/+13 |
| * | Change struct forward declarations and definitions to use unique RecordDecls,... | Ted Kremenek | 2008-09-05 | 1 | -9/+22 |
| * | Remove "NextDecl" from RecordDecl. This change touches many files that where... | Ted Kremenek | 2008-09-05 | 1 | -2/+2 |
| * | Fix a handful of typos (closure->block) to avoid confusion. | Steve Naroff | 2008-09-04 | 1 | -1/+1 |
| * | Add type checking for blocks. | Steve Naroff | 2008-09-04 | 1 | -0/+46 |
| * | Add code to create the fast enumeration state type | Anders Carlsson | 2008-08-30 | 1 | -1/+28 |
| * | Add parser/action support for block literal expressions. | Steve Naroff | 2008-08-28 | 1 | -3/+3 |
| * | NeXT: Emit mostly-correct property type encoding. | Daniel Dunbar | 2008-08-28 | 1 | -1/+87 |
| * | First wave of changes to support "blocks" (an extension to C). | Steve Naroff | 2008-08-27 | 1 | -0/+31 |
| * | Fix some issues with array type merging. (No visible difference, | Eli Friedman | 2008-08-22 | 1 | -8/+12 |
| * | Minor const cleanup. | Eli Friedman | 2008-08-22 | 1 | -1/+1 |
| * | Rewrite type compatibility testing to do type merging rather than just | Eli Friedman | 2008-08-22 | 1 | -151/+175 |
| * | Fix ASTContext::getObjCEncodingForType() to limit the type info for structure... | Steve Naroff | 2008-08-14 | 1 | -1/+6 |
| * | Update some isIntegerConstantExpr uses to use | Daniel Dunbar | 2008-08-13 | 1 | -5/+2 |
| * | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -2/+0 |
| * | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -0/+14 |
| * | Fix PR2400 by more graceful handling of invalid decls. Don't try to layout | Chris Lattner | 2008-08-09 | 1 | -2/+8 |
| * | Change 'Wchar' to 'WChar' casing, for consistency. | Argyrios Kyrtzidis | 2008-08-09 | 1 | -2/+2 |
| * | Implement support for the 'wchar_t' C++ type. | Argyrios Kyrtzidis | 2008-08-09 | 1 | -1/+25 |
| * | Add CXXRecordType class. | Argyrios Kyrtzidis | 2008-08-07 | 1 | -7/+10 |
| * | Finally fix PR2189. This makes a fairly invasive but important change to | Chris Lattner | 2008-08-04 | 1 | -57/+114 |
| * | convert more code to use ASTContext to get canonical types instead | Chris Lattner | 2008-07-26 | 1 | -6/+6 |
| * | fix several problems with the protocol qualified id handling where id was imp... | Chris Lattner | 2008-07-26 | 1 | -14/+3 |
| * | Move isObjCObjectPointerType() from Sema to ASTContext. | Ted Kremenek | 2008-07-24 | 1 | -0/+26 |
| * | Make a few related changes: | Chris Lattner | 2008-06-30 | 1 | -0/+14 |
| * | Fix for PR2501; this patch makes usual arithmetic conversions for | Eli Friedman | 2008-06-28 | 1 | -0/+35 |