]> granicus.if.org Git - clang/commit
Improve some comments, shrink FunctionType::ExtInfo, and fix a bug found
authorJohn McCall <rjmccall@apple.com>
Tue, 14 Dec 2010 16:45:57 +0000 (16:45 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 14 Dec 2010 16:45:57 +0000 (16:45 +0000)
commit373920bd733b1d28fe7bf209945a62eb9248d948
treef344c1a2b2214aafa8bb03b05b4be4d4a4819652
parentd3b227dda90272b0076720077314250e3b222667
Improve some comments, shrink FunctionType::ExtInfo, and fix a bug found
by valgrind where we were doing the wrong thing in the presence of invalid
exception specs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121770 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/Sema/SemaType.cpp