forked from OSchip/llvm-project
dafed5d7d8
Without actually parsing a type it is difficult to perdict where the type definition ends. In other words, instead of expecting the user of the parser API to hand over only the relevant bits of the string being parsed, take the whole string, parse the type, and get back the number of characters that have been read. This will be used by the MIR testing infrastructure. llvm-svn: 262884 |
||
---|---|---|
.. | ||
AsmParserTest.cpp | ||
CMakeLists.txt |