summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/c-strings.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* make sure the size of constant arrays is respectedNuno Lopes2008-08-131-1/+3
| | | | llvm-svn: 54769
* Add GetAddrOfConstantCString methodDaniel Dunbar2008-08-131-0/+34
- Returns addr of constant for argument + '\0'. - I couldn't think of a better name. - Move appropriate users of GetAddrOfConstantString to this. Rename getStringForStringLiteral to GetStringForStringLiteral. Add GetAddrOfConstantStringFromLiteral - This combines GetAddrOfConstantString and GetStringForStringLiteral. This method can be, but is not yet, more efficient. Change GetAddrOfConstantString to not add terminating '\0' - <rdar://problem/6140956> llvm-svn: 54768
OpenPOWER on IntegriCloud