diff options
| author | Leonard Chan <leonardchan@google.com> | 2018-08-06 16:05:08 +0000 |
|---|---|---|
| committer | Leonard Chan <leonardchan@google.com> | 2018-08-06 16:05:08 +0000 |
| commit | c03642e9a86d9ed128676d5405a1906282d727ad (patch) | |
| tree | c221a392e0bf810a25b78cc0f46c89c8525c0c48 /clang/unittests/Frontend/CMakeLists.txt | |
| parent | 0d1b3934e27f72f706345678204a87f72007ed64 (diff) | |
| download | bcm5719-llvm-c03642e9a86d9ed128676d5405a1906282d727ad.tar.gz bcm5719-llvm-c03642e9a86d9ed128676d5405a1906282d727ad.zip | |
[Fixed Point Arithmetic] Fix for FixedPointValueToString
- 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
Diffstat (limited to 'clang/unittests/Frontend/CMakeLists.txt')
| -rw-r--r-- | clang/unittests/Frontend/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/Frontend/CMakeLists.txt b/clang/unittests/Frontend/CMakeLists.txt index c764fb9e2a0..e36570a88bf 100644 --- a/clang/unittests/Frontend/CMakeLists.txt +++ b/clang/unittests/Frontend/CMakeLists.txt @@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS add_clang_unittest(FrontendTests ASTUnitTest.cpp CompilerInstanceTest.cpp + FixedPointString.cpp FrontendActionTest.cpp CodeGenActionTest.cpp ParsedSourceLocationTest.cpp |

