]> granicus.if.org Git - clang/commit
Reject virt-specifiers on friend declarations. Give anonymous bitfields a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 12 Aug 2014 00:22:39 +0000 (00:22 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 12 Aug 2014 00:22:39 +0000 (00:22 +0000)
commitb9df04cac948df5d547ac453ec26e493eef2986d
tree4c4ae281e455ff24d48e4a85ca0e91f94b1942f5
parent444d8c4517ce4f74b52d64cf168bf1b7850ec7f7
Reject virt-specifiers on friend declarations. Give anonymous bitfields a
location so their diagnostics have somewhere to point.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215416 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
test/Parser/cxx-class.cpp