summaryrefslogtreecommitdiffstats
path: root/test/Sema/128bitint.c
Commit message (Expand)AuthorAgeFilesLines
* [MS Extensions] Remove support for the i128 integer literal suffixDavid Majnemer2015-07-261-16/+2
* Improving the "integer constant too large" diagnostics based on post-commit f...Aaron Ballman2014-07-241-2/+2
* Provide extra information in the "integer constant is too large" diagnostic. ...Aaron Ballman2014-07-221-2/+2
* Integers which are too large should be an error.Eli Friedman2013-07-231-2/+2
* Reject uses of __int128 on platforms that don't support it. Also move the uglyRichard Smith2012-11-291-1/+13
* Add support for "type safety" attributes that allow checking that 'void *'Dmitri Gribenko2012-08-171-0/+19
* Add support for full-width 128-bit integer literals.Stephen Canon2012-05-031-1/+8
* For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith2012-04-041-0/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add a triple to try to fix the buildbot error.Anders Carlsson2009-11-091-1/+1
* __uint128_t is indeed an unsigned integer type. Fixes PR5435.Anders Carlsson2009-11-091-0/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Initial implementation of arbitrary fixed-width integer types. Eli Friedman2009-02-131-0/+6