mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-23 19:59:48 +00:00
[Docs] Fix LLVM_YAML_IS_DOCUMENT_LIST_VECTOR
The docs incorrectly said to repeat std::vector inside LLVM_YAML_IS_DOCUMENT_LIST_VECTOR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337695 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
942fbb2330
commit
e148741432
@ -1020,7 +1020,7 @@ object. For example:
|
||||
// Reading multiple documents in one file
|
||||
using llvm::yaml::Input;
|
||||
|
||||
LLVM_YAML_IS_DOCUMENT_LIST_VECTOR(std::vector<MyDocType>)
|
||||
LLVM_YAML_IS_DOCUMENT_LIST_VECTOR(MyDocType)
|
||||
|
||||
Input yin(mb.getBuffer());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user