[c++1z] Fix corner case where we could create a function type whose canonical type...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 18 Oct 2016 20:13:25 +0000 (20:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 18 Oct 2016 20:13:25 +0000 (20:13 +0000)
commit304b124a118a5568eac472797afd00bd4b05b49a
tree9b65a17dc34b13ab0bbaa100ca6c6b367b9eb409
parent6e9043009ed79a64a6df648f5c5c5a55bc0cee70
[c++1z] Fix corner case where we could create a function type whose canonical type is not actually canonical.

llvm-svn: 284528
clang/include/clang/AST/ASTContext.h
clang/lib/AST/ASTContext.cpp
clang/test/SemaCXX/cxx1z-noexcept-function-type.cpp