]> granicus.if.org Git - clang/commit
[index] Create different USR if a property is a class property.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 15 Jul 2016 22:18:19 +0000 (22:18 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 15 Jul 2016 22:18:19 +0000 (22:18 +0000)
commit51856a5426575f4c87c5233625cfc8123e4300f3
tree52d54f0b56463c3154d41aeee5d13aad94491a84
parent97fe2e8a4faa9cca9cee1f31a74acbb52d19ce0a
[index] Create different USR if a property is a class property.

Avoids USR conflicts between class & instance properties of the same name.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275630 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/USRGeneration.h
lib/Index/USRGeneration.cpp
test/Index/index-decls.m
tools/libclang/CIndexUSRs.cpp