]> granicus.if.org Git - clang/commit
Fixup parsing for (throw,throw) and __extension__ throw 1.
authorMike Stump <mrs@apple.com>
Fri, 15 May 2009 21:47:08 +0000 (21:47 +0000)
committerMike Stump <mrs@apple.com>
Fri, 15 May 2009 21:47:08 +0000 (21:47 +0000)
commit6ce0c3981eb2f6000e440f7ea9ad8bb0cd148d0a
tree05c91c06ca9a31476807db855aa9267f316fc3fa
parent4a2e2041edc63db687677325e113b39b9d123c40
Fixup parsing for (throw,throw) and __extension__ throw 1.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71897 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExpr.cpp
test/Parser/cxx-throw.cpp [new file with mode: 0644]