- 954e0c7 Implement AST import for Objective-C property implementations by Douglas Gregor · 14 years ago
- 3daef29 Implement ASTImporter support for Objective-C category implementations. by Douglas Gregor · 14 years ago
- 9f71a8f PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
- dd182ff Extern the ASTImporter to import @implementation declarations. by Douglas Gregor · 14 years ago
- a88cefd Added struct/class syntactic info for c++0x scoped enum. by Abramo Bagnara · 14 years ago
- c04d9d1 Fix inverted return value in the ASTImporter. No matter how much LLVM by Douglas Gregor · 14 years ago
- d5dc83a Implement AST import support for class template specializations. by Douglas Gregor · 14 years ago
- 040afae Implement basic AST importing and merging support for class template by Douglas Gregor · 14 years ago
- 0629cbe Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was missed previously by Douglas Gregor · 14 years ago
- 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
- 87c2e12 Major anonymous union/struct redesign. by Francois Pichet · 14 years ago
- 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
- f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
- e86d78c Add a variant of GCC-style vector types for ARM NEON. by Bob Wilson · 14 years ago
- 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
- b41d899 Pass TInfo to CXXDestructorDecl::Create(), just like we do for other by Craig Silverstein · 14 years ago
- 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
- 81134ad Don't add an imported function into its lexical context until *after* by Douglas Gregor · 14 years ago
- 535a3e2 Make the FileID import map key on FileID. by Sebastian Redl · 14 years ago
- 53b9441 Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols by Ted Kremenek · 14 years ago
- 9996a7f Fix the memory leak of FloatingLiteral/IntegerLiteral. by Argyrios Kyrtzidis · 14 years ago
- 5baba9d More incremental progress towards not including Expr.h in Sema.h. by John McCall · 14 years ago
- ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
- 2577743 Added locations and type source info for DeclarationName. by Abramo Bagnara · 14 years ago
- deacbdc Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, by Douglas Gregor · 14 years ago
- 74c730a - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for forward declarations and the definition. by Sebastian Redl · 14 years ago
- f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
- 5606220 Add source location information to C++ base specifiers. by Nick Lewycky · 14 years ago
- 3fe1041 atch for implementation of objective-c's -Wselector by Fariborz Jahanian · 14 years ago
- 906082e Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 14 years ago
- ac0021b Added PCH/ASTImporter code for ObjCIvarDecl's field. by Fariborz Jahanian · 14 years ago
- 788b0fd improve altivec vector bool/pixel support, patch by Anton Yartsev by Chris Lattner · 14 years ago
- 80aa1cd Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 14 years ago
- 3350095 Split DependentNameType into two types. DependentNameType represents the by John McCall · 14 years ago
- 83a230c Remember type source information for Objective C property declarations. by John McCall · 14 years ago
- 5250f27 Hack in some really terrible C++ record PCH support that I need right now. by John McCall · 14 years ago
- bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
- c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
- 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 15 years ago
- 1b5a618 Remember the number of positive and negative bits used by the enumerators of by John McCall · 15 years ago
- 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 15 years ago
- 41b2dcd Add BasePath arguments to all cast expr constructors. by Anders Carlsson · 15 years ago
- f1b48b7 CastExpr should not hold a pointer to the base path. More cleanup. by Anders Carlsson · 15 years ago
- 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 15 years ago
- 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 15 years ago
- 00b40d3 Revert "C++ doesn't really use "namespaces" for different kinds of names the same", which seems to break most C++ nightly test apps. by Daniel Dunbar · 15 years ago
- d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 15 years ago
- e127a0d push some source location information down through the compiler, by Chris Lattner · 15 years ago
- 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 15 years ago
- 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 15 years ago
- a0a270c Match MemoryBuffer API changes. by Chris Lattner · 15 years ago
- a065492 Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invariants on the provided DeclContext. by Daniel Dunbar · 15 years ago
- 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 15 years ago
- 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
- 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 15 years ago
- b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 15 years ago
- bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 15 years ago
- 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
- 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 15 years ago
- 325bf17 Set access specifiers on imported declarations. by Douglas Gregor · 15 years ago
- c144f35 Implement AST import for C++ member functions, including constructors, destructors, and conversions. Unfortunately, this cannot be tested yet, since we don't have C++ PCH support. by Douglas Gregor · 15 years ago
- 788c62d Implement AST importing for C++ namespaces. by Douglas Gregor · 15 years ago
- 083a821 Collect the code that imports all of the members of a declaration context into a single function, ImportDeclContext. Use it rather than explicit loops. No functionality change. by Douglas Gregor · 15 years ago
- 0e12b44 Add a missing break. Cocoa.h can now be merged twice into the same AST context by Douglas Gregor · 15 years ago
- 008847a AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty context by Douglas Gregor · 15 years ago
- bd249a5 AST import for sizeof and alignof expressions by Douglas Gregor · 15 years ago
- 4408063 AST import for DeclRefExprs by Douglas Gregor · 15 years ago
- f638f95 AST import of parenthesized expressions, unary operators, binary by Douglas Gregor · 15 years ago
- bb2d176 Try to fix the auroraux buildbot. I suspect it has a "#define SEC" somewhere. by Benjamin Kramer · 15 years ago
- b2e400a AST import for character literals by Douglas Gregor · 15 years ago
- 2b78502 AST import for forward declarations of Objective-C protocols by Douglas Gregor · 15 years ago
- a2bc15b Implement import of forward declarations of Objective-C classes by Douglas Gregor · 15 years ago
- b4677b6 AST import of Objective-C categories. by Douglas Gregor · 15 years ago
- 2cd0093 Implement AST importing of ImplicitParamDecls, despite the sad fact by Douglas Gregor · 15 years ago
- e326162 Implement AST merging for Objective-C properties. by Douglas Gregor · 15 years ago
- 2e2a400 AST import for Objective-C protocols by Douglas Gregor · 15 years ago
- c3f2d2b Implement AST importing and checking for Objective-C method declarations. by Douglas Gregor · 15 years ago
- 2e55e3a Implement AST importing of Objective-C instance variables. by Douglas Gregor · 15 years ago
- a12d294 Skeleton for importing Objective-C classes by Douglas Gregor · 15 years ago
- ea35d11 Cope with anonymous tags defined within declarators by structurally by Douglas Gregor · 15 years ago
- 73dc30b Reimplement the structural-equality checks used to determine whether by Douglas Gregor · 15 years ago
- af66758 Add newline. by Daniel Dunbar · 15 years ago
- 5ce5dab Funnel changes to the ImportedDecls list in the ASTImporter through a by Douglas Gregor · 15 years ago
- 36ead2e Implement AST importing and merging for enumeration types and by Douglas Gregor · 15 years ago
- d014542 Simplify incomplete-array merging code in the AST importer, thanks to by Douglas Gregor · 15 years ago
- e72b5dc Handle AST merges of incomplete class types. by Douglas Gregor · 15 years ago
- 4800d95 When AST merging for record declarations fails, warn about the by Douglas Gregor · 15 years ago
- 2d5b703 Remove another redundant ASTContext parameter by Douglas Gregor · 15 years ago
- 838db38 Eliminate a bunch of unnecessary ASTContexts from members functions of by Douglas Gregor · 15 years ago
- 952b017 Eliminate the ASTContext parameter from RecordDecl::getDefinition() by Douglas Gregor · 15 years ago
- 96a01b4 Implement basic AST merging for classes, structs, and unions in C. by Douglas Gregor · 15 years ago
- 9e5d996 Move TypedefDecl importer to match the ordering in DeclNodes. No functionality change. by Douglas Gregor · 15 years ago
- a404ea6 Implement basic support for merging function declarations across by Douglas Gregor · 15 years ago
- 82fc4bf Implement AST importing and merging for typedefs. As part of this, provide a lame implementation for importing TypeSourceInfos. by Douglas Gregor · 15 years ago
- 0f962a8 Teach AST merging that variables with incomplete array types can be by Douglas Gregor · 15 years ago
- 8852373 Implement basic support for importing source locations from one AST by Douglas Gregor · 15 years ago
- 89cc9d6 Complain about types and declarations that we don't know how to import. by Douglas Gregor · 15 years ago
- 9bed879 Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 15 years ago
- 089459a Implement basic importing and merging of variable declarations within by Douglas Gregor · 15 years ago
- 169fba5 Cache imported types by Douglas Gregor · 15 years ago