]> granicus.if.org Git - clang/commit
Parse all kinds of declarations as part of a linkage-specification,
authorDouglas Gregor <dgregor@apple.com>
Tue, 24 Aug 2010 14:14:45 +0000 (14:14 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 24 Aug 2010 14:14:45 +0000 (14:14 +0000)
commit09a63c97b95eb4dc6fd6b2323929e8cf12af03ff
tree5b178df0835c72826c68a9930e02ced2eef12381
parentfbce0e1d582f10d890111d8d27f6e88055be6422
Parse all kinds of declarations as part of a linkage-specification,
from Francois Pichet! Fixes PR7754.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111912 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseDeclCXX.cpp
lib/Parse/Parser.cpp
test/SemaCXX/linkage-spec.cpp