SymbolTable::size() returns an unsigned int.
It's better to use the same type rather than a fixed width integer type that may be different from the return type. llvm-svn: 205597
Loading
Please sign in to comment
It's better to use the same type rather than a fixed width integer type that may be different from the return type. llvm-svn: 205597