1. 8b8ebdd 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 · 12 years ago
  2. 5603df4 Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 12 years ago
  3. ac6f5f4 Check LongDoubleFormat instead of just Width as this is PowerPC specific. by Roman Divacky · 12 years ago
  4. b6debb6 Add support for TF/TC modes available on eg. PowerPC64. by Roman Divacky · 12 years ago
  5. 6fc7ad1 Don't allow __attribute__((common)) in C++. PR16330. by Eli Friedman · 12 years ago
  6. a86d88c Improved source code fidelity for gcc mode attribute. by Enea Zaffanella · 12 years ago
  7. 317a77f 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 · 13 years ago
  8. 52d598e Warn on and drop dllimport attrs from variable definitions by Reid Kleckner · 13 years ago
  9. b144d36 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 13 years ago
  10. b682431 Thread safety analysis: add two new attributes to the thread safety analysis: by DeLesley Hutchins · 13 years ago
  11. 140c4a7 Refactor diagnostics for MS attributes without -fms-extensions by Reid Kleckner · 13 years ago
  12. 8f8930f ArrayRef'ize InitializationSequence constructor and InitializationSequence::Diagnose() by Dmitri Gribenko · 13 years ago
  13. 5e77d76 Basic support for Microsoft property declarations and references thereto. by John McCall · 13 years ago
  14. fd3834f Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 13 years ago
  15. b544572 Rework how ObjC method inherit deprecated/availability. by Ted Kremenek · 13 years ago
  16. 6ae7e50 Add 178663 back. by Rafael Espindola · 13 years ago
  17. 985a3ab Revert 178663. by Rafael Espindola · 13 years ago
  18. adea16b Don't compute a patched/semantic storage class. by Rafael Espindola · 13 years ago
  19. fb36ede Generate metadata to implement the -cl-kernel-arg-info option. by Guy Benyei · 13 years ago
  20. 0608ae8 Add support for the 'endian' attribute for OpenCL. by Joey Gouly · 13 years ago
  21. aba589c Add support for the OpenCL attribute 'vec_type_hint'. by Joey Gouly · 13 years ago
  22. de6a39f Process #pragma weak only after we know the linkage of the function or variable by Rafael Espindola · 13 years ago
  23. db77c4a Be more careful in applying pragma weak. Fixes pr14974. by Rafael Espindola · 13 years ago
  24. 4c0fc99 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 13 years ago
  25. 47f9f2d Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 13 years ago
  26. f32b3f2 Add support for coldcc to clang by Peter Collingbourne · 13 years ago
  27. 3653b7e Don't crash if we try to apply 'alignas' to a variable declared with an by Richard Smith · 13 years ago
  28. 44c247f Handle alignas(foo...) pack expansions. by Richard Smith · 13 years ago
  29. e936505 Don't crash when applying an alloc_size attribute on a K&R function. by Argyrios Kyrtzidis · 13 years ago
  30. bc8caaf Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of by Richard Smith · 13 years ago
  31. d041a9b Add a new 'type_visibility' attribute to allow users to by John McCall · 13 years ago
  32. 6adc78e Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 13 years ago
  33. a096b14 The meat of this patch is in BuildCXXMemberCalLExpr where we make it use by Nick Lewycky · 13 years ago
  34. a7d0384 Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 13 years ago
  35. 9eaab4b Fix diagnostic for bad alignas use: it can't be applied to functions. by Richard Smith · 13 years ago
  36. 848e1f1 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 13 years ago
  37. af02bbe [Sema][Attr]Fix alignment attribute printing. by Michael Han · 13 years ago
  38. 810ad3e Downgrade 'attribute ignored when parsing type' from error to warning, to match by Richard Smith · 13 years ago
  39. 1dba27c Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. by Richard Smith · 13 years ago
  40. a5aaca9 Propagate the spelling list index for an attribute across template instantiation. by Richard Smith · 13 years ago
  41. 9a629ab Actually remove the hack which was blocking the Borland-style attributes from by Richard Smith · 13 years ago
  42. 0cdcc98 Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled by Richard Smith · 13 years ago
  43. e233fbf Finish semantic analysis for [[carries_dependency]] attribute. by Richard Smith · 13 years ago
  44. cc7e882 Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]] by Richard Smith · 13 years ago
  45. 9931593 PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. by Michael Han · 13 years ago
  46. e112151 Fix some wonky formatting, remove spurious emacs major mode marker. No by Nick Lewycky · 13 years ago
  47. 10876ef Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 13 years ago
  48. b306900 Delay linkage checks when validating the weakref attribute. by Rafael Espindola · 13 years ago
  49. 7d9669e Simplify code. No functionality change. by Rafael Espindola · 13 years ago
  50. f1d2f0e Check for internal weak decls after merging. by Rafael Espindola · 13 years ago
  51. 43dc0c7 One can have an unavailable method overridden by an available method, by Douglas Gregor · 13 years ago
  52. 66a8ca0 When checking availability attributes for consistency between an by Douglas Gregor · 13 years ago
  53. 1f5a432 Remove some duplication in the handling of __attribute__((ext_vector_size(N))). by Richard Smith · 13 years ago
  54. 19de561 Disable caching of visibility. by Rafael Espindola · 13 years ago
  55. b68dd47 Clear LV cache when dropping availability attributes. by Rafael Espindola · 13 years ago
  56. a3aea43 Tighten types a bit. No functionality change. by Rafael Espindola · 13 years ago
  57. c231fab Don't crash when trying to apply the availability attribute to a block. by Rafael Espindola · 13 years ago
  58. 0370597 Use getter. Fixes the build from a bad merge. by Rafael Espindola · 13 years ago
  59. f0dafd3 Add support for attribute((mode(unwind_word))). by Rafael Espindola · 13 years ago
  60. 89645bc s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 13 years ago
  61. f0a014b Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 13 years ago
  62. 54606d5 Add 171048 back but invalidate the cache of all redeclarations when setting by Rafael Espindola · 13 years ago
  63. eb63feb Revert r171048, "Cache visibility of decls." by NAKAMURA Takumi · 13 years ago
  64. f92a59f Cache visibility of decls. by Rafael Espindola · 13 years ago
  65. 4442605 Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 13 years ago
  66. 7967fc1 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
  67. ff7d47a Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 by David Blaikie · 13 years ago
  68. 02df2e0 Virtual method overrides can no longer have mismatched calling conventions. This fixes PR14339. by Aaron Ballman · 13 years ago
  69. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  70. 3d699e0 A couple of small fixes to r167783 by Kaelyn Uhrain · 13 years ago
  71. 8681f9d Enable C++11 attribute syntax for warn_unused_result and allow it to be by Kaelyn Uhrain · 13 years ago
  72. efa45b2 Reduce nesting. No functionality change. by Nico Weber · 13 years ago
  73. c087c3f Add missing check to warning for packed attribute. PR14259. by Eli Friedman · 13 years ago
  74. 4e17206 Update the front end to use minsize attribute by Quentin Colombet · 13 years ago
  75. ee3e0fb Revert commit r166946 by Quentin Colombet · 13 years ago
  76. 0d6b5e5 Make forcesizeopt attribute available to the end user by Quentin Colombet · 13 years ago
  77. a202096 Add pnaclcall convention to Native Client targets. by Derek Schuff · 13 years ago
  78. 9ee2d047 Make -mms-bitfields behave consistently. by Eli Friedman · 13 years ago
  79. e91c6be 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 · 13 years ago
  80. 974c948 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 13 years ago
  81. 93cddf3 Fix warning from r163642 by DeLesley Hutchins · 13 years ago
  82. 781fe38 Thread safety analysis: fix bug related to lock_returned attribute on templates. by DeLesley Hutchins · 13 years ago
  83. 566fff0 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 13 years ago
  84. a5a00e8 Thread-safety analysis: Add support for selectively turning off warnings by DeLesley Hutchins · 13 years ago
  85. e30771f Revert r163078 per chandlerc's request. by Joao Matos · 13 years ago
  86. 26b2095 Added a diagnostic for mismatched MS inheritance attributes. Also fixed the incomplete type member pointer size calculation under the MS ABI. by Joao Matos · 13 years ago
  87. 3c3d57b Thread-safety analysis: fix handling of string constants in mutex by DeLesley Hutchins · 13 years ago
  88. 7712eef Fix serious regression introduced in r157780 where __attribute__((NSObject)) by Ted Kremenek · 13 years ago
  89. 272b7dc objective-C arc: ns_returns_retained is a type attribute in ARC, by Fariborz Jahanian · 13 years ago
  90. e4a5a90 Add support for "type safety" attributes that allow checking that 'void *' by Dmitri Gribenko · 13 years ago
  91. 25885f4 Remove and simplify unused checking code. by Benjamin Kramer · 13 years ago
  92. 833fb9f Fix horribly broken sema of __attribute__((pcs())). by Benjamin Kramer · 13 years ago
  93. 971bfa1 Unify the codepaths for emitting deprecation warnings. The test changes are just to account for us emitting notes more consistently. by Eli Friedman · 13 years ago
  94. a9171bc Fix line endings. by Michael Han · 13 years ago
  95. 0859707 Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on by Nick Lewycky · 13 years ago
  96. cfb4517 Fix whitespace, whoops missed a spot! by Nick Lewycky · 13 years ago
  97. b9e4a3a Fix whitespace, tabs to spaces. No functionality change. by Nick Lewycky · 13 years ago
  98. 3be3b44 Refactor handler functions for thread safety attributes. by Michael Han · 13 years ago
  99. bcffcdf Patch by Anton Lokhmotov to add OpenCL work group size attributes. by Tanya Lattner · 13 years ago
  100. d3b01bc Support the tls_model attribute (PR9788) by Hans Wennborg · 13 years ago