index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
Support
/
AlignOfTest.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Sort the #include lines for unittest/...
Chandler Carruth
2012-11-17
Removing utf-8 smart quote and trailing whitespace
Joe Abbey
2012-11-17
Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...
Joe Abbey
2012-11-10
Provide definitions for all functions.
Benjamin Kramer
2012-09-14
Fix up erroneous alignas usage while making this portable to GCC 4.7
David Blaikie
2012-08-17
Flatten the aligned-char-array utility template to be a directly
Chandler Carruth
2012-06-21
Add a pragma to supress an MSVC warning on some of the absurd code I'm
Chandler Carruth
2012-06-17
Disable a particular assertion on MSVC... I'm deeply disturbed by its
Chandler Carruth
2012-06-17
Add some somewhat exhaustive tests of sizeof properties of this horrible
Chandler Carruth
2012-06-16
Relax one assertion -- long double has strange alignments on lots of
Chandler Carruth
2012-06-16
Try to reduce the size of the array used for compile-time testing by
Chandler Carruth
2012-06-16
Add support to the alignment support header for conjuring a character
Chandler Carruth