]> granicus.if.org Git - clang/commit
When traversing an InitListExpr, there may not be a syntactic form;
authorDouglas Gregor <dgregor@apple.com>
Fri, 17 Sep 2010 20:26:51 +0000 (20:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 17 Sep 2010 20:26:51 +0000 (20:26 +0000)
commit692577cd3005922d9657a85c92e3fd68b50ddea1
tree1e6bd5e9140cd8ba2dc4b90e60cf959a9f2576d2
parent7433fedce98a58341d0f30c2e12e8d53f3bba575
When traversing an InitListExpr, there may not be a syntactic form;
check for NULL and visit the InitListExpr we have if there is no
syntactic form.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114203 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/index-templates.cpp
tools/libclang/CIndex.cpp