Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Differential
D44231
Diff 137497
test/clang-tidy/misc-sizeof-expression.cpp
Changeset View
Can you add a C++11 test case using enum class -- I am worried that the isInteger() matcher will return false for that type.
Also, I think you should have a test case for bool; I think the check will diagnose bool types but I'm not certain there's value in diagnosing those. What do you think?