]> granicus.if.org Git - clang/commit
Visit the children of CXXOperatorCallExprs in source order within
authorDouglas Gregor <dgregor@apple.com>
Thu, 29 Jul 2010 00:26:18 +0000 (00:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 29 Jul 2010 00:26:18 +0000 (00:26 +0000)
commit6cd24e28811a2000a8d99604dd64a77c58245d4c
tree523d1ad6201c61ef0812323abae3f86d079ef943
parent98c2e6248fa4152cd6a6aea9a8d894f7fe21f394
Visit the children of CXXOperatorCallExprs in source order within
libclang, so that clang_annotateTokens() doesn't get confused and miss
annotations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109706 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/annotate-tokens.cpp [new file with mode: 0644]
tools/libclang/CIndex.cpp