]> granicus.if.org Git - clang/commit
Add support for printing integer literals of type short, unsigned short,
authorRichard Trieu <rtrieu@google.com>
Mon, 7 Nov 2011 18:40:31 +0000 (18:40 +0000)
committerRichard Trieu <rtrieu@google.com>
Mon, 7 Nov 2011 18:40:31 +0000 (18:40 +0000)
commit11cbe2a7fb565678fca456f6bc2d4648ced3adb3
tree5289b7e20ba625fe6e0687726d6dc752982f7592
parent12192cf50a96cb59a3039af044b7fa97f043101c
Add support for printing integer literals of type short, unsigned short,
__int128_t and __uint128_t.  Short and unsigned short integer literals support
is only to work around a crasher as reported in PR11179 and will be removed
once Clang no longer builds short integer literals.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143977 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/StmtPrinter.cpp
test/Misc/integer-literal-printing.cpp [new file with mode: 0644]