summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/string-literal.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the representation of wide strings in the AST and IR so that it uses the ...Eli Friedman2011-11-011-15/+15
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Make constant aggregate constant initializers private linkage.Eric Christopher2011-08-241-4/+4
* Add tests for string literal concatenation.Craig Topper2011-08-111-0/+15
* Add support for C++0x raw string literals.Craig Topper2011-08-111-1/+24
* Emit wide string literals with the appropriate alignment.John McCall2011-08-041-8/+8
* This patch makes the string/character literal tests run in C,Douglas Gregor2011-07-291-11/+20
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-3/+20
* Add unnamed_addr to internal globals which are only used as an operand to mem...Eli Friedman2011-05-271-2/+2
* Match llvm-gcc's string literals alignment by forcing alignment on string lit...Eli Friedman2011-05-271-2/+2
* Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola2011-01-101-2/+2
* tests: Force a triple to avoid wchar_t differences.Daniel Dunbar2010-10-071-1/+1
* Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode.Nico Weber2010-10-061-1/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* fix some sema problems with wide strings and hook up basic codegen for them.Chris Lattner2009-02-261-0/+2
* eliminate some random .ll file outputsChris Lattner2009-01-271-1/+1
* Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar2008-08-211-1/+1
* no need to verify this, no errors/warnings are expected.Chris Lattner2007-12-271-1/+1
* String literal in aggregate expressionSeo Sanghyeon2007-12-231-0/+5