mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-17 00:46:05 +00:00

The rationale is to get YAML filenames in diagnostics from yaml::Stream::printError -- currently the filename is hard-coded as "YAML" because there's no buffer information available. Patch by Kim Gräsman! llvm-svn: 168341