1. db08e83 Revert r291503, "Lift the 10-type limit for AlignedCharArrayUnion", and followings. by NAKAMURA Takumi · 9 years ago
  2. 4d9c5c2 Lift the 10-type limit for AlignedCharArrayUnion by Sean Callanan · 9 years ago
  3. aa48572 [Support] Fix AlignOf test on i386-linux. by Benjamin Kramer · 9 years ago
  4. abe323e [Support] Remove llvm::alignOf now that all uses are gone. by Benjamin Kramer · 9 years ago
  5. 6b52052 Fixed compilation issue. by Elena Demikhovsky · 10 years ago
  6. 6ac3f73 Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  7. 8db8e8b [ADT] Teach alignment helpers to work correctly for abstract classes. by Chandler Carruth · 10 years ago
  8. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  9. 1653071 [support] Add a macro wrapper for alignas and simplify some code. by Benjamin Kramer · 11 years ago
  10. f8fea09 Supress MSVC padding warning in alignment test by Andrew Kaylor · 11 years ago
  11. 93756cf Suppress the newly added Clang warning for the inaccessible base in this by Chandler Carruth · 11 years ago
  12. da3e31a [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion. by Michael J. Spencer · 13 years ago
  13. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  14. 44d3bf2 Removing utf-8 smart quote and trailing whitespace by Joe Abbey · 13 years ago
  15. 035fc9a Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonymous}::D9’ by Joe Abbey · 13 years ago
  16. 933f411 Provide definitions for all functions. by Benjamin Kramer · 13 years ago
  17. 21e27ce Fix up erroneous alignas usage while making this portable to GCC 4.7 by David Blaikie · 13 years ago
  18. 9b9cec2 Flatten the aligned-char-array utility template to be a directly by Chandler Carruth · 13 years ago
  19. 92f2f37 Add a pragma to supress an MSVC warning on some of the absurd code I'm by Chandler Carruth · 13 years ago
  20. d599a8c Disable a particular assertion on MSVC... I'm deeply disturbed by its by Chandler Carruth · 13 years ago
  21. a4d4075 Add some somewhat exhaustive tests of sizeof properties of this horrible by Chandler Carruth · 13 years ago
  22. 3bbbeeb Relax one assertion -- long double has strange alignments on lots of platforms. by Chandler Carruth · 13 years ago
  23. 8710d88 Try to reduce the size of the array used for compile-time testing by by Chandler Carruth · 13 years ago
  24. dea00d7 Add support to the alignment support header for conjuring a character by Chandler Carruth · 13 years ago