Fix bug where annotate tokens was not working for BinaryTypeTraitExpr.
commite57801f58c115f80352adfe66086c6dd163e415e
authorFrancois Pichet <pichet2000@gmail.com>
Wed, 8 Dec 2010 09:11:05 +0000 (8 09:11 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Wed, 8 Dec 2010 09:11:05 +0000 (8 09:11 +0000)
tree318876e275fb368d9f633979ab3263e3d05167ef
parent98e94456d7738dc06b20227e0ca941ee163c6057
Fix bug where annotate tokens was not working for BinaryTypeTraitExpr.
CIndex's EnqueueVisitor must visit elements backward apparently.

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