[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)
commita2ed813afd210a8e98f1a2cc0c52a9799e1e66dc
treec4aa272ae9b101e1da49da0bc064f0a1caa3d5e4
parent60e93a63900106cc800597bdab607267c403e337
[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

llvm-svn: 174689
clang/test/Index/IBOutletCollection.m
clang/test/Index/annotate-tokens.c
clang/tools/libclang/CIndex.cpp