summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/offsetof-64.c
Commit message (Collapse)AuthorAgeFilesLines
* Limit number of bits in size representation so that bit size fit 64 bits.Serge Pavlov2013-07-161-1/+1
| | | | | | This fixes PR8256 and some others. llvm-svn: 186385
* Return QualType() when a too large array is attempting to be created. ThisRichard Trieu2013-05-161-3/+10
| | | | | | | prevents further errors and some overflows in size calculations. One overflow was previously triggering an assert. llvm-svn: 181970
* Move a test that requires 64-bit mode to a separate test with a triple inRichard Trieu2013-05-151-0/+15
the run line. llvm-svn: 181854
OpenPOWER on IntegriCloud