1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 1fab7c3 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 11 years ago
  9. ec1cef6 Merging r195135: by Bill Wendling · 11 years ago
  10. 3daade9 ObjectiveC 'objc_bridging'. Assorment of improvements by Fariborz Jahanian · 11 years ago
  11. 0f3bb9e ObjectiveC ARC. Adopt objc_bridge attribute by Fariborz Jahanian · 11 years ago
  12. 4b777c0 ObjectiveC ARC. Only briding of pointer to struct CF object is allowed. by Fariborz Jahanian · 11 years ago
  13. 7f82297 ObjectiveC ARC. objc_bridge attribute should be applied to by Fariborz Jahanian · 11 years ago
  14. 933a894 ObjectiveC ARC. Introduce a new attribute, 'objc_bridge' by Fariborz Jahanian · 11 years ago
  15. ddc2a53 Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a by Richard Smith · 11 years ago
  16. d386fef Factor out custom parsing for iboutletcollection and vec_type_hint attributes by Richard Smith · 11 years ago
  17. 0e429f1 Changed tests_typestate to test_typestate for consistency. by Chris Wailes · 11 years ago
  18. 87017a7 Revert "This patch causes clang to reject alias attributes that point to undefined names. For example, with this patch we now reject" by Rafael Espindola · 11 years ago
  19. e37bf44 This patch causes clang to reject alias attributes that point to undefined by Rafael Espindola · 11 years ago
  20. 8b40772 Fix crash in cleanup attr handling by Alp Toker · 11 years ago
  21. d4f0e19 Consumed analysis: Add param_typestate attribute, which specifies that by DeLesley Hutchins · 11 years ago
  22. cd0f6d7 Consumed Analysis: Allow parameters that are passed by non-const reference by DeLesley Hutchins · 11 years ago
  23. 9aa9261 Trivial formatting changes; no functional changes intended. by Aaron Ballman · 11 years ago
  24. 2b1599c Switching some custom logic to using table-generated helper methods. This also removes an unnecessary diagnostic. by Aaron Ballman · 11 years ago
  25. f30e194 Consumed analysis: replace the consumes attribute with a set_typestate by DeLesley Hutchins · 11 years ago
  26. 1bf6343 Consumed analysis: switch from tests_consumed/unconsumed to a general by DeLesley Hutchins · 11 years ago
  27. 9025a18 Switching the CallableWhen attribute over to using the string literal helper function instead of custom logic. by Aaron Ballman · 11 years ago
  28. 6654085 Consumed Analysis: Change callable_when so that it can take a list of states by DeLesley Hutchins · 11 years ago
  29. 64eac85 Implement ARM GNU-style interrupt attribute by Tim Northover · 11 years ago
  30. f8aebef Move checkStringLiteralArgument into Sema class by Tim Northover · 11 years ago
  31. af1d28f Fixes a buildbot failure (was using local type in template instantiation). by Fariborz Jahanian · 11 years ago
  32. f35a356 Refinement to my previous patch for by Fariborz Jahanian · 11 years ago
  33. 937ec1d ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation by Fariborz Jahanian · 11 years ago
  34. d569295 Recommited: Fix for PR16752. Second commit. by Stepan Dyatkovskiy · 11 years ago
  35. e1668a3 Updated the way the ownership attributes are semantically diagnosed. Added test cases for the semantics checks. by Aaron Ballman · 11 years ago
  36. 422ac9e Switching the WeakRef attribute to using the new checkStringLiteralArgument helper function. by Aaron Ballman · 11 years ago
  37. fbf6f5c Updated the PCS calling convention to use the new checkStringLiteralArgument helper function. by Aaron Ballman · 11 years ago
  38. c561714 As Aaron pointed out it's simpler to reject wide string availability attr messages in the parser. by Benjamin Kramer · 11 years ago
  39. f37e4f2 Guard availability and thread safety attributes against wide strings. by Benjamin Kramer · 11 years ago
  40. 1a343e2 Unify handling of string literal arguments for attributes and add fixits. by Benjamin Kramer · 11 years ago
  41. d068607 Tablegen now generates a StringSwitch for attributes containing enumeration arguments to map strings to the proper enumeration value. This makes error checking more consistent and reduces the amount of hand-written code required. by Aaron Ballman · 11 years ago
  42. ebaee6b The cleanup attribute no longer uses an unresolved, simple identifier as its argument. Instead, it takes an expression that is fully resolved. by Aaron Ballman · 11 years ago
  43. 8e366f0 Rejected 190391, due to failures on clang-x86_64-darwin11-nobootstrap-RAincremental. by Stepan Dyatkovskiy · 11 years ago
  44. 9fd1379 Fix for PR16752. Second commit. by Stepan Dyatkovskiy · 11 years ago
  45. be116e2 Adding a FIXME based on feedback from Richard Smith. by Aaron Ballman · 11 years ago
  46. bbb3b32 Attribute tablegen now understands that attribute arguments can be optional. This allows for automated checking of the number of arguments expected vs number of arguments given for attributes. Greatly reduces the amount of manual checking required. by Aaron Ballman · 11 years ago
  47. ae3a83f Sema: Don't crash on visibility attributes with an identifier argument. by Benjamin Kramer · 11 years ago
  48. e593489 Removing the endian attribute and updating associated test cases. This functionality was never completely implemented, and this is an improvement over silently eating the attribute. by Aaron Ballman · 11 years ago
  49. a33ab60 Consumed Analysis: The 'consumable' attribute now takes a identifier specifying the default assumed state for objects of this class by David Blaikie · 11 years ago
  50. caa5ab2 Switched FormatAttr to using an IdentifierArgument instead of a StringArgument since that is a more accurate modeling. by Aaron Ballman · 11 years ago
  51. 0e8534e Consumed analysis: add return_typestate attribute. by DeLesley Hutchins · 11 years ago
  52. 624421f Consolidating the notion of a GNU attribute parameter with the attribute argument list. by Aaron Ballman · 11 years ago
  53. c55bee6 Consumed analysis: add 'consumable' class attribute. by DeLesley Hutchins · 11 years ago
  54. e8519c3 Add ms_abi and sysv_abi attribute handling. by Charles Davis · 11 years ago
  55. 4a97b8e Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't by Richard Smith · 11 years ago
  56. 1951323 Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost are now handled as inheritable attributes. In all three cases, this makes the processing behavior more consistent with the declared behavior in Attr.td. by Aaron Ballman · 11 years ago
  57. 60c444d Since r179585, __declspec(property) has gotten special treatment as an attribute where it is not processed as part of the typical Sema attribute functionality. Specifying this attribute as being "ignored" because there is no sema handler for it as a Decl attribute, and no AST node generated for it. by Aaron Ballman · 11 years ago
  58. 34776d4 Updated the consumed analysis warnings to use a more standardized diagnostic. by Aaron Ballman · 11 years ago
  59. 0d28fdf Removed unnecessary asserts. by Aaron Ballman · 11 years ago
  60. 29535ba Don't reject attribute used in an "extern const" variable definition. by Rafael Espindola · 11 years ago
  61. df7bef0 Patch by Chris Wailes <chris.wailes@gmail.com>. Reviewed by delesley, dblaikie. by DeLesley Hutchins · 11 years ago
  62. bb0ed29 Sema: Assertion failure during CodeGen in CodeGenModule::EmitUuidofInitializer by David Majnemer · 11 years ago
  63. 4ac73c7 Merge commit '51e75aecf4fb303b91c9e54fd88e3509e5acc7a6' into merge-20130807 by Stephen Hines · 11 years ago
  64. 750f73a err_attribute_missing_parameter_name has been replaced by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  65. 9f939f7 Replacing err_attribute_argument_not_int with err_attribute_not_type_attr by Aaron Ballman · 11 years ago
  66. 3cd6feb err_attribute_not_string has been subsumed by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  67. b3d7efe Refactor some attributes to use checkFunctionOrMethodArgumentIndex instead of using custom logic. No functional changes intended. by Aaron Ballman · 11 years ago
  68. 88c4b5e Support for Thread Safety Analysis in C by David Blaikie · 11 years ago
  69. baec778 Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases. by Aaron Ballman · 11 years ago
  70. d732928 Going back to using getName for consistency. by Aaron Ballman · 11 years ago
  71. faf71a8 Replacing some manual diagnostic checks with an existing helper method. Adding missing test cases for the diagnostics. by Aaron Ballman · 11 years ago
  72. 437d43f Consolidate several attribute argument diagnostics into a single, selectable diagnostic. This makes the diagnostic more consistent. by Aaron Ballman · 11 years ago
  73. 081c883 Correcting the NSObject and Overloadable attribute diagnostics so that the count reported matches reality. by Aaron Ballman · 11 years ago
  74. 1d3ce65 add type attribute warn_unused, for -Wunused-variable warnings (pr#14253) by Lubos Lunak · 11 years ago
  75. ffa9d57 Switching to use checkAttributeNumArgs for trivial cases. No functional changes intended. by Aaron Ballman · 11 years ago
  76. 37a8953 Replacing a morally duplicate diagnostic by adding it to an existing diagnostic's select list. Updates the tests for the more consistent diagnostic. by Aaron Ballman · 11 years ago
  77. 2dbdef2 Removed a parameter from handleAttrWithMessage to make it more consistent with other attribute handlers, as well as other attribute error messages. Added missing test cases for the unavailable attribute, and updated the deprecated test case. by Aaron Ballman · 11 years ago
  78. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  79. 1964554 Check LongDoubleFormat instead of just Width as this is PowerPC specific. by Roman Divacky · 11 years ago
  80. f0d14cb Add support for TF/TC modes available on eg. PowerPC64. by Roman Divacky · 11 years ago
  81. 3e1aca2 Don't allow __attribute__((common)) in C++. PR16330. by Eli Friedman · 11 years ago
  82. c2fa6b6 Improved source code fidelity for gcc mode attribute. by Enea Zaffanella · 11 years ago
  83. 2049840 Merge commit '1342a4ef62dd7b839c6f09348b246a4f00282f29' into merge_20130612 by Stephen Hines · 11 years ago
  84. aa9df09 Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes. by Aaron Ballman · 11 years ago
  85. beba3e8 Warn on and drop dllimport attrs from variable definitions by Reid Kleckner · 11 years ago
  86. a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
  87. 5c6134f Thread safety analysis: add two new attributes to the thread safety analysis: by DeLesley Hutchins · 11 years ago
  88. 8fbda8e Refactor diagnostics for MS attributes without -fms-extensions by Reid Kleckner · 11 years ago
  89. 83eba02c Merge remote-tracking branch 'upstream/master' into merge-20130502 by Stephen Hines · 11 years ago
  90. 1f78a50 ArrayRef'ize InitializationSequence constructor and InitializationSequence::Diagnose() by Dmitri Gribenko · 11 years ago
  91. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  92. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  93. cb34439 Rework how ObjC method inherit deprecated/availability. by Ted Kremenek · 11 years ago
  94. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  95. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  96. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  97. 1db7040 Generate metadata to implement the -cl-kernel-arg-info option. by Guy Benyei · 12 years ago
  98. 15d6888 Merge branch 'upstream' into merge_2013_03_18 by Stephen Hines · 12 years ago
  99. 96cead5 Add support for the 'endian' attribute for OpenCL. by Joey Gouly · 12 years ago
  100. 37453b9 Add support for the OpenCL attribute 'vec_type_hint'. by Joey Gouly · 12 years ago