1. 8a2c92c AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. by Daniel Dunbar · 14 years ago
  2. 857e918 Add clang support for IBOutletCollection. by Ted Kremenek · 14 years ago
  3. f813a2c Add support for Microsoft's __thiscall, from Steven Watanabe! by Douglas Gregor · 14 years ago
  4. 5077c38 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 14 years ago
  5. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  6. 6ad9ac0 add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 14 years ago
  7. 1b5a618 Remember the number of positive and negative bits used by the enumerators of by John McCall · 14 years ago
  8. 17cb326 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 14 years ago
  9. 324b54d Diagnose unused exception parameters under a different warning group by Douglas Gregor · 14 years ago
  10. e4498c6 More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 14 years ago
  11. 76d3264 Recommit r102215, this time being more careful to only set the "principal by John McCall · 14 years ago
  12. f0bf4d5 Revert r102215. This causes clang crash while compiling a test case from gdb testsuite. by Devang Patel · 14 years ago
  13. f88b0d6 Transition the last acceptable-result filter kind in LookupResult over to use by John McCall · 14 years ago
  14. 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 14 years ago
  15. 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 14 years ago
  16. 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 14 years ago
  17. b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 14 years ago
  18. bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 14 years ago
  19. 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 14 years ago
  20. 11e8ce7 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 · 15 years ago
  21. 0cef483 Implement PCH support for C++ namespaces. by Douglas Gregor · 15 years ago
  22. 11062e1 Patch removes IVars list from ObjCInterfaceDecl and by Fariborz Jahanian · 15 years ago
  23. 31c780d Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to by Ted Kremenek · 15 years ago
  24. efbddd2 Add IBAction attribute to keep the IBOutlet attribute company. by Ted Kremenek · 15 years ago
  25. b37b648 Improve representation of tag declarations first declared or defined by Douglas Gregor · 15 years ago
  26. 5961611 Use the allocator associated with ASTContext to allocate the args by Ted Kremenek · 15 years ago
  27. 3d2c43e Remove use of 'std::string' from Attr objects, using instead a byte by Ted Kremenek · 15 years ago
  28. 838db38 Eliminate a bunch of unnecessary ASTContexts from members functions of by Douglas Gregor · 15 years ago
  29. 591bd3c Keep track of whether a tag was defined in a declarator vs. being by Douglas Gregor · 15 years ago
  30. d050240 Patch to implement rewriting of properties. Fixes radar 7562952. by Fariborz Jahanian · 15 years ago
  31. 3db211b Improve location information for Objective-C category declarations. We by Douglas Gregor · 15 years ago
  32. 18df52b Keep track of the source locations for each protocol reference in by Douglas Gregor · 15 years ago
  33. 82d0a41 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 15 years ago
  34. 782f2f5 Change ObjCContainerDecl to contain the entire range for the '@end' by Ted Kremenek · 15 years ago
  35. 842aef8 First pass at implementing C++ enum semantics: calculate (and store) an by John McCall · 15 years ago
  36. a93c934 DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, by John McCall · 15 years ago
  37. 7725e67 Parse C++ member check attributes - base_check, hiding, and override. by Sean Hunt · 15 years ago
  38. bbd37c6 Added rudimentary C++0x attribute support. by Sean Hunt · 15 years ago
  39. 321c22f Add SourceLocations to ObjCClassDecl for the class identifiers referenced by @class. by Ted Kremenek · 15 years ago
  40. 8f4c59e Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen by Eli Friedman · 15 years ago
  41. 0130f3c Rename FunctionDecl::isInline/setInline to by Douglas Gregor · 15 years ago
  42. ba6a9bd Preserve type source information in TypedefDecls. Preserve it across by John McCall · 15 years ago
  43. 58e4677 Remove OriginalTypeParmDecl; the original type is the one specified by John McCall · 15 years ago
  44. a1ee0c5 Factor out routines to encode/decode DeclaratorInfos and move them into the by John McCall · 15 years ago
  45. 7d1d49d Keep track of whether declararions were loaded from a precompiled by Douglas Gregor · 15 years ago
  46. 34a0447 Better living through metaprogramming. Create a base class which abstracts by John McCall · 15 years ago
  47. 0c41180 Pull TypeLocVisitor into its own header file. by Argyrios Kyrtzidis · 15 years ago
  48. eb66759 Introduce ObjCInterfaceLoc which provides type source information for ObjC interfaces. by Argyrios Kyrtzidis · 15 years ago
  49. f352bdd Introduce ObjCProtocolListLoc for keeping source location information for protocol references. by Argyrios Kyrtzidis · 15 years ago
  50. 7f8b57a Update PCH serialization of FunctionDecl flags. by Daniel Dunbar · 15 years ago
  51. 04a0b50 PCH: When deserializing an explicit "external definition", don't pass it to HandleTopLevelDecl -- this is already being done inside the reader. by Daniel Dunbar · 15 years ago
  52. 1fc09a9 Rework the way we determine whether an externally visible symbol is by Douglas Gregor · 15 years ago
  53. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  54. 1feade8 Regularize the case and sort. by Mike Stump · 15 years ago
  55. a5d8200 Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. by Argyrios Kyrtzidis · 15 years ago
  56. d4a7e54 Store/load type source info from/to PCH files. by Argyrios Kyrtzidis · 15 years ago
  57. a1d5662 Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. by Argyrios Kyrtzidis · 15 years ago
  58. 76168e2 map previously ignored __attribute((malloc)) to noalias attribute of llvm function's return by Ryan Flynn · 15 years ago
  59. a860e75 Introduce a new PragmaPack attribute, and use it for #pragma pack. The PackedAttr now only represents __attribute__((packed)). by Anders Carlsson · 15 years ago
  60. 8e9e9ef Make tag declarations redeclarable. This change has three purposes: by Douglas Gregor · 15 years ago
  61. aecae62 Make ObjCImplDecl inherit from ObjCContainerDecl. by Argyrios Kyrtzidis · 15 years ago
  62. 741dd9a Add the location of the tag keyword into TagDecl. From Enea by Douglas Gregor · 15 years ago
  63. 75f1af0 Reuse VarDecl::Init to store the default argument of a ParmVarDecl, by Douglas Gregor · 15 years ago
  64. c999f1f Location should be passed to setLocEnd() not to setAtEndLoc() which belongs to ObjCContainerDecl. by Argyrios Kyrtzidis · 15 years ago
  65. ea218b8 Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella. by Steve Naroff · 15 years ago
  66. ad93a74 Read/write TagDecl's RBraceLoc from/to PCH files. by Argyrios Kyrtzidis · 15 years ago
  67. 643b7df Patch adds test to my previous patch for assigning to by Fariborz Jahanian · 15 years ago
  68. d89275b Fix PR 4489, a crash in PCH loading that occurs when loading the name by Douglas Gregor · 15 years ago
  69. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  70. 6f3d838 OpenCL 1.0 support: attributes by Nate Begeman · 15 years ago
  71. 8cff90e Serialize FunctionDecl's EndRangeLoc out to the PCH file. by Argyrios Kyrtzidis · 15 years ago
  72. e0762c9 Keep track of when declarations are "used" according to C and by Douglas Gregor · 15 years ago
  73. 68584ed Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. by Douglas Gregor · 15 years ago
  74. 8dbc3c6 Enumeration declarations that were instantiated from an enumeration by Douglas Gregor · 15 years ago
  75. 78d1583 When evaluating a VarDecl as a constant or determining whether it is by Douglas Gregor · 15 years ago
  76. 75fdb23 Fix lots of PCH crashes caused by the new assertions in by Douglas Gregor · 15 years ago
  77. 66ef111 Fix PCH crash caused by new assertions in llvm::SmallVector. Use by Ted Kremenek · 15 years ago
  78. beaaccd Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 15 years ago
  79. 5b16092 implementation of format_arg for ObjC methods/functions. Still more to do. by Fariborz Jahanian · 15 years ago
  80. 77b7f1d Check that the function being overridden is virtual. by Anders Carlsson · 15 years ago
  81. a75e853 Improvements to the FunctionDecl getters/setters. by Anders Carlsson · 15 years ago
  82. 1eee0e7 Link FunctionDecls instantiated from the member functions of a class by Douglas Gregor · 15 years ago
  83. 5b53005 Some early declarations to support sentinel attribute on by Fariborz Jahanian · 15 years ago
  84. b71368d Add back Parse/Sema support for attributes cf_returns_retained and by Ted Kremenek · 15 years ago
  85. 008fc73 Remove experimental ownership attributes from Clang. by Ted Kremenek · 15 years ago
  86. 69aa080 Implement attribute 'ns_autorelease'. by Ted Kremenek · 15 years ago
  87. e351aa1 Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned'). by Ted Kremenek · 15 years ago
  88. d99b345 Remove experimental attribute 'ns_ownership_make_collectable.' by Ted Kremenek · 15 years ago
  89. 75494ff Rename attributes 'objc_ownership...' to 'ns_ownership...'. by Ted Kremenek · 15 years ago
  90. 31c215e Rename attributes: by Ted Kremenek · 15 years ago
  91. bf20dbd Implement ownership attribute 'objc_ownership_make_collectable'. This allows one by Ted Kremenek · 15 years ago
  92. d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 15 years ago
  93. c6a59e4 Add two new checker-specific attributes: 'objc_ownership_release' and by Ted Kremenek · 15 years ago
  94. 4064de9 Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same by Ted Kremenek · 15 years ago
  95. 02602be unclone SavedStreamPosition by Chris Lattner · 15 years ago
  96. 4e3fcc8 move attribute reading to PCHReaderDecl.cpp, remove some extraneous braces. by Chris Lattner · 15 years ago
  97. da93061 read all decls (and attributes and stmts/exprs referenced by the decl) by Chris Lattner · 15 years ago
  98. 52e97d1 change the interface to ReadStmt to force clients to pass a cursor in to read from. by Chris Lattner · 15 years ago
  99. 698f925 split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 15 years ago