summaryrefslogtreecommitdiff
path: root/test/Sema/wchar.c
AgeCommit message (Expand)Author
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool
2016-05-16[PS4] Change the names of some "environmental" things to what ourPaul Robinson
2015-01-27Check wchar_t type on PS4.Alex Rosenberg
2014-08-14Delete support for AuroraUX.Rafael Espindola
2014-01-16Forbid driver use in Sema testsAlp Toker
2013-05-15Better diagnostics for string initialization.Hans Wennborg
2013-02-07Add AArch64 wchar definition to testTim Northover
2012-09-25Fix failing test/Sema/wchar.c on ARM.Hans Wennborg
2009-12-19Initialization improvements: addition of string initialization and a fewEli Friedman
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-11-22Fix for PR5233.Edward O'Callaghan
2009-11-17Make test header independent so it doesn't fail on freebsd. I hope this doesn'tBenjamin Kramer
2009-11-17Use clang to run tests which include headers from the system.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-05Adding -fshort-wchar option.John Thompson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-26rename testChris Lattner