1. 19b9f95 Add source location information to C++ base specifiers. by Nick Lewycky · 15 years ago
  2. 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
  3. 6e7e8cc atch for implementation of objective-c's -Wselector by Fariborz Jahanian · 15 years ago
  4. 2d8891c Read/write C++0x static_assert for PCH. by Argyrios Kyrtzidis · 15 years ago
  5. 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
  6. 165b581 Read/write FriendTemplateDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
  7. b2831db Apparently not every system thinks that references in pairs are as cool as I think. by Sebastian Redl · 15 years ago
  8. 3462779 Allow loading declarations from any file in the chain. WIP by Sebastian Redl · 15 years ago
  9. dde5790 Hide FunctionTemplateDecl's specializations folding set as implementation detail and introduce by Argyrios Kyrtzidis · 15 years ago
  10. c1624e9 Whether the specialization should be added to template's folding set when read from PCH, by Argyrios Kyrtzidis · 15 years ago
  11. 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
  12. aea8e1e Added PCH/ASTImporter code for ObjCIvarDecl's field. by Fariborz Jahanian · 15 years ago
  13. 3452281 First baby steps towards PCHReader being able to keep track of multiple PCH files. WIP by Sebastian Redl · 15 years ago
  14. f4cc7dc Simplify code using the new FoldingSetImpl::InsertNode() overload. by Argyrios Kyrtzidis · 15 years ago
  15. 62e5e56 Switch to void-cast for this. Chris prefers that over the attribute, I'll by Chandler Carruth · 15 years ago
  16. 32652f3 Mark assert-only variables as unused. by Chandler Carruth · 15 years ago
  17. 8704057 Reorganize how ClassTemplate[Partial]SpecializationDecls are read/written to avoid the by Argyrios Kyrtzidis · 15 years ago
  18. dd2061b isMemberSpecialization -> setMemberSpecialization. by Argyrios Kyrtzidis · 15 years ago
  19. 9f2d24a Support TemplateTemplateParmDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
  20. 00dda6a Fix reading of UsingDecl from PCH. by Argyrios Kyrtzidis · 15 years ago
  21. 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
  22. 1614396 Pacify versions of gcc that think these variables may be used by Duncan Sands · 15 years ago
  23. 39fdf81 Read/write function template specializations for PCH, properly this time. by Argyrios Kyrtzidis · 15 years ago
  24. 181431c Allow a CXXRecordDecl to get a DefinitionData pointer even when its owner is still initializing. by Argyrios Kyrtzidis · 15 years ago
  25. 282b36b Read/write instantiated-from-member of EnumDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
  26. a95d019 Read/write the identifier namespace in PCH for decls that may modify it. by Argyrios Kyrtzidis · 15 years ago
  27. 927d8e0 Read/write some source location for PCH. by Argyrios Kyrtzidis · 15 years ago
  28. 6685e8a Read/write more information of ASTContext for PCH. Overriden methods and instantiated-from information. by Argyrios Kyrtzidis · 15 years ago
  29. ccde6a0 Write/read ParmVarDecl's UninstantiatedDefaultArg for PCH. by Argyrios Kyrtzidis · 15 years ago
  30. cdb8b3f Read/write specialization info of static data members for PCH. by Argyrios Kyrtzidis · 15 years ago
  31. dae2a16 When setting the anonymous namespace at PCH reading, it may still be initializing so avoid by Argyrios Kyrtzidis · 15 years ago
  32. 9672f92 Lazily declare default constructors. We now delay the construction of by Douglas Gregor · 15 years ago
  33. a6d6950 Lazily declare implicit copy constructors. by Douglas Gregor · 15 years ago
  34. 3701fcd Read/write CastExpr's CXXBaseSpecifierArray for PCH. by Argyrios Kyrtzidis · 15 years ago
  35. 330b9cf Lazily declare copy-assignment operators. by Douglas Gregor · 15 years ago
  36. 7454c56 Lazily declare the implicitly-declared destructor in a C++ class. by Douglas Gregor · 15 years ago
  37. 3357516 Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
  38. 373a83a Fix reading FunctionDecls from PCH. by Argyrios Kyrtzidis · 15 years ago
  39. e23371e Fix reading ClassTemplateDecl's ClassTemplateSpecializationDecls and ClassTemplatePartialSpecializationDecls. by Argyrios Kyrtzidis · 15 years ago
  40. 2c2167a Fully read/write CXXRecordDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
  41. 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
  42. 39f0e30 Add some side-effect free Create methods for TypeDecl subclasses and use them for PCH reading. by Argyrios Kyrtzidis · 15 years ago
  43. bd8ac8c Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl. by Argyrios Kyrtzidis · 15 years ago
  44. 74d28bd Support C++ friend declarations for PCH. by Argyrios Kyrtzidis · 15 years ago
  45. d0795b2 Modify the way sub-statements are stored and retrieved from PCH. by Argyrios Kyrtzidis · 15 years ago
  46. 0b0369a Fix various bugs in recent commits for C++ PCH. by Argyrios Kyrtzidis · 15 years ago
  47. b1d38e3 Support NonTypeTemplateParmDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
  48. 818c5db Support C++ class template specializations and partial specializations for PCH. by Argyrios Kyrtzidis · 15 years ago
  49. 3bf0ded Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 15 years ago
  50. 69da4a8 Support emitting/reading function templates to/from PCH. by Argyrios Kyrtzidis · 15 years ago
  51. a35c8e4 Combine ClassTemplateDecl's PreviousDeclaration with CommonPtr, as in FunctionTemplateDecl. by Argyrios Kyrtzidis · 15 years ago
  52. 41d4562 Support PCH emitting/reading of using declarations. by Argyrios Kyrtzidis · 15 years ago
  53. 26b7245 Include a hack to allow loading of templated CXXRecordDecls and test template reading from PCH. by Argyrios Kyrtzidis · 15 years ago
  54. 95c04ca Initial support for reading templates from PCH. by Argyrios Kyrtzidis · 15 years ago
  55. 106caf92 Initial support for writing templates to PCH. by Argyrios Kyrtzidis · 15 years ago
  56. 344393e Implement first TD-based usage of attributes. by Alexis Hunt · 15 years ago
  57. 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
  58. d734058 Added AccessSpecDecl node. by Abramo Bagnara · 15 years ago
  59. 339bb66 Remember type source information for Objective C property declarations. by John McCall · 15 years ago
  60. a3ccba0 Restructure how we interpret block-literal declarators. Correctly handle by John McCall · 15 years ago
  61. 1c70e99 Hack in some really terrible C++ record PCH support that I need right now. by John McCall · 15 years ago
  62. ed05325 Convert DeclNodes to use TableGen. by Alexis Hunt · 15 years ago
  63. 61d8258 Roll back r104941. by John McCall · 15 years ago
  64. 2177a9b Add a new attribute on records, __attribute__((adl_invisible)), and define by John McCall · 15 years ago
  65. fc6507e AST: Add AlignMac68kAttr, not yet used. by Daniel Dunbar · 15 years ago
  66. 4013044 AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. by Daniel Dunbar · 15 years ago
  67. 26bde77 Add clang support for IBOutletCollection. by Ted Kremenek · 15 years ago
  68. a941dca Add support for Microsoft's __thiscall, from Steven Watanabe! by Douglas Gregor · 15 years ago
  69. 6fd1b18 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 15 years ago
  70. 6150c88 Merged Elaborated and QualifiedName types. by Abramo Bagnara · 15 years ago
  71. ca025db add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 16 years ago
  72. 9aa35be Remember the number of positive and negative bits used by the enumerators of by John McCall · 16 years ago
  73. 25491a2 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 16 years ago
  74. 3f324d56 Diagnose unused exception parameters under a different warning group by Douglas Gregor · 16 years ago
  75. c83726e More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 16 years ago
  76. b9467b6 Recommit r102215, this time being more careful to only set the "principal by John McCall · 16 years ago
  77. f8b55d4 Revert r102215. This causes clang crash while compiling a test case from gdb testsuite. by Devang Patel · 16 years ago
  78. 67b29a2 Transition the last acceptable-result filter kind in LookupResult over to use by John McCall · 16 years ago
  79. c4df407 Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 16 years ago
  80. cdabb31 Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 16 years ago
  81. d9235db Implement method type encoding in the presense by Fariborz Jahanian · 16 years ago
  82. 3e11ebe Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 16 years ago
  83. f3cd665 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 16 years ago
  84. 12852d9 Keep track of type source information in the return type of an by Douglas Gregor · 16 years ago
  85. 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
  86. e31bbd9 Implement PCH support for C++ namespaces. by Douglas Gregor · 16 years ago
  87. aef6622 Patch removes IVars list from ObjCInterfaceDecl and by Fariborz Jahanian · 16 years ago
  88. d9c6663 Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to by Ted Kremenek · 16 years ago
  89. 06be968 Add IBAction attribute to keep the IBOutlet attribute company. by Ted Kremenek · 16 years ago
  90. 5089c76 Improve representation of tag declarations first declared or defined by Douglas Gregor · 16 years ago
  91. 510ee25 Use the allocator associated with ASTContext to allocate the args by Ted Kremenek · 16 years ago
  92. 7f4945a Remove use of 'std::string' from Attr objects, using instead a byte by Ted Kremenek · 16 years ago
  93. d505812 Eliminate a bunch of unnecessary ASTContexts from members functions of by Douglas Gregor · 16 years ago
  94. 586d0f9 Keep track of whether a tag was defined in a declarator vs. being by Douglas Gregor · 16 years ago
  95. da8ec2b Patch to implement rewriting of properties. Fixes radar 7562952. by Fariborz Jahanian · 16 years ago
  96. 071676f Improve location information for Objective-C category declarations. We by Douglas Gregor · 16 years ago
  97. 002b671 Keep track of the source locations for each protocol reference in by Douglas Gregor · 16 years ago
  98. 55bcea1 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 16 years ago
  99. c7c6431 Change ObjCContainerDecl to contain the entire range for the '@end' by Ted Kremenek · 16 years ago
  100. 5677499 First pass at implementing C++ enum semantics: calculate (and store) an by John McCall · 16 years ago