summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-literal-suffix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AST] Really allocate a SmallVector to the right size.Benjamin Kramer2015-08-041-2/+4
| | | | | | | | | | set_size only resets the end pointer and asserts if it is used to grow the buffer. This would crash when mangling a float with more than 80 bits, add a test with a ppc double double (128 bits). Found by inspection. llvm-svn: 243979
* Fix buildbots.Richard Smith2014-11-201-7/+7
| | | | llvm-svn: 222408
* Preserve numeric literal suffixes during type canonicalization.Richard Smith2014-11-201-0/+17
Patch by Pierre Gousseau! Test cases altered significantly by me. llvm-svn: 222404
OpenPOWER on IntegriCloud