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