Teach libclang to generate USRs containing parameter packs and pack expansions.
commit7655c583c04012a8c0f6ede9d930417a9240b99d
authorDouglas Gregor <doug.gregor@gmail.com>
Wed, 19 Jan 2011 20:50:07 +0000 (19 20:50 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Wed, 19 Jan 2011 20:50:07 +0000 (19 20:50 +0000)
tree04ff0979e85827cd58b670f207d960eb8746f2a8
parent247ca87b202a858a84201a07523e64b6048bc5ee
Teach libclang to generate USRs containing parameter packs and pack expansions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123848 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/usrs-cxx0x.cpp [new file with mode: 0644]
tools/libclang/CIndexUSRs.cpp