This patch allows clang to use a VirtualFileSystem represented by a
shared library. This VFS will be used on top of the real file system.
Library specified -ivfsoverlay-lib by must export
`clang::vfs::FileSystem *__clang_create_vfs()' function.
Unlike -ivfsoverlay option, which allows to map one real file to
another, -ivfsoverlay-lib allows to use files from memory, or do any
kind of files preprocessing.
We now have autobrief enabled so you can omit the \brief.