ScopInfo: use correct enum type in type definition
Instead of a plain 'int' we use the correct enum type. This does not give us type safety yet, but at least makes the code more correct in terms of typing. To avoid such mismatches it might sense to switch these enums to C++11 typed enums. llvm-svn: 291960
Loading
Please register or sign in to comment