]> granicus.if.org Git - clang/commit
Implement checking for template literal operator functions. This
authorSean Hunt <rideau3@gmail.com>
Wed, 7 Apr 2010 23:11:06 +0000 (23:11 +0000)
committerSean Hunt <rideau3@gmail.com>
Wed, 7 Apr 2010 23:11:06 +0000 (23:11 +0000)
commit216c278982ea8dd76d5d7d1ad0dcb39d3c5226e3
tree10009a9c176e2a4fdaf3e8dc2b4995d5beb7ff73
parent19063cda59391f92d1c717d0ca1d2de8ee9dc6fd
Implement checking for template literal operator functions. This
code won't actually get used yet because we don't handle non-type
parameter packs, but when we do, this code should jump in and work.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100716 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp