summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/MetadataImpl.h
Commit message (Collapse)AuthorAgeFilesLines
* Added missing header for the explicit dependency on MDNode.Galina Kistanova2015-02-041-0/+1
| | | | llvm-svn: 228085
* IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith2015-02-021-0/+45
Move debug-info-centred `Metadata` subclasses into their own header/source file. A couple of private template functions are needed from both `Metadata.cpp` and `DebugInfoMetadata.cpp`, so I've moved them to `lib/IR/MetadataImpl.h`. llvm-svn: 227835
OpenPOWER on IntegriCloud