| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support implicitly closing on 'this' in a block. Fixed PR7165. | John McCall | 2010-05-20 | 1 | -13/+33 |
| * | Adds support for ObjC++'s GC attribute on declaration of | Fariborz Jahanian | 2010-05-19 | 1 | -0/+81 |
| * | Teach the ObjC mangler to ignore member pointers just like gcc does. | John McCall | 2010-05-17 | 1 | -0/+5 |
| * | Teach ASTContext::getUnqualifiedArrayType() how to look through | Douglas Gregor | 2010-05-17 | 1 | -5/+14 |
| * | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -101/+119 |
| * | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -47/+18 |
| * | Allocate most of DeclarationNamesTable using ASTContext's allcocator. The on... | Ted Kremenek | 2010-05-10 | 1 | -3/+0 |
| * | Start converting pieces of DeclarationNameTable to be allocated using ASTCont... | Ted Kremenek | 2010-05-10 | 1 | -1/+6 |
| * | Implement encoding of methods which have instantiated | Fariborz Jahanian | 2010-05-07 | 1 | -0/+11 |
| * | When synthesizing Objective C records, give the synthetic fields public | John McCall | 2010-04-30 | 1 | -0/+8 |
| * | Revert "Fix for PR6953: per gcc, regparm and noreturn affect the compatibilit... | Daniel Dunbar | 2010-04-28 | 1 | -8/+13 |
| * | Fix for PR6953: per gcc, regparm and noreturn affect the compatibility of | Eli Friedman | 2010-04-27 | 1 | -13/+8 |
| * | More simplifications. | Benjamin Kramer | 2010-04-27 | 1 | -17/+7 |
| * | Move CollectIvarsToConstructOrDestruct to Sema | Fariborz Jahanian | 2010-04-27 | 1 | -49/+0 |
| * | Simplify some code. No change in functionality. | Benjamin Kramer | 2010-04-27 | 1 | -18/+9 |
| * | Make the InjectedClassNameType the canonical type of the current instantiation | John McCall | 2010-04-27 | 1 | -12/+17 |
| * | New method to construct/destruct ivars that have non-trivial default | Fariborz Jahanian | 2010-04-26 | 1 | -0/+49 |
| * | Turn CXXMethodVector into a generic class template. | Anders Carlsson | 2010-04-23 | 1 | -49/+0 |
| * | More work toward implementing | Fariborz Jahanian | 2010-04-23 | 1 | -0/+40 |
| * | When computing the alignof value for a vector type, ensure that | Dan Gohman | 2010-04-21 | 1 | -1/+1 |
| * | AST: Dump ASTRecordLayout objects when they are created with -fdump-record-la... | Daniel Dunbar | 2010-04-19 | 1 | -0/+5 |
| * | Fix -Wcast-qual warnings. | Dan Gohman | 2010-04-19 | 1 | -1/+2 |
| * | Add encoding of reference types like gcc does for objc methods and | Fariborz Jahanian | 2010-04-13 | 1 | -3/+8 |
| * | Implement method type encoding in the presense | Fariborz Jahanian | 2010-04-08 | 1 | -2/+2 |
| * | Fix a misuse of iterators when iterating through block's | Fariborz Jahanian | 2010-04-08 | 1 | -2/+2 |
| * | Put type restriction on convesion to nonconforming 'id' back in | Fariborz Jahanian | 2010-04-06 | 1 | -3/+2 |
| * | Relax the typesafty rules of block pointers types which | Fariborz Jahanian | 2010-04-01 | 1 | -2/+3 |
| * | Extend DependentNameType with a keyword enum that specifies whether | Douglas Gregor | 2010-03-31 | 1 | -14/+24 |
| * | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor | 2010-03-31 | 1 | -16/+16 |
| * | Remember the regparm attribute in FunctionType::ExtInfo. | Rafael Espindola | 2010-03-30 | 1 | -7/+20 |
| * | the big refactoring bits of PR3782. | Rafael Espindola | 2010-03-30 | 1 | -34/+43 |
| * | Be a bit more consistent in using operator-> | Rafael Espindola | 2010-03-29 | 1 | -2/+2 |
| * | Implement a framework for the delay of arbitrary diagnostics within | John McCall | 2010-03-24 | 1 | -1/+2 |
| * | More clean up of ivars which are either in class extensions and | Fariborz Jahanian | 2010-03-22 | 1 | -27/+15 |
| * | Remove the capture, serialization, and deserialization of comment | Douglas Gregor | 2010-03-19 | 1 | -197/+1 |
| * | objective-c patch to provide type safty when blocks are passing or | Fariborz Jahanian | 2010-03-17 | 1 | -7/+59 |
| * | Let SourceManager::getBufferData return StringRef instead of a pair of two co... | Benjamin Kramer | 2010-03-16 | 1 | -2/+2 |
| * | Give SourceManager a Diagnostic object with which to report errors, | Douglas Gregor | 2010-03-16 | 1 | -10/+12 |
| * | Introduce a new BufferResult class to act as the return type of | Douglas Gregor | 2010-03-15 | 1 | -9/+15 |
| * | Check compatibility of vector types using their canonicalizations. | John McCall | 2010-03-12 | 1 | -1/+2 |
| * | Extend the builtin syntax to allow address-space qualifiers on pointers and | John McCall | 2010-03-12 | 1 | -4/+15 |
| * | For ivars created using @synthesize, set their DeclContext to be | Ted Kremenek | 2010-03-11 | 1 | -28/+4 |
| * | Allow the fast path through ASTContext::getTypeDeclType to be inlined. | John McCall | 2010-03-10 | 1 | -18/+16 |
| * | Create a new InjectedClassNameType to represent bare-word references to the | John McCall | 2010-03-10 | 1 | -1/+58 |
| * | Allocate ASTRecordLayout objects using the allocator associated with ASTContext. | Ted Kremenek | 2010-03-08 | 1 | -13/+13 |
| * | Patch to build qualifier on objective-c | Fariborz Jahanian | 2010-03-05 | 1 | -3/+5 |
| * | Eliminate the static map of overridden C++ methods, which was going to | Douglas Gregor | 2010-03-02 | 1 | -0/+80 |
| * | Split out types that are non-canonical unless dependent as their own | John McCall | 2010-03-01 | 1 | -3/+1 |
| * | Forgot to include nested protocols in collection, resulting in | Fariborz Jahanian | 2010-02-25 | 1 | -1/+3 |
| * | When a reference to a field of a struct/union/class is passed to the | Charles Davis | 2010-02-23 | 1 | -0/+6 |