]> granicus.if.org Git - clang/commit
We don't need to place 0 in the URL string now that we return a StringRef.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 30 Jan 2010 14:01:39 +0000 (14:01 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 30 Jan 2010 14:01:39 +0000 (14:01 +0000)
commite242d5f5fae8b16cb2d54b9dbb60855d4c67e67d
treec772d67509c9564ec3c0b53eeaf404021f39ab78
parent09f52a696e97d5efc933ed413ddb01d8c537417c
We don't need to place 0 in the URL string now that we return a StringRef.

- URL can go into read only memory now.
- Compilers will fold away all the strstr calls.

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