[libclang] Avoid having the cursor of an expression "overwrite" the annotation of the
variable declaration that it belongs to. This can happen for C++ constructor expressions whose range generally include the variable declaration, e.g.: MyCXXClass foo; // Make sure we don't annotate 'foo' as a CallExpr cursor. rdar://9124499. llvm-svn: 133929
Loading
Please register or sign in to comment