Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AST] Really allocate a SmallVector to the right size. | Benjamin Kramer | 2015-08-04 | 1 | -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 Smith | 2014-11-20 | 1 | -7/+7 |
| | | | | llvm-svn: 222408 | ||||
* | Preserve numeric literal suffixes during type canonicalization. | Richard Smith | 2014-11-20 | 1 | -0/+17 |
Patch by Pierre Gousseau! Test cases altered significantly by me. llvm-svn: 222404 |