Age | Commit message (Expand) | Author |
2010-04-08 | Implement method type encoding in the presense | Fariborz Jahanian |
2010-04-08 | Fix a misuse of iterators when iterating through block's | Fariborz Jahanian |
2010-04-06 | Put type restriction on convesion to nonconforming 'id' back in | Fariborz Jahanian |
2010-04-01 | Relax the typesafty rules of block pointers types which | Fariborz Jahanian |
2010-03-31 | Extend DependentNameType with a keyword enum that specifies whether | Douglas Gregor |
2010-03-31 | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor |
2010-03-30 | Remember the regparm attribute in FunctionType::ExtInfo. | Rafael Espindola |
2010-03-30 | the big refactoring bits of PR3782. | Rafael Espindola |
2010-03-29 | Be a bit more consistent in using operator-> | Rafael Espindola |
2010-03-24 | Implement a framework for the delay of arbitrary diagnostics within | John McCall |
2010-03-22 | More clean up of ivars which are either in class extensions and | Fariborz Jahanian |
2010-03-19 | Remove the capture, serialization, and deserialization of comment | Douglas Gregor |
2010-03-17 | objective-c patch to provide type safty when blocks are passing or | Fariborz Jahanian |
2010-03-16 | Let SourceManager::getBufferData return StringRef instead of a pair of two co... | Benjamin Kramer |
2010-03-16 | Give SourceManager a Diagnostic object with which to report errors, | Douglas Gregor |
2010-03-15 | Introduce a new BufferResult class to act as the return type of | Douglas Gregor |
2010-03-12 | Check compatibility of vector types using their canonicalizations. | John McCall |
2010-03-12 | Extend the builtin syntax to allow address-space qualifiers on pointers and | John McCall |
2010-03-11 | For ivars created using @synthesize, set their DeclContext to be | Ted Kremenek |
2010-03-10 | Allow the fast path through ASTContext::getTypeDeclType to be inlined. | John McCall |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-03-08 | Allocate ASTRecordLayout objects using the allocator associated with ASTContext. | Ted Kremenek |
2010-03-05 | Patch to build qualifier on objective-c | Fariborz Jahanian |
2010-03-02 | Eliminate the static map of overridden C++ methods, which was going to | Douglas Gregor |
2010-03-01 | Split out types that are non-canonical unless dependent as their own | John McCall |
2010-02-25 | Forgot to include nested protocols in collection, resulting in | Fariborz Jahanian |
2010-02-23 | When a reference to a field of a struct/union/class is passed to the | Charles Davis |
2010-02-23 | More support for ivars in class extension. | Fariborz Jahanian |
2010-02-21 | Eliminate the default arguments to ASTContext::getFunctionType(), | Douglas Gregor |
2010-02-19 | Patch removes IVars list from ObjCInterfaceDecl and | Fariborz Jahanian |
2010-02-16 | Make the various type-decl Types (and their associated ASTContext routines) | John McCall |
2010-02-12 | Patch to fix a warning which exposed a bug in building | Fariborz Jahanian |
2010-02-12 | Fix a latent bug found by Ahmed Charles, where we were calling | Douglas Gregor |
2010-02-11 | Have ~ASTContext() delete StoredDeclsMap (internal to DeclContext) by | Ted Kremenek |
2010-02-11 | Eliminate a bunch of unnecessary ASTContexts from members functions of | Douglas Gregor |
2010-02-11 | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor |
2010-02-10 | Reverse a partial fix patch for radar 7214820. It broke some code and | Fariborz Jahanian |
2010-02-08 | Eliminate a pointer of storage in each ObjCInterfaceType and | Douglas Gregor |
2010-02-08 | Merge block/function pointer types with objc's __weak | Fariborz Jahanian |
2010-02-05 | Standardize the parsing of function type attributes in a way that | John McCall |
2010-02-05 | Always start tag definitions before completing them. Assert same. | John McCall |
2010-02-05 | First stage of adding AltiVec support | John Thompson |
2010-02-04 | Fix an obscure crash found in the Boost.MPL test suite, along with a | Douglas Gregor |
2010-02-04 | Allow calling convention attributes to apply to types. Patch by Chip Davis! | John McCall |
2010-02-03 | Define two types to be "compatible" in C++ if they are the same, and | Douglas Gregor |
2010-02-03 | When determining whether a function without a prototype is compatible | Douglas Gregor |
2010-01-27 | Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and, | Ken Dyck |
2010-01-26 | Patch to add 'volatile' to first argument of all | Fariborz Jahanian |
2010-01-26 | Correct cut-and-paste error in doxygen comment for newly introduced | Ken Dyck |
2010-01-26 | Add getTypeAlignInChars() for use in code that works in alignments in character | Ken Dyck |