]> granicus.if.org Git - clang/commit
Build an appropriate (albeit trivial) TypeSourceInfo for a destructor name, so
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 22 Jan 2014 00:30:17 +0000 (00:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 22 Jan 2014 00:30:17 +0000 (00:30 +0000)
commitdbcfdd6382ae829ff9f9758347144e40e179ee71
treec45e46bceba126e17970a847118bb7f9f2202ed2
parentf2af1730519be7c1742a0e78c1b7d83bcfbeb8b7
Build an appropriate (albeit trivial) TypeSourceInfo for a destructor name, so
AST consumers can determine where the destructor name was written. Patch by
Olivier Goffart!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199779 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/sourceranges.cpp