summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/string-literal-short-wstring.c
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Xfail two tests that fail due to over-aligning arraysKrzysztof Parzyszek2015-12-141-0/+4
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-241-3/+6
* Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov2014-03-241-6/+3
* CodeGen: Remove unneeded directivesDavid Majnemer2014-03-241-11/+6
* CodeGen: Make string tests exercise the MS ABIDavid Majnemer2014-03-231-1/+9
* Add and update tests for character literalsSeth Cantrell2012-01-181-11/+0
* Fix the representation of wide strings in the AST and IR so that it uses the ...Eli Friedman2011-11-011-2/+2
* Make constant aggregate constant initializers private linkage.Eric Christopher2011-08-241-1/+1
* Add unnamed_addr to internal globals which are only used as an operand to mem...Eli Friedman2011-05-271-1/+1
* Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola2011-01-101-2/+2
* Add support for UCNs for character literalsNico Weber2010-10-091-3/+32
* Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode.Nico Weber2010-10-061-0/+14