diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-08-25 22:24:47 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-08-25 22:24:47 +0000 |
commit | 440f954d6feed2fc47139032ac34a28f7c730e63 (patch) | |
tree | f20092f8650d25cfe0f90c57d9f713df07b1b958 /clang/lib/Frontend/ASTMerge.cpp | |
parent | ed834810bec4aa832140624d39e82803a2816fba (diff) | |
download | bcm5719-llvm-440f954d6feed2fc47139032ac34a28f7c730e63.tar.gz bcm5719-llvm-440f954d6feed2fc47139032ac34a28f7c730e63.zip |
[libclang] Fix getting a cursor that points inside tag definition that is part
of a type specifier.
e.g. for:
typedef struct _MyS {
int foo;
} MyS;
pointing at field 'foo' would give a cursor for the typedef declaration 'MyS'
instead of the field.
llvm-svn: 138593
Diffstat (limited to 'clang/lib/Frontend/ASTMerge.cpp')
0 files changed, 0 insertions, 0 deletions