summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-30/+28
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-35/+21
* Remember the number of positive and negative bits used by the enumerators ofJohn McCall2010-05-061-1/+6
* Make the InjectedClassNameType the canonical type of the current instantiationJohn McCall2010-04-271-2/+2
* Add BasePath arguments to all cast expr constructors.Anders Carlsson2010-04-241-1/+5
* CastExpr should not hold a pointer to the base path. More cleanup.Anders Carlsson2010-04-241-2/+3
* Add an InheritancePath parameter to the ImplicitCastExpr constructor.Anders Carlsson2010-04-231-0/+1
* Recommit my change to how C++ does elaborated type lookups, now withJohn McCall2010-04-231-2/+2
* Revert "C++ doesn't really use "namespaces" for different kinds of names the ...Daniel Dunbar2010-04-231-2/+2
* C++ doesn't really use "namespaces" for different kinds of names the sameJohn McCall2010-04-231-2/+2
* push some source location information down through the compiler,Chris Lattner2010-04-201-1/+1
* Keep track of the actual storage specifier written on a variable orDouglas Gregor2010-04-191-1/+4
* Fixes a regression caused by implementing cstyle methods Fariborz Jahanian2010-04-091-1/+2
* Match MemoryBuffer API changes.Chris Lattner2010-04-051-2/+1
* Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invaria...Daniel Dunbar2010-04-021-1/+2
* Rename TypenameType to DependentNameType in anticipation of someDouglas Gregor2010-03-311-4/+4
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-9/+5
* Use SourceManager's Diagnostic object for all file-reading errors,Douglas Gregor2010-03-161-1/+1
* Remember declaration scope qualifiers in the AST. Imposes no memory overheadJohn McCall2010-03-151-0/+25
* Remember whether a ParmVarDecl was spelled with a default argument orJohn McCall2010-03-121-0/+1
* Create a new InjectedClassNameType to represent bare-word references to the John McCall2010-03-101-0/+10
* Keep track of type source information in the return type of anDouglas Gregor2010-03-081-1/+3
* Set access specifiers on imported declarations.Douglas Gregor2010-02-221-0/+7
* Implement AST import for C++ member functions, including constructors, destru...Douglas Gregor2010-02-211-5/+47
* Implement AST importing for C++ namespaces.Douglas Gregor2010-02-211-1/+67
* Collect the code that imports all of the members of a declaration context int...Douglas Gregor2010-02-211-27/+14
* Add a missing break. Cocoa.h can now be merged twice into the same AST contextDouglas Gregor2010-02-191-0/+1
* AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty...Douglas Gregor2010-02-191-0/+20
* AST import for sizeof and alignof expressionsDouglas Gregor2010-02-191-0/+25
* AST import for DeclRefExprsDouglas Gregor2010-02-191-0/+25
* AST import of parenthesized expressions, unary operators, binaryDouglas Gregor2010-02-191-0/+74
* Try to fix the auroraux buildbot. I suspect it has a "#define SEC" somewhere.Benjamin Kramer2010-02-181-6/+6
* AST import for character literalsDouglas Gregor2010-02-181-0/+11
* AST import for forward declarations of Objective-C protocolsDouglas Gregor2010-02-181-0/+45
* Implement import of forward declarations of Objective-C classesDouglas Gregor2010-02-181-1/+42
* AST import of Objective-C categories.Douglas Gregor2010-02-181-4/+85
* Implement AST importing of ImplicitParamDecls, despite the sad factDouglas Gregor2010-02-171-0/+27
* Implement AST merging for Objective-C properties.Douglas Gregor2010-02-171-1/+62
* AST import for Objective-C protocolsDouglas Gregor2010-02-171-1/+67
* Implement AST importing and checking for Objective-C method declarations.Douglas Gregor2010-02-171-8/+136
* Implement AST importing of Objective-C instance variables. Douglas Gregor2010-02-171-3/+76
* Skeleton for importing Objective-C classesDouglas Gregor2010-02-161-1/+97
* Cope with anonymous tags defined within declarators by structurallyDouglas Gregor2010-02-151-82/+142
* Reimplement the structural-equality checks used to determine whetherDouglas Gregor2010-02-151-272/+874
* Add newline.Daniel Dunbar2010-02-131-1/+1
* Funnel changes to the ImportedDecls list in the ASTImporter through aDouglas Gregor2010-02-121-25/+25
* Implement AST importing and merging for enumeration types andDouglas Gregor2010-02-121-20/+232
* Simplify incomplete-array merging code in the AST importer, thanks toDouglas Gregor2010-02-121-24/+14
* Handle AST merges of incomplete class types. Douglas Gregor2010-02-121-40/+50
* When AST merging for record declarations fails, warn about theDouglas Gregor2010-02-111-35/+190
OpenPOWER on IntegriCloud