]> granicus.if.org Git - clang/commit
PR13575: Fix USR mangling for fixed-size arrays
authorJan Korous <jkorous@apple.com>
Mon, 9 Oct 2017 19:51:33 +0000 (19:51 +0000)
committerJan Korous <jkorous@apple.com>
Mon, 9 Oct 2017 19:51:33 +0000 (19:51 +0000)
commit21e1fad25b70e1a6cf1d5f61a2d5c39765a92900
tree669f213cd4da4d3bb4ae83fbea95f0c27c15b675
parenteeec81561818455bedb55441c02ada48207008be
PR13575: Fix USR mangling for fixed-size arrays

Differential Revision: https://reviews.llvm.org/D38643

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315236 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Index/USRGeneration.cpp
test/Index/USR/array-type.cpp [new file with mode: 0644]