]> granicus.if.org Git - clang/commit
Implement name mangling for sizeof...(pack), to silence the last of
authorDouglas Gregor <dgregor@apple.com>
Tue, 4 Jan 2011 18:56:13 +0000 (18:56 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 4 Jan 2011 18:56:13 +0000 (18:56 +0000)
commit2e774c4efb24403049f9235c6ce08506cbb8c82a
tree96ab144baac92ba0192d1c0ee31d52db4f5306cb
parentf901a7de97f46ba2b1ff153f9fb83d00dc37cfcf
Implement name mangling for sizeof...(pack), to silence the last of
the switch-enum warnings. Test is forthcoming, once I've dealt with
some template argument deduction issues.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122820 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/Mangle.cpp