| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move AST tests into their own test directory; NFC. | Aaron Ballman | 2018-11-30 | 1 | -21/+0 |
| | | | | | | | This moves everything primarily testing the functionality of -ast-dump and -ast-print into their own directory, rather than leaving the tests spread around the testing directory. llvm-svn: 348017 | ||||
| * | [Fixed Point Arithmetic] Fix for FixedPointValueToString | Leonard Chan | 2018-08-06 | 1 | -0/+21 |
| - Print negative numbers correctly - Handle APInts of different sizes - Add formal unit tests for FixedPointValueToString - Add tests for checking correct printing when padding is set - Restrict to printing in radix 10 since that's all we need for now Differential Revision: https://reviews.llvm.org/D49945 llvm-svn: 339026 | |||||

