]> granicus.if.org Git - clang/commit
[libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 3 Dec 2011 03:49:47 +0000 (03:49 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 3 Dec 2011 03:49:47 +0000 (03:49 +0000)
commitd977e6b0eb4c9b57b0aad6e9e0be39cc67b3a8c7
tree1a70d5e0bf7ccad07306284b6eaacd9704cb1b1d
parentdcbb2fb8710459fdc8073b76a4ef73fbbcbeac9f
[libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr.

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