| Commit message (Expand) | Author | Age | Files | Lines |
| * | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -30/+28 |
| * | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -35/+21 |
| * | Remember the number of positive and negative bits used by the enumerators of | John McCall | 2010-05-06 | 1 | -1/+6 |
| * | Make the InjectedClassNameType the canonical type of the current instantiation | John McCall | 2010-04-27 | 1 | -2/+2 |
| * | Add BasePath arguments to all cast expr constructors. | Anders Carlsson | 2010-04-24 | 1 | -1/+5 |
| * | CastExpr should not hold a pointer to the base path. More cleanup. | Anders Carlsson | 2010-04-24 | 1 | -2/+3 |
| * | Add an InheritancePath parameter to the ImplicitCastExpr constructor. | Anders Carlsson | 2010-04-23 | 1 | -0/+1 |
| * | Recommit my change to how C++ does elaborated type lookups, now with | John McCall | 2010-04-23 | 1 | -2/+2 |
| * | Revert "C++ doesn't really use "namespaces" for different kinds of names the ... | Daniel Dunbar | 2010-04-23 | 1 | -2/+2 |
| * | C++ doesn't really use "namespaces" for different kinds of names the same | John McCall | 2010-04-23 | 1 | -2/+2 |
| * | push some source location information down through the compiler, | Chris Lattner | 2010-04-20 | 1 | -1/+1 |
| * | Keep track of the actual storage specifier written on a variable or | Douglas Gregor | 2010-04-19 | 1 | -1/+4 |
| * | Fixes a regression caused by implementing cstyle methods | Fariborz Jahanian | 2010-04-09 | 1 | -1/+2 |
| * | Match MemoryBuffer API changes. | Chris Lattner | 2010-04-05 | 1 | -2/+1 |
| * | Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invaria... | Daniel Dunbar | 2010-04-02 | 1 | -1/+2 |
| * | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor | 2010-03-31 | 1 | -4/+4 |
| * | the big refactoring bits of PR3782. | Rafael Espindola | 2010-03-30 | 1 | -9/+5 |
| * | Use SourceManager's Diagnostic object for all file-reading errors, | Douglas Gregor | 2010-03-16 | 1 | -1/+1 |
| * | Remember declaration scope qualifiers in the AST. Imposes no memory overhead | John McCall | 2010-03-15 | 1 | -0/+25 |
| * | Remember whether a ParmVarDecl was spelled with a default argument or | John McCall | 2010-03-12 | 1 | -0/+1 |
| * | Create a new InjectedClassNameType to represent bare-word references to the | John McCall | 2010-03-10 | 1 | -0/+10 |
| * | Keep track of type source information in the return type of an | Douglas Gregor | 2010-03-08 | 1 | -1/+3 |
| * | Set access specifiers on imported declarations. | Douglas Gregor | 2010-02-22 | 1 | -0/+7 |
| * | Implement AST import for C++ member functions, including constructors, destru... | Douglas Gregor | 2010-02-21 | 1 | -5/+47 |
| * | Implement AST importing for C++ namespaces. | Douglas Gregor | 2010-02-21 | 1 | -1/+67 |
| * | Collect the code that imports all of the members of a declaration context int... | Douglas Gregor | 2010-02-21 | 1 | -27/+14 |
| * | Add a missing break. Cocoa.h can now be merged twice into the same AST context | Douglas Gregor | 2010-02-19 | 1 | -0/+1 |
| * | AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty... | Douglas Gregor | 2010-02-19 | 1 | -0/+20 |
| * | AST import for sizeof and alignof expressions | Douglas Gregor | 2010-02-19 | 1 | -0/+25 |
| * | AST import for DeclRefExprs | Douglas Gregor | 2010-02-19 | 1 | -0/+25 |
| * | AST import of parenthesized expressions, unary operators, binary | Douglas Gregor | 2010-02-19 | 1 | -0/+74 |
| * | Try to fix the auroraux buildbot. I suspect it has a "#define SEC" somewhere. | Benjamin Kramer | 2010-02-18 | 1 | -6/+6 |
| * | AST import for character literals | Douglas Gregor | 2010-02-18 | 1 | -0/+11 |
| * | AST import for forward declarations of Objective-C protocols | Douglas Gregor | 2010-02-18 | 1 | -0/+45 |
| * | Implement import of forward declarations of Objective-C classes | Douglas Gregor | 2010-02-18 | 1 | -1/+42 |
| * | AST import of Objective-C categories. | Douglas Gregor | 2010-02-18 | 1 | -4/+85 |
| * | Implement AST importing of ImplicitParamDecls, despite the sad fact | Douglas Gregor | 2010-02-17 | 1 | -0/+27 |
| * | Implement AST merging for Objective-C properties. | Douglas Gregor | 2010-02-17 | 1 | -1/+62 |
| * | AST import for Objective-C protocols | Douglas Gregor | 2010-02-17 | 1 | -1/+67 |
| * | Implement AST importing and checking for Objective-C method declarations. | Douglas Gregor | 2010-02-17 | 1 | -8/+136 |
| * | Implement AST importing of Objective-C instance variables. | Douglas Gregor | 2010-02-17 | 1 | -3/+76 |
| * | Skeleton for importing Objective-C classes | Douglas Gregor | 2010-02-16 | 1 | -1/+97 |
| * | Cope with anonymous tags defined within declarators by structurally | Douglas Gregor | 2010-02-15 | 1 | -82/+142 |
| * | Reimplement the structural-equality checks used to determine whether | Douglas Gregor | 2010-02-15 | 1 | -272/+874 |
| * | Add newline. | Daniel Dunbar | 2010-02-13 | 1 | -1/+1 |
| * | Funnel changes to the ImportedDecls list in the ASTImporter through a | Douglas Gregor | 2010-02-12 | 1 | -25/+25 |
| * | Implement AST importing and merging for enumeration types and | Douglas Gregor | 2010-02-12 | 1 | -20/+232 |
| * | Simplify incomplete-array merging code in the AST importer, thanks to | Douglas Gregor | 2010-02-12 | 1 | -24/+14 |
| * | Handle AST merges of incomplete class types. | Douglas Gregor | 2010-02-12 | 1 | -40/+50 |
| * | When AST merging for record declarations fails, warn about the | Douglas Gregor | 2010-02-11 | 1 | -35/+190 |