| commit | 833ed943d643b8c5a889a8fe1a3486a41201458c | [log] [tgz] |
|---|---|---|
| author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | Tue Jul 15 02:21:41 2014 +0000 |
| committer | Ehsan Akhgari <ehsan.akhgari@gmail.com> | Tue Jul 15 02:21:41 2014 +0000 |
| tree | 33547a15e314e3f9c303c139d006efa03cf3c335 | |
| parent | ca3976f7aef49af78926ff542809e28c2eac22f1 [diff] |
Don't get confused on the number of braces when braces start after the first __asm Summary: Without this, we would not consume the closing brace which would cause the parser to start consuming C++ and bad things would happen. Reviewers: majnemer Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D4505 llvm-svn: 213032