]> granicus.if.org Git - clang/commit
Add a FIXME for an unfortunate issue in ConvertBackendLocation()
authorAlp Toker <alp@nuanti.com>
Fri, 27 Jun 2014 06:02:00 +0000 (06:02 +0000)
committerAlp Toker <alp@nuanti.com>
Fri, 27 Jun 2014 06:02:00 +0000 (06:02 +0000)
commit602e633a37d50865953ffcc41b0520edc58778a8
tree8de8898e338022c508a1a2d45c1ab3ae14dea2f5
parent3f48d22b9ea26f03a28b54cb3c4bcd920b3496a7
Add a FIXME for an unfortunate issue in ConvertBackendLocation()

This function is copying the entire file contents into memory repeatedly and
allocating new file IDs *each time* a source location is processed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211874 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenAction.cpp