]> granicus.if.org Git - clang/commit
Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit hints
authorEhsan Akhgari <ehsan.akhgari@gmail.com>
Tue, 24 Mar 2015 13:02:50 +0000 (13:02 +0000)
committerEhsan Akhgari <ehsan.akhgari@gmail.com>
Tue, 24 Mar 2015 13:02:50 +0000 (13:02 +0000)
commit49079d45966a3f57cd82edb35bde2e8e88fccf40
treefac218b71ad38edf84bedbd934188fe84f6d4620
parent2131e63e2fdff7c831ab3bfe31facf2e3ebab03d
Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit hints

Summary: Follow-up to the fix of PR22075.

Reviewers: rsmith

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D7012

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