Home
last modified time | relevance | path

Searched refs:FixedE (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/FixIt/
H A Dformat.cpp18 enum class FixedE : uint32_t { Two }; enum
76 …printf("%u", FixedE::Two); //expected-warning{{format specifies type 'unsigned int' but the argume… in a()