Age | Commit message (Expand) | Author |
2010-04-09 | Fixes a regression caused by implementing cstyle methods | Fariborz Jahanian |
2010-04-05 | Match MemoryBuffer API changes. | Chris Lattner |
2010-04-02 | Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invaria... | Daniel Dunbar |
2010-03-31 | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor |
2010-03-30 | the big refactoring bits of PR3782. | Rafael Espindola |
2010-03-16 | Use SourceManager's Diagnostic object for all file-reading errors, | Douglas Gregor |
2010-03-15 | Remember declaration scope qualifiers in the AST. Imposes no memory overhead | John McCall |
2010-03-12 | Remember whether a ParmVarDecl was spelled with a default argument or | John McCall |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-03-08 | Keep track of type source information in the return type of an | Douglas Gregor |
2010-02-22 | Set access specifiers on imported declarations. | Douglas Gregor |
2010-02-21 | Implement AST import for C++ member functions, including constructors, destru... | Douglas Gregor |
2010-02-21 | Implement AST importing for C++ namespaces. | Douglas Gregor |
2010-02-21 | Collect the code that imports all of the members of a declaration context int... | Douglas Gregor |
2010-02-19 | Add a missing break. Cocoa.h can now be merged twice into the same AST context | Douglas Gregor |
2010-02-19 | AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty... | Douglas Gregor |
2010-02-19 | AST import for sizeof and alignof expressions | Douglas Gregor |
2010-02-19 | AST import for DeclRefExprs | Douglas Gregor |
2010-02-19 | AST import of parenthesized expressions, unary operators, binary | Douglas Gregor |
2010-02-18 | Try to fix the auroraux buildbot. I suspect it has a "#define SEC" somewhere. | Benjamin Kramer |
2010-02-18 | AST import for character literals | Douglas Gregor |
2010-02-18 | AST import for forward declarations of Objective-C protocols | Douglas Gregor |
2010-02-18 | Implement import of forward declarations of Objective-C classes | Douglas Gregor |
2010-02-18 | AST import of Objective-C categories. | Douglas Gregor |
2010-02-17 | Implement AST importing of ImplicitParamDecls, despite the sad fact | Douglas Gregor |
2010-02-17 | Implement AST merging for Objective-C properties. | Douglas Gregor |
2010-02-17 | AST import for Objective-C protocols | Douglas Gregor |
2010-02-17 | Implement AST importing and checking for Objective-C method declarations. | Douglas Gregor |
2010-02-17 | Implement AST importing of Objective-C instance variables. | Douglas Gregor |
2010-02-16 | Skeleton for importing Objective-C classes | Douglas Gregor |
2010-02-15 | Cope with anonymous tags defined within declarators by structurally | Douglas Gregor |
2010-02-15 | Reimplement the structural-equality checks used to determine whether | Douglas Gregor |
2010-02-13 | Add newline. | Daniel Dunbar |
2010-02-12 | Funnel changes to the ImportedDecls list in the ASTImporter through a | Douglas Gregor |
2010-02-12 | Implement AST importing and merging for enumeration types and | Douglas Gregor |
2010-02-12 | Simplify incomplete-array merging code in the AST importer, thanks to | Douglas Gregor |
2010-02-12 | Handle AST merges of incomplete class types. | Douglas Gregor |
2010-02-11 | When AST merging for record declarations fails, warn about the | Douglas Gregor |
2010-02-11 | Remove another redundant ASTContext parameter | Douglas Gregor |
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-11 | Implement basic AST merging for classes, structs, and unions in C. | Douglas Gregor |
2010-02-10 | Move TypedefDecl importer to match the ordering in DeclNodes. No functionalit... | Douglas Gregor |
2010-02-10 | Implement basic support for merging function declarations across | Douglas Gregor |
2010-02-10 | Implement AST importing and merging for typedefs. As part of this, provide a ... | Douglas Gregor |
2010-02-10 | Teach AST merging that variables with incomplete array types can be | Douglas Gregor |
2010-02-10 | Implement basic support for importing source locations from one AST | Douglas Gregor |
2010-02-09 | Complain about types and declarations that we don't know how to import. | Douglas Gregor |
2010-02-09 | Introduce a testbed for merging multiple ASTs into a single AST | Douglas Gregor |
2010-02-08 | Implement basic importing and merging of variable declarations within | Douglas Gregor |