aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELFObjectFile.cpp
diff options
context:
space:
mode:
authorNathan James <n.james93@hotmail.co.uk>2020-11-07 19:18:01 +0000
committerNathan James <n.james93@hotmail.co.uk>2020-11-07 19:18:02 +0000
commitd725f1ce5318f8aca12632d3b7cfb3a5968e5d37 (patch)
tree453c0564a64ad0783ca6015476f53e5ea8ac1b3d /llvm/lib/Object/ELFObjectFile.cpp
parentd1372c378a33dc8daab616edb39426b01f554441 (diff)
downloadllvm-d725f1ce5318f8aca12632d3b7cfb3a5968e5d37.zip
llvm-d725f1ce5318f8aca12632d3b7cfb3a5968e5d37.tar.gz
llvm-d725f1ce5318f8aca12632d3b7cfb3a5968e5d37.tar.bz2
[clang-tidy] Use vfs::FileSystem when getting config
The config providers that look for configuration files currently take a pointer to a FileSystem in the constructor. For some reason this isn't actually used when trying to read those configuration files, Essentially it just follows the behaviour of the real filesystem. Using clang-tidy standalone this doesn't cause any issue. But if its used as a library and the user wishes to use say an `InMemoryFileSystem` it will try to read the files from the disc instead. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D90992
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions