1. 3ac1fbc Thread-safety analysis: adding in a basic lockset tracking system. This by Caitlin Sadowski · 13 years ago
  2. 7d23b4a Reflow code. No functionality change. by Benjamin Kramer · 13 years ago
  3. c90df6a Update a comment to match the recently-changed code by Douglas Gregor · 13 years ago
  4. 3b6b7ac For the availability attribute, allow a declaration to be deprecated by Douglas Gregor · 13 years ago
  5. b51e031 Thread Safety: Added basic argument parsing for all new attributes. by Caitlin Sadowski · 13 years ago
  6. 39997fc Make helper functions static. by Benjamin Kramer · 13 years ago
  7. db33e14 Added basic parsing for all remaining attributes, thread safety by Caitlin Sadowski · 13 years ago
  8. 31e37b2 Make Sema::WeakUndeclaredIdentifiers lazily deserialized. by Douglas Gregor · 13 years ago
  9. fdde9e7 Added parsing for guarded_var, pt_guarded_var, lockable, by Caitlin Sadowski · 13 years ago
  10. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  11. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  12. dc7c5ad Document the existing objc_precise_lifetime attribute. by John McCall · 13 years ago
  13. 56aeb40 Style tweak to the more idiomatic 'assert(!bad_state())'. by Chandler Carruth · 13 years ago
  14. 1731e20 Hoist the logic for checking the number of arguments to an attribute by Chandler Carruth · 13 years ago
  15. 742352a objc-arc: Support objc_arc_weak_unavailable on those by Fariborz Jahanian · 13 years ago
  16. 1b03c87 Move the Sema argument to all of the Sema-using helper functions in by Chandler Carruth · 13 years ago
  17. d309c81 Rename static helpers to use 'camelCaseNames' per the new style by Chandler Carruth · 13 years ago
  18. 87c4460 Mechanical rename of 'd' Decl pointer parameters to 'D'. This is more by Chandler Carruth · 13 years ago
  19. a8581b9 Fix an obvious typo in an attribute's diagnostics. Patch by Caitlin Sadowski. by Chandler Carruth · 13 years ago
  20. 68fe96a Handle nonnull attribute with optional argument number on by Fariborz Jahanian · 13 years ago
  21. 831fb96 objc-arc/mrc: Allow ns_returns_not_retained attribute on properties by Fariborz Jahanian · 13 years ago
  22. a7bf7bb Only do delayed diagnostics if there were no errors when parsing the decl. by Argyrios Kyrtzidis · 13 years ago
  23. b8b0313 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. by Argyrios Kyrtzidis · 13 years ago
  24. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  25. 4ac0140 Eliminate a 'default' case in template argument deduction, where we by Douglas Gregor · 13 years ago
  26. b30cd4a Don't add redundant FormatAttr, ConstAttr, or NoThrowAttr attributes, by Douglas Gregor · 13 years ago
  27. c1a0a73 Add ms_struct attribute on record typee (and ignore it for now) - wip. by Fariborz Jahanian · 14 years ago
  28. 89ebaed "note" location of forward class used as receiver of by Fariborz Jahanian · 14 years ago
  29. db57a4c ADT/Triple: Switch to using .isOSDarwin() predicate. by Daniel Dunbar · 14 years ago
  30. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  31. 831efae Improve diagnostics on GNU attributes by warning about attributes that should have no arguments or parameters. Patch by Michael Han! by Ted Kremenek · 14 years ago
  32. 414d896 Implement ARM pcs attribute. Basically it's another way of calling convention selection (AAPCS or by Anton Korobeynikov · 14 years ago
  33. b53e417 Extend the new 'availability' attribute with support for an by Douglas Gregor · 14 years ago
  34. 2923380 Teach DelayedDiagnostic to copy its string, rather than hope that the by Douglas Gregor · 14 years ago
  35. def8631 Ignore weak_import on Objective-C property and method declarations on by Douglas Gregor · 14 years ago
  36. 0a0d2b1 Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 14 years ago
  37. 207f4d8 Add support for language-specific address spaces. On top of that, by Peter Collingbourne · 14 years ago
  38. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  39. 883cc2c Don't hard-code these constants, or at least don't hard-code them so hard. by John McCall · 14 years ago
  40. bdc49d3 Pretty up the wrong-number-of-arguments-for-attribute diagnostic by by John McCall · 14 years ago
  41. d5313b0 Provide an attribute, objc_method_family, to allow the inferred family by John McCall · 14 years ago
  42. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  43. 951bbb2 rework processing of unavailable and deprecated attributes to avoid by Chris Lattner · 14 years ago
  44. cd5b306 accept and ignore a few things for better OpenBSD compatibility, by Chris Lattner · 14 years ago
  45. 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 14 years ago
  46. eee1d54 When parsing an out-of-line member function declaration, we must delay by John McCall · 14 years ago
  47. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 14 years ago
  48. 332bb2a When checking the 'weak' and 'weakref' attributes, look for non-external by John McCall · 14 years ago
  49. 4ee2bb1 Downgrade error about attribute 'iboutlet' and 'ibaction' being applied to anything but a instance method to a warning. by Ted Kremenek · 14 years ago
  50. b608b98 Give OpaqueValueExpr a source location, because its source location by Douglas Gregor · 14 years ago
  51. b7ee2e5 Revert r124217 because it didn't catch the actual error case it was trying to by Jeffrey Yasskin · 14 years ago
  52. c60e13a Add an attribute to forbid temporary instances of a type. This allows class by Jeffrey Yasskin · 14 years ago
  53. c7ad381 Add the ns_consumes_self, ns_consumed, cf_consumed, and ns_returns_autoreleased by John McCall · 14 years ago
  54. 15e14a2 Get rid of [[hiding]], [[override]] and [[base_check]]. by Anders Carlsson · 14 years ago
  55. f89e042 Get rid of the [[final]] C++0x attribute. by Anders Carlsson · 14 years ago
  56. 6070039 Sema: support for processing non-inheritable declaration attributes early by Peter Collingbourne · 14 years ago
  57. 711c52b Refactor the application of type attributes so that attributes from by John McCall · 14 years ago
  58. a96022c Funciton -> Function by Peter Collingbourne · 14 years ago
  59. 743b82b Unkown -> Unknown by Peter Collingbourne · 14 years ago
  60. 7f040a9 Refactor how we collect attributes during parsing, and add slots for attributes by John McCall · 14 years ago
  61. 8e5fc9b Warn when message is sent to receiver of by Fariborz Jahanian · 14 years ago
  62. d3d3be9 Validate Microsoft's uuid attribute string. by Francois Pichet · 14 years ago
  63. 1154214 Add support for the Microsoft uuid attribute: by Francois Pichet · 14 years ago
  64. de43632 __attribute__((nonnull)) can apply to reference-to-pointer by Douglas Gregor · 14 years ago
  65. 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
  66. 7b38198 Basic, Sema: add support for CUDA launch_bounds attribute by Peter Collingbourne · 14 years ago
  67. 2c2c8dd Sema: diagnose kernel functions with non-void return type by Peter Collingbourne · 14 years ago
  68. f5fe292 Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. by Rafael Espindola · 14 years ago
  69. 7e112c0 Remove a fixme which was fixed in a previous commit. by Argyrios Kyrtzidis · 14 years ago
  70. 223ae5c Use Sema's MarkDeclarationReferenced, which takes care of templates, instead of calling Decl's setUsed directly. by Argyrios Kyrtzidis · 14 years ago
  71. f0b0ccc Use the source location of the parameter, when it makes sense, for diagnostics in HandleCleanupAttr. by Argyrios Kyrtzidis · 14 years ago
  72. ae3038c Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293 by Argyrios Kyrtzidis · 14 years ago
  73. 722109c Add some warning messages about invalid use of common/nocommon attributes. by Eric Christopher · 14 years ago
  74. a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 14 years ago
  75. f48f367 80-col fixups. by Eric Christopher · 14 years ago
  76. ced7671 Basic, Sema: add support for CUDA location attributes by Peter Collingbourne · 14 years ago
  77. 7a73002 Remove static_casts from SemaDeclAttr.cpp by Peter Collingbourne · 14 years ago
  78. 4659e1e Drop the warning about __attribute__((may_alias)) being used by Dan Gohman · 14 years ago
  79. 34c2630 Front-end support for __attribute__((may_alias)). This is not by Dan Gohman · 14 years ago
  80. 07d7e7a Re-work the handling of implicit 'this' arguments and silly GCC-style attribute by Chandler Carruth · 14 years ago
  81. 1c23e91 Kill off the remaining places which generate CK_Unknown casts. by John McCall · 14 years ago
  82. 4211bb6 Add support for "neon_vector_type" and "neon_polyvector_type" attributes by Bob Wilson · 14 years ago
  83. daa8e4e Assorted work leading towards the elimination of CK_Unknown. by John McCall · 14 years ago
  84. d4aff0e Don't compute linkage for a declaration as part of the #pragma weak by John McCall · 14 years ago
  85. ee1c08c Tidy up comment (remove extraneous text). by Ted Kremenek · 14 years ago
  86. ce2d186 Don't rely on a StringRef being null-terminated (it's not) for deprecation messages. by Benjamin Kramer · 14 years ago
  87. c784dc1 Patch for adding message to unavailable attribute. by Fariborz Jahanian · 14 years ago
  88. df9fb91 Simplified code for deprecated attribute wih message a little. by Fariborz Jahanian · 14 years ago
  89. c4b35cf Add message to attribute(deprecated). by Fariborz Jahanian · 14 years ago
  90. dd0cb22 Add support for attribute((naked)), patch by Zoxc on cfe-commits! by Daniel Dunbar · 14 years ago
  91. ff3a078 Patch to support transparent_union arguments by Fariborz Jahanian · 14 years ago
  92. 60acea4 Issue warning for trivial cases of nonnull attributes by Fariborz Jahanian · 14 years ago
  93. 01add59 Add more error checking to attribute vecreturn by John Thompson · 14 years ago
  94. 1db5d14 Relax __attribute_((nonnull)) checking to allow the attribute on functions with no pointer arguments. GCC doesn't warn by Ted Kremenek · 14 years ago
  95. 52fc314 Add symantic support for the Pascal calling convention via by Dawn Perchik · 14 years ago
  96. 7a126a4 Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. by Sebastian Redl · 14 years ago
  97. 04633eb Add a missing return. Bug noticed by Dawn Perchik! by Douglas Gregor · 14 years ago
  98. f312b1e One who seeks knowledge learns something new every day. by John McCall · 14 years ago
  99. d931b08 De-memberify the VarDecl and FunctionDecl StorageClass enums. by John McCall · 14 years ago
  100. 9c3087b Restore r112114 now that SmallVector<...,0> is safe. by John McCall · 14 years ago