1. 5d9484d Fix some wonky formatting, remove spurious emacs major mode marker. No by Nick Lewycky · 12 years ago
  2. cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 12 years ago
  3. 4d8a33b Delay linkage checks when validating the weakref attribute. by Rafael Espindola · 12 years ago
  4. 2df0df8 Simplify code. No functionality change. by Rafael Espindola · 12 years ago
  5. 2a5bb50 Check for internal weak decls after merging. by Rafael Espindola · 12 years ago
  6. 72daa3f One can have an unavailable method overridden by an available method, by Douglas Gregor · 12 years ago
  7. f4d918f When checking availability attributes for consistency between an by Douglas Gregor · 12 years ago
  8. a4fa900 Remove some duplication in the handling of __attribute__((ext_vector_size(N))). by Richard Smith · 12 years ago
  9. 838dc59 Disable caching of visibility. by Rafael Espindola · 12 years ago
  10. d130fd2 Clear LV cache when dropping availability attributes. by Rafael Espindola · 12 years ago
  11. 51be6e3 Tighten types a bit. No functionality change. by Rafael Espindola · 12 years ago
  12. 8c4222a Don't crash when trying to apply the availability attribute to a block. by Rafael Espindola · 12 years ago
  13. 0b1de54 Use getter. Fixes the build from a bad merge. by Rafael Espindola · 12 years ago
  14. 8e721b7 Add support for attribute((mode(unwind_word))). by Rafael Espindola · 12 years ago
  15. 4e24f0f s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 12 years ago
  16. 3898008 Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 12 years ago
  17. 140aadf Add 171048 back but invalidate the cache of all redeclarations when setting by Rafael Espindola · 12 years ago
  18. eaf5ec4 Revert r171048, "Cache visibility of decls." by NAKAMURA Takumi · 12 years ago
  19. dfb3166 Cache visibility of decls. by Rafael Espindola · 12 years ago
  20. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  21. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  22. 3bc93e3 Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 by David Blaikie · 12 years ago
  23. fff3248 Virtual method overrides can no longer have mismatched calling conventions. This fixes PR14339. by Aaron Ballman · 12 years ago
  24. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  25. d449c79 A couple of small fixes to r167783 by Kaelyn Uhrain · 12 years ago
  26. 51ceb7b Enable C++11 attribute syntax for warn_unused_result and allow it to be by Kaelyn Uhrain · 12 years ago
  27. 7b89ab7 Reduce nesting. No functionality change. by Nico Weber · 12 years ago
  28. b68ec6b Add missing check to warning for packed attribute. PR14259. by Eli Friedman · 12 years ago
  29. aee56fa Update the front end to use minsize attribute by Quentin Colombet · 12 years ago
  30. 8e68ef0 Revert commit r166946 by Quentin Colombet · 12 years ago
  31. ba927d9 Make forcesizeopt attribute available to the end user by Quentin Colombet · 12 years ago
  32. 263366f Add pnaclcall convention to Native Client targets. by Derek Schuff · 12 years ago
  33. 5f608ae Make -mms-bitfields behave consistently. by Eli Friedman · 12 years ago
  34. 82bfa19 Allowing individual targets to determine whether a given calling convention is allowed or ignored with warning. This allows for correct name mangling for x64 targets on Windows, which in turn allows for linking against the Win32 APIs. by Aaron Ballman · 12 years ago
  35. fd09088 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 12 years ago
  36. c9e418c Fix warning from r163642 by DeLesley Hutchins · 12 years ago
  37. 24a6c94 Thread safety analysis: fix bug related to lock_returned attribute on templates. by DeLesley Hutchins · 12 years ago
  38. 8410113 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 12 years ago
  39. 0b4db3e Thread-safety analysis: Add support for selectively turning off warnings by DeLesley Hutchins · 12 years ago
  40. 679fc93 Revert r163078 per chandlerc's request. by Joao Matos · 12 years ago
  41. f712c48 Added a diagnostic for mismatched MS inheritance attributes. Also fixed the incomplete type member pointer size calculation under the MS ABI. by Joao Matos · 12 years ago
  42. 4e4c157 Thread-safety analysis: fix handling of string constants in mutex by DeLesley Hutchins · 12 years ago
  43. 9af9122 Fix serious regression introduced in r157780 where __attribute__((NSObject)) by Ted Kremenek · 12 years ago
  44. a23bd4c objective-C arc: ns_returns_retained is a type attribute in ARC, by Fariborz Jahanian · 12 years ago
  45. 0d5a069 Add support for "type safety" attributes that allow checking that 'void *' by Dmitri Gribenko · 12 years ago
  46. 9071def Remove and simplify unused checking code. by Benjamin Kramer · 12 years ago
  47. fac8e43 Fix horribly broken sema of __attribute__((pcs())). by Benjamin Kramer · 12 years ago
  48. c3b2308 Unify the codepaths for emitting deprecation warnings. The test changes are just to account for us emitting notes more consistently. by Eli Friedman · 12 years ago
  49. f1aae3b Fix line endings. by Michael Han · 12 years ago
  50. 78d1a10 Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on by Nick Lewycky · 12 years ago
  51. f50b6fe Fix whitespace, whoops missed a spot! by Nick Lewycky · 12 years ago
  52. 4ae89bc Fix whitespace, tabs to spaces. No functionality change. by Nick Lewycky · 12 years ago
  53. dc69157 Refactor handler functions for thread safety attributes. by Michael Han · 12 years ago
  54. 0df579e Patch by Anton Lokhmotov to add OpenCL work group size attributes. by Tanya Lattner · 12 years ago
  55. 5e2d5de Support the tls_model attribute (PR9788) by Hans Wennborg · 12 years ago
  56. 8e083e7 Reapply r158700 and fixup patches, minus one hunk that slipped through and by Sean Hunt · 12 years ago
  57. 0aa52aa Thread Safety Analysis: Move some warnings on thread safety by DeLesley Hutchins · 12 years ago
  58. fc685ac Reapplying the changes from r158717 as they were rolled back to avoid merge conflicts from a separate problematic patch. by Aaron Ballman · 12 years ago
  59. 3532936 Revert r158700 and dependent patches r158716, r158717, and r158731. by Jakob Stoklund Olesen · 12 years ago
  60. ed35fd1 Improves parsing and semantic analysis for MS __declspec attributes. This includes support for the align (which fixes PR12631). by Aaron Ballman · 12 years ago
  61. bfcb037 Improve the specification of spellings in Attr.td. by Sean Hunt · 12 years ago
  62. 174930d fix PR13071 / rdar://problem/11634669 : by Nuno Lopes · 12 years ago
  63. 96c67d1 alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just means the function allocates x^2 bytes. GCC also accepts this syntax by Nuno Lopes · 12 years ago
  64. adc6cbf [MSExtensions] Add support for __forceinline. by Michael J. Spencer · 12 years ago
  65. 1dfbd92 Still more Doxygen documentation fixes: by James Dennett · 12 years ago
  66. 568eae4 Allow __attribute__((unused)) for fields and make it silence by Daniel Jasper · 12 years ago
  67. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  68. 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  69. 3427682 objc: properties of NSObject attribute must by Fariborz Jahanian · 12 years ago
  70. 350e956 -Wdeprecated warning to include reference (as a note) by Fariborz Jahanian · 12 years ago
  71. 587de5b implement Sema support for the alloc_size attribute by Nuno Lopes · 12 years ago
  72. c052dbb Recognize the MS inheritance attributes and turn them into attributes by John McCall · 12 years ago
  73. c51bb99 StringSwitchify. No functionality change. by Benjamin Kramer · 12 years ago
  74. bc3260d Factor sema for attributes unavailable and deprecated into a common function. by Benjamin Kramer · 12 years ago
  75. 599f1b7 Refactor all the by Rafael Espindola · 12 years ago
  76. 420efd8 Produce a warning for mismatched section attributes. Completest pr9356. by Rafael Espindola · 12 years ago
  77. ee409a9 Add support for __attribute__((hot)) and __attribute__((cold)). by Benjamin Kramer · 12 years ago
  78. 342dd43 Remove unused variable. Thanks to Dmitri Gribenko for noticing it. by Rafael Espindola · 12 years ago
  79. 703d412 Teach the parser to deal with multiple spellings for the same by Douglas Gregor · 12 years ago
  80. b2749b1 Make sure that we recognize __attribute__((align)) as a synonym for by Douglas Gregor · 12 years ago
  81. bf9da1f Fix a recent regression with the merging of format attributes. by Rafael Espindola · 12 years ago
  82. dd44f34 Warn about visibility attributes in typedefs. by Rafael Espindola · 12 years ago
  83. 98ae834 Fix an old (2009) FIXME: by Rafael Espindola · 12 years ago
  84. fad5de9 Clean up SemaDeclAttr for high-warnings build. by Jordy Rose · 12 years ago
  85. 258796e Add missing 'y'. by Rafael Espindola · 12 years ago
  86. 9b79fc9 Process attributes in the order they appear in the source code. This make clang by Rafael Espindola · 12 years ago
  87. 1348967 Change how we suppress access control in explicit instantiations by John McCall · 12 years ago
  88. 9257664 Refactor DelayedDiagnostics so that it keeps diagnostics in by John McCall · 12 years ago
  89. 3b29436 Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is important by Rafael Espindola · 12 years ago
  90. ab41fe9 Move Sema::VerifyIntegerConstantExpression() and by Douglas Gregor · 12 years ago
  91. bbba25f Thread safety analysis: check for LOCKABLE attribute on base classes. by DeLesley Hutchins · 12 years ago
  92. 60f2024 Thread safety analysis: additional support for smart pointers in lock expressions. by DeLesley Hutchins · 12 years ago
  93. 548d17c Walk the decls looking for the last one that has an attribute. We do have to walk by Rafael Espindola · 12 years ago
  94. f26efd7 Thread Safety Analysis: fixed attribute handling for lock_returned attribute. by DeLesley Hutchins · 12 years ago
  95. 4e31b4d Extend the error about incompatible visibility attributes in different by Rafael Espindola · 12 years ago
  96. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  97. 45a0b26 Reject cases like by Rafael Espindola · 12 years ago
  98. d672436 with -Wdeprecated, include a note to its deprecated declaration by Fariborz Jahanian · 12 years ago
  99. aed9ea3 Thread safety analysis: support the use of pt_guarded_by attributes by DeLesley Hutchins · 12 years ago
  100. 79747e0 Thread-safety analysis: support new "pointer to member" syntax for by DeLesley Hutchins · 12 years ago