-
- Downloads
[libclang] For getDeclFromExpr in CIndex.cpp, associate the decl of
a DeclRefExpr, MemberExpr, etc. with a CastExpr if it is ImplicitCast, since the implicit cast is the one that is invisible in source code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139547 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- test/Index/annotate-tokens.c 3 additions, 3 deletionstest/Index/annotate-tokens.c
- test/Index/annotate-tokens.m 6 additions, 6 deletionstest/Index/annotate-tokens.m
- test/Index/blocks.c 1 addition, 1 deletiontest/Index/blocks.c
- test/Index/c-index-api-loadTU-test.m 1 addition, 1 deletiontest/Index/c-index-api-loadTU-test.m
- test/Index/c-index-getCursor-test.m 1 addition, 1 deletiontest/Index/c-index-getCursor-test.m
- test/Index/load-stmts.cpp 4 additions, 2 deletionstest/Index/load-stmts.cpp
- test/Index/recursive-cxx-member-calls.cpp 8 additions, 8 deletionstest/Index/recursive-cxx-member-calls.cpp
- tools/libclang/CIndex.cpp 4 additions, 1 deletiontools/libclang/CIndex.cpp
Loading
Please register or sign in to comment