summaryrefslogtreecommitdiff
path: root/test/Sema/format-strings-enum-fixed-type.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Don't warn on printf('%hd', [char]) (PR41467)Nathan Huckleberry2019-08-231-4/+4
* Format strings: check against an enum's underlying type.Jordan Rose2014-05-311-9/+9
* Teach printf/scanf about enums with fixed underlying types.Jordan Rose2012-06-041-0/+92