]> granicus.if.org Git - clang/commit
Extend the error of invalid token after declarations to include fixits for
authorRichard Trieu <rtrieu@google.com>
Thu, 19 Jan 2012 22:01:51 +0000 (22:01 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 19 Jan 2012 22:01:51 +0000 (22:01 +0000)
commitfcaf27e185695bdf755e202aeba9632e0a8ef3c6
tree92e589aff6c75dcedfa1385163d787e7fc0749cf
parent65eccf007d1275f571f596ca68c9ad6abc906c46
Extend the error of invalid token after declarations to include fixits for
!=, %=, ^=, &=, *=, -=, |=, /=, <<=, <=, >=, and >>= to =.

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