Use uint16_t to store indices into string table since C++ only allows 64K...
Use uint16_t to store indices into string table since C++ only allows 64K string literals so the index into the big string can never be larger than that. llvm-svn: 152105
Loading
Please register or sign in to comment