]> granicus.if.org Git - clang/commit
[libclang] Attribute visitation happens out-of-source-order, make sure
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 8 Feb 2013 01:12:25 +0000 (01:12 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 8 Feb 2013 01:12:25 +0000 (01:12 +0000)
commita86b37e223a21647175619096e67d0f650add351
treebf561a16a19aa01e260977326a43ca9691f12eb8
parentf21107b95a65db82f3295fd166074b5a59dfb1a7
[libclang] Attribute visitation happens out-of-source-order, make sure
we annotate properly when there is an attribute and not skip type specs
if the attribute is after the declaration.

rdar://13129077

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