aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/128bitint.c
AgeCommit message (Expand)Author
2009-11-09Add a triple to try to fix the buildbot error.Anders Carlsson
2009-11-09__uint128_t is indeed an unsigned integer type. Fixes PR5435.Anders Carlsson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-13Initial implementation of arbitrary fixed-width integer types. Eli Friedman