summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2012-01-18 22:54:52 +0000
committerRichard Trieu <rtrieu@google.com>2012-01-18 22:54:52 +0000
commitc64d3230d2f37014b9419e1555c9bca22c45634d (patch)
tree46e53e5fd0c83049cf3a7327dd2a0285d7916e56 /llvm/lib
parent94298a906a2fcab80dee68f63e0657c9008dd27a (diff)
downloadbcm5719-llvm-c64d3230d2f37014b9419e1555c9bca22c45634d.tar.gz
bcm5719-llvm-c64d3230d2f37014b9419e1555c9bca22c45634d.zip
Change the error when a '+=' follows a declaration to suggest a fixit to '=' instead of just suggesting a ';'.
Old error: plusequaldeclare1.cc:3:8: error: expected ';' at end of declaration int x += 6; ^ ; New error: plusequaldeclare1.cc:3:9: error: invalid '+=' at end of declaration; did you mean '='? int x += 6; ^~ = llvm-svn: 148433
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud