- 19b9f95 Add source location information to C++ base specifiers. by Nick Lewycky · 15 years ago
- c67764e Thread bitstream cursors all the way through the AST reading stuff. This way, reading a trivial 2-element chained file actually works. by Sebastian Redl · 15 years ago
- 6e7e8cc atch for implementation of objective-c's -Wselector by Fariborz Jahanian · 15 years ago
- 2d8891c Read/write C++0x static_assert for PCH. by Argyrios Kyrtzidis · 15 years ago
- 5c415f3 Allow loading declcontext information from any file in the chain. Properly write source locations to dependent files. WIP by Sebastian Redl · 15 years ago
- 165b581 Read/write FriendTemplateDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
- b2831db Apparently not every system thinks that references in pairs are as cool as I think. by Sebastian Redl · 15 years ago
- 3462779 Allow loading declarations from any file in the chain. WIP by Sebastian Redl · 15 years ago
- dde5790 Hide FunctionTemplateDecl's specializations folding set as implementation detail and introduce by Argyrios Kyrtzidis · 15 years ago
- c1624e9 Whether the specialization should be added to template's folding set when read from PCH, by Argyrios Kyrtzidis · 15 years ago
- 3d3f0b1 Remove PCHReader::getStream(), it was unused. Inline PCHReader::getDelsCursor() into its sole caller and remove it. This reduces the attack surface of multiple PCH files towards code outside the PCH implementation. by Sebastian Redl · 15 years ago
- aea8e1e Added PCH/ASTImporter code for ObjCIvarDecl's field. by Fariborz Jahanian · 15 years ago
- 3452281 First baby steps towards PCHReader being able to keep track of multiple PCH files. WIP by Sebastian Redl · 15 years ago
- f4cc7dc Simplify code using the new FoldingSetImpl::InsertNode() overload. by Argyrios Kyrtzidis · 15 years ago
- 62e5e56 Switch to void-cast for this. Chris prefers that over the attribute, I'll by Chandler Carruth · 15 years ago
- 32652f3 Mark assert-only variables as unused. by Chandler Carruth · 15 years ago
- 8704057 Reorganize how ClassTemplate[Partial]SpecializationDecls are read/written to avoid the by Argyrios Kyrtzidis · 15 years ago
- dd2061b isMemberSpecialization -> setMemberSpecialization. by Argyrios Kyrtzidis · 15 years ago
- 9f2d24a Support TemplateTemplateParmDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
- 00dda6a Fix reading of UsingDecl from PCH. by Argyrios Kyrtzidis · 15 years ago
- 903ccd6 Delay passing InterestingDecls to the Consumer until when we know we are not in recursive loading and the by Argyrios Kyrtzidis · 15 years ago
- 1614396 Pacify versions of gcc that think these variables may be used by Duncan Sands · 15 years ago
- 39fdf81 Read/write function template specializations for PCH, properly this time. by Argyrios Kyrtzidis · 15 years ago
- 181431c Allow a CXXRecordDecl to get a DefinitionData pointer even when its owner is still initializing. by Argyrios Kyrtzidis · 15 years ago
- 282b36b Read/write instantiated-from-member of EnumDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
- a95d019 Read/write the identifier namespace in PCH for decls that may modify it. by Argyrios Kyrtzidis · 15 years ago
- 927d8e0 Read/write some source location for PCH. by Argyrios Kyrtzidis · 15 years ago
- 6685e8a Read/write more information of ASTContext for PCH. Overriden methods and instantiated-from information. by Argyrios Kyrtzidis · 15 years ago
- ccde6a0 Write/read ParmVarDecl's UninstantiatedDefaultArg for PCH. by Argyrios Kyrtzidis · 15 years ago
- cdb8b3f Read/write specialization info of static data members for PCH. by Argyrios Kyrtzidis · 15 years ago
- dae2a16 When setting the anonymous namespace at PCH reading, it may still be initializing so avoid by Argyrios Kyrtzidis · 15 years ago
- 9672f92 Lazily declare default constructors. We now delay the construction of by Douglas Gregor · 15 years ago
- a6d6950 Lazily declare implicit copy constructors. by Douglas Gregor · 15 years ago
- 3701fcd Read/write CastExpr's CXXBaseSpecifierArray for PCH. by Argyrios Kyrtzidis · 15 years ago
- 330b9cf Lazily declare copy-assignment operators. by Douglas Gregor · 15 years ago
- 7454c56 Lazily declare the implicitly-declared destructor in a C++ class. by Douglas Gregor · 15 years ago
- 3357516 Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
- 373a83a Fix reading FunctionDecls from PCH. by Argyrios Kyrtzidis · 15 years ago
- e23371e Fix reading ClassTemplateDecl's ClassTemplateSpecializationDecls and ClassTemplatePartialSpecializationDecls. by Argyrios Kyrtzidis · 15 years ago
- 2c2167a Fully read/write CXXRecordDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
- 318b0e7 Generally types expect an initialized TypeDecl; its safer and less complicated to delay PCH reading the type of a TypeDecl. by Argyrios Kyrtzidis · 15 years ago
- 39f0e30 Add some side-effect free Create methods for TypeDecl subclasses and use them for PCH reading. by Argyrios Kyrtzidis · 15 years ago
- bd8ac8c Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl. by Argyrios Kyrtzidis · 15 years ago
- 74d28bd Support C++ friend declarations for PCH. by Argyrios Kyrtzidis · 15 years ago
- d0795b2 Modify the way sub-statements are stored and retrieved from PCH. by Argyrios Kyrtzidis · 15 years ago
- 0b0369a Fix various bugs in recent commits for C++ PCH. by Argyrios Kyrtzidis · 15 years ago
- b1d38e3 Support NonTypeTemplateParmDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
- 818c5db Support C++ class template specializations and partial specializations for PCH. by Argyrios Kyrtzidis · 15 years ago
- 3bf0ded Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 15 years ago
- 69da4a8 Support emitting/reading function templates to/from PCH. by Argyrios Kyrtzidis · 15 years ago
- a35c8e4 Combine ClassTemplateDecl's PreviousDeclaration with CommonPtr, as in FunctionTemplateDecl. by Argyrios Kyrtzidis · 15 years ago
- 41d4562 Support PCH emitting/reading of using declarations. by Argyrios Kyrtzidis · 15 years ago
- 26b7245 Include a hack to allow loading of templated CXXRecordDecls and test template reading from PCH. by Argyrios Kyrtzidis · 15 years ago
- 95c04ca Initial support for reading templates from PCH. by Argyrios Kyrtzidis · 15 years ago
- 106caf92 Initial support for writing templates to PCH. by Argyrios Kyrtzidis · 15 years ago
- 344393e Implement first TD-based usage of attributes. by Alexis Hunt · 15 years ago
- 9116717 Fix PCH issue. Attributes of a declaration were truncated to just one when the decl was read from a PCH file. by Argyrios Kyrtzidis · 15 years ago
- d734058 Added AccessSpecDecl node. by Abramo Bagnara · 15 years ago
- 339bb66 Remember type source information for Objective C property declarations. by John McCall · 15 years ago
- a3ccba0 Restructure how we interpret block-literal declarators. Correctly handle by John McCall · 15 years ago
- 1c70e99 Hack in some really terrible C++ record PCH support that I need right now. by John McCall · 15 years ago
- ed05325 Convert DeclNodes to use TableGen. by Alexis Hunt · 15 years ago
- 61d8258 Roll back r104941. by John McCall · 15 years ago
- 2177a9b Add a new attribute on records, __attribute__((adl_invisible)), and define by John McCall · 15 years ago
- fc6507e AST: Add AlignMac68kAttr, not yet used. by Daniel Dunbar · 15 years ago
- 4013044 AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. by Daniel Dunbar · 15 years ago
- 26bde77 Add clang support for IBOutletCollection. by Ted Kremenek · 15 years ago
- a941dca Add support for Microsoft's __thiscall, from Steven Watanabe! by Douglas Gregor · 15 years ago
- 6fd1b18 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 15 years ago
- 6150c88 Merged Elaborated and QualifiedName types. by Abramo Bagnara · 15 years ago
- ca025db add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 16 years ago
- 9aa35be Remember the number of positive and negative bits used by the enumerators of by John McCall · 16 years ago
- 25491a2 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 16 years ago
- 3f324d56 Diagnose unused exception parameters under a different warning group by Douglas Gregor · 16 years ago
- c83726e More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 16 years ago
- b9467b6 Recommit r102215, this time being more careful to only set the "principal by John McCall · 16 years ago
- f8b55d4 Revert r102215. This causes clang crash while compiling a test case from gdb testsuite. by Devang Patel · 16 years ago
- 67b29a2 Transition the last acceptable-result filter kind in LookupResult over to use by John McCall · 16 years ago
- c4df407 Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 16 years ago
- cdabb31 Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 16 years ago
- d9235db Implement method type encoding in the presense by Fariborz Jahanian · 16 years ago
- 3e11ebe Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 16 years ago
- f3cd665 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 16 years ago
- 12852d9 Keep track of type source information in the return type of an by Douglas Gregor · 16 years ago
- c18086a Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 16 years ago
- e31bbd9 Implement PCH support for C++ namespaces. by Douglas Gregor · 16 years ago
- aef6622 Patch removes IVars list from ObjCInterfaceDecl and by Fariborz Jahanian · 16 years ago
- d9c6663 Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to by Ted Kremenek · 16 years ago
- 06be968 Add IBAction attribute to keep the IBOutlet attribute company. by Ted Kremenek · 16 years ago
- 5089c76 Improve representation of tag declarations first declared or defined by Douglas Gregor · 16 years ago
- 510ee25 Use the allocator associated with ASTContext to allocate the args by Ted Kremenek · 16 years ago
- 7f4945a Remove use of 'std::string' from Attr objects, using instead a byte by Ted Kremenek · 16 years ago
- d505812 Eliminate a bunch of unnecessary ASTContexts from members functions of by Douglas Gregor · 16 years ago
- 586d0f9 Keep track of whether a tag was defined in a declarator vs. being by Douglas Gregor · 16 years ago
- da8ec2b Patch to implement rewriting of properties. Fixes radar 7562952. by Fariborz Jahanian · 16 years ago
- 071676f Improve location information for Objective-C category declarations. We by Douglas Gregor · 16 years ago
- 002b671 Keep track of the source locations for each protocol reference in by Douglas Gregor · 16 years ago
- 55bcea1 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 16 years ago
- c7c6431 Change ObjCContainerDecl to contain the entire range for the '@end' by Ted Kremenek · 16 years ago
- 5677499 First pass at implementing C++ enum semantics: calculate (and store) an by John McCall · 16 years ago