]> granicus.if.org Git - clang/commit
Avoid getNameAsCString when the decl doesn't have a name.
authorMike Stump <mrs@apple.com>
Tue, 17 Feb 2009 23:25:52 +0000 (23:25 +0000)
committerMike Stump <mrs@apple.com>
Tue, 17 Feb 2009 23:25:52 +0000 (23:25 +0000)
commit190506199ebbfe9bf33c1b4410c7aecd7f348ab1
tree42ba10783171a5c311f64e15e80bfbd8a21f3a41
parentc87a282e7b80c055088fc51bdbe8fc73da64d4f8
Avoid getNameAsCString when the decl doesn't have a name.
Build of the parm list with the iterator, not end().

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