]> granicus.if.org Git - clang/commit
Spell empty StringRef correctly (0 is a null StringRef, which is not the same).
authorDaniel Dunbar <daniel@zuster.org>
Thu, 12 Nov 2009 18:40:12 +0000 (18:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 12 Nov 2009 18:40:12 +0000 (18:40 +0000)
commitad5757f798b08f24942f093c4ac8b9fc2b527d39
tree5a35ecc3e68ee91eed5ee50ceeefecbaa81f6dec
parentcaddba07f82096ee0d0a0312727d4418ee7a8d36
Spell empty StringRef correctly (0 is a null StringRef, which is not the same).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@87011 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/CodeCompleteConsumer.h
lib/Sema/CodeCompleteConsumer.cpp