summaryrefslogtreecommitdiff
path: root/test/Misc/integer-literal-printing.cpp
Commit message (Expand)AuthorAgeFilesLines
* StmtPrinter: Write large char values using \u or \U.Jordan Rose2013-02-081-6/+6
* SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum...Benjamin Kramer2012-11-211-1/+67
* Improve the error message when a function overload candidate is rejectedKaelyn Uhrain2012-06-191-2/+2
* Remove test with int128 printing since it breaks on some platforms.Richard Trieu2011-11-071-8/+0
* Add support for printing integer literals of type short, unsigned short,Richard Trieu2011-11-071-0/+21