]> granicus.if.org Git - clang/commit
Simple parsing of exception specifications, with no semantic analysis yet
authorDouglas Gregor <dgregor@apple.com>
Tue, 25 Nov 2008 03:22:00 +0000 (03:22 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 25 Nov 2008 03:22:00 +0000 (03:22 +0000)
commit0fe7bea6fca9737c6c145aaa4a2ad3abe595782a
tree1893e68a51bdfc718d32d7e2609596070cf86e89
parent661fc39abc5338e9dccd2f64467cac8bbe25c46a
Simple parsing of exception specifications, with no semantic analysis yet

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60005 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
test/Parser/cxx-exception-spec.cpp [new file with mode: 0644]