diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-06-17 10:52:18 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-06-17 10:52:18 +0000 |
commit | 355094ef06a3d47f0600e85744f6e995706b12d3 (patch) | |
tree | 7c1dca82960f9eb1a22f3a8505c9f527c5dc94b4 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | fa533e7652fc3d41f9ccb4499ddee4deeb81a298 (diff) | |
download | llvm-355094ef06a3d47f0600e85744f6e995706b12d3.zip llvm-355094ef06a3d47f0600e85744f6e995706b12d3.tar.gz llvm-355094ef06a3d47f0600e85744f6e995706b12d3.tar.bz2 |
Make sure parens/braces/brackets are correctly balanced.
In a line like:
(;
the semicolon leaves Parser:ParenCount unbalanced (it's 1 even though we stopped looking for a right paren).
This may affect later parsing and result in bad recovery for parsing errors.
llvm-svn: 106213
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions