Skip to content
Commit b90df60b authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Introduce Type::isIntegralOrEnumerationType(), to cover those places

in C++ that involve both integral and enumeration types. Convert all
of the callers to Type::isIntegralType() that are meant to work with
both integral and enumeration types over to
Type::isIntegralOrEnumerationType(), to prepare to eliminate
enumeration types as integral types.

llvm-svn: 106071
parent 00bdca56
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment