| commit | b3a2d04edd49f323fb7fd2429ddf23a5c4d085ea | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Feb 20 23:45:49 2017 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Feb 20 23:45:49 2017 +0000 |
| tree | 8bbf42aa10720ea37df4bf845c3380b56b2e7f3c | |
| parent | e8beaff021f3f455cb28d4d8cc841934ea2bdb24 [diff] |
Sema: use PropertyDecl for property selector Using the constructed name for the class properties with dot syntax may yield an inappropriate selector (i.e. if it is specified via property attributes). Prefer the declaration for the selector, falling back to the constructed name otherwise. Patch by David Herzka! llvm-svn: 295683