llvm/unittests
Quentin Colombet cbd4dbb999 [AsmParser] Expose an API to parse a string starting with a type.
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262884 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-08 00:37:07 +00:00
..
ADT
Analysis
AsmParser [AsmParser] Expose an API to parse a string starting with a type. 2016-03-08 00:37:07 +00:00
Bitcode
CodeGen
DebugInfo
ExecutionEngine [RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInProcess. 2016-03-03 21:23:15 +00:00
IR
LineEditor
Linker
MC
MI
ObjectYAML
Option
ProfileData Fix memory leak in tests. 2016-03-03 23:55:41 +00:00
Support unitests: add some ARM TargetParser tests 2016-03-06 04:50:55 +00:00
Transforms
CMakeLists.txt