]> granicus.if.org Git - clang/commit
Improve the performance of filename canonicalization by avoiding
authorDouglas Gregor <dgregor@apple.com>
Thu, 3 Feb 2011 00:18:12 +0000 (00:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 3 Feb 2011 00:18:12 +0000 (00:18 +0000)
commitb9d4cb38815fd2173a9f0512dfe2024d61bbcec7
tree381dedc2e56c9953af7761bb171b3fe17cbc6287
parent609e3170841dac81c3b7b6b9eccb9c520e42c9b2
Improve the performance of filename canonicalization by avoiding
redundant searches in the string. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/FileManager.cpp