[clang] Remove FileEntry copy-constructor
authorAlexander Shaposhnikov <shal1t712@gmail.com>
Thu, 20 Oct 2016 21:20:35 +0000 (21:20 +0000)
committerAlexander Shaposhnikov <shal1t712@gmail.com>
Thu, 20 Oct 2016 21:20:35 +0000 (21:20 +0000)
commit476cbf901ba21c900e8d19a7547f0fd587a7492a
treed8980b921bc9469d56e3f9c670b8436ce6c4681b
parentafd7b696587950efffb29b854db82e69caacc8ac
[clang] Remove FileEntry copy-constructor

Code cleanup: address FIXME in the file
include/clang/Basic/FileManager.h and remove
copy-constructor of the class FileEntry.

Test plan: make check-clang

Differential revision: https://reviews.llvm.org/D22712

llvm-svn: 284782
clang/include/clang/Basic/FileManager.h