1. 7748cbc Add and update tests for character literals by Seth Cantrell · 13 years ago
  2. 64f45a2 Fix the representation of wide strings in the AST and IR so that it uses the native representation of integers for the elements. This fixes a bunch of nastiness involving by Eli Friedman · 13 years ago
  3. 736a9c2 Make constant aggregate constant initializers private linkage. by Eric Christopher · 13 years ago
  4. 460980d Add unnamed_addr to internal globals which are only used as an operand to memcpy. (Spotted by looking at IR.) by Eli Friedman · 13 years ago
  5. 1257bc6 Add unnamed_addr when creating artificial string globals. For example, in by Rafael Espindola · 14 years ago
  6. 59705ae Add support for UCNs for character literals by Nico Weber · 14 years ago
  7. a0f15b0 Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode. by Nico Weber · 14 years ago