diff options
author | Chris Lattner <sabre@nondot.org> | 2008-06-07 22:13:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-06-07 22:13:43 +0000 |
commit | da8249e57f3badecf925571881fe57243935c6c1 (patch) | |
tree | 45eb9cf95fc809dd0b93839f9d023f65e5b48b6a /lib/CodeGen/CodeGenModule.h | |
parent | 259dfdc79126a957e56e55e3e3788031b99be12f (diff) |
Fix ast dumping to work with long double literals, e.g. we dump:
long double X() { return 1.0L; }
as:
long double X()
(CompoundStmt 0xb06a00 <t.c:2:17, col:32>
(ReturnStmt 0xb068d0 <col:19, col:26>
(FloatingLiteral 0xb02cf0 <col:26> 'long double' 1.000000)))
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions