]> granicus.if.org Git - clang/commit
[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)
commit95e8a8a86651f1ea3e3e0e307d937ddf3de5f61a
treeb4ecd09dc4b3dc195c531a852f41148704c590c7
parent48a39502e883e342ea2b616cb7f57cf3e47ba3f3
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284782 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/FileManager.h