[all-commits] [llvm/llvm-project] 2b1743: [Index/USRGeneration] Make sure that ObjC properti...
Argyrios Kyrtzidis via All-commits
all-commits at lists.llvm.org
Sat Mar 7 15:07:45 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2b17438a92ea1ea178d9e14219a8e6ba01d4f04d
https://github.com/llvm/llvm-project/commit/2b17438a92ea1ea178d9e14219a8e6ba01d4f04d
Author: Argyrios Kyrtzidis <kyrtzidis at apple.com>
Date: 2020-03-07 (Sat, 07 Mar 2020)
Changed paths:
M clang/lib/Index/USRGeneration.cpp
M clang/test/Index/Core/external-source-symbol-attr.m
Log Message:
-----------
[Index/USRGeneration] Make sure that ObjC properties in categories also get namescoped properly for USR generation
If the property is in a category that has module names from external_declaration property, make sure they are included in the USR.
rdar://59897320
More information about the All-commits
mailing list