]> granicus.if.org Git - clang/commit
Extend the diagnostic for a ',' at the end of a declaration where a ';' was
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 9 Jan 2012 22:31:44 +0000 (22:31 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 9 Jan 2012 22:31:44 +0000 (22:31 +0000)
commit1c94c16317c1a35c1549e022958188eea2567089
treedf3c9667a969fdc0872a1ca42c5d2c54dd9fba04
parentd1d512a9cd1923566a52e57b7e1e8ae65392f66b
Extend the diagnostic for a ',' at the end of a declaration where a ';' was
intended to cover C++ class definitions.

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