summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2012-04-28 16:24:20 +0000
committerChris Lattner <sabre@nondot.org>2012-04-28 16:24:20 +0000
commit70d4498899248bb1fff4ba9f9468cc08907d347d (patch)
tree12326d2493b0fff7784b6a1336d18610b2372d2b /llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
parentf819ae609288e8904c1e772727c0b653805cba20 (diff)
downloadbcm5719-llvm-70d4498899248bb1fff4ba9f9468cc08907d347d.tar.gz
bcm5719-llvm-70d4498899248bb1fff4ba9f9468cc08907d347d.zip
improve error recovery for extra ')'s after a if/switch/while condition. Before:
t.c:3:9: error: expected expression if (x)) { ^ .. which isn't even true - a statement or expression is fine. After: t.c:3:9: error: extraneous ')' after condition, expected a statement if (x)) { ^ This is the second part of PR12595 llvm-svn: 155762
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfoImpls.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud