summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ObjectYAML/YAML.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ObjectYAML] Fix some Clang-tidy modernize and Include What You Use ↵Eugene Zelenko2017-07-011-2/+3
| | | | | | warnings; other minor fixes (NFC). llvm-svn: 306925
* Move ObjectYAML code to a new library.Rafael Espindola2016-03-011-0/+61
It is only ever used by obj2yaml and yaml2obj. No point in linking it everywhere. llvm-svn: 262368
OpenPOWER on IntegriCloud