]> granicus.if.org Git - clang/commit
PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclarator
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 24 Oct 2012 23:51:56 +0000 (23:51 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 24 Oct 2012 23:51:56 +0000 (23:51 +0000)
commite925322569cb4aad26cc62036a13e2d3daed862d
tree7ffb6a15c43743ce99d15100b466c59a4d872de5
parent4c0c7e86645dfa1719d17d70e009ab49347aba62
PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclarator
rebuilds a function type, and that function type has parens around its name.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166644 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaType.cpp
test/SemaCXX/constant-expression-cxx11.cpp
test/SemaCXX/function-type-qual.cpp