| commit | ec9d3f779a2265a07ca9ce7ad472f03528318972 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sat Mar 14 16:47:37 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sat Mar 14 16:47:37 2015 +0000 |
| tree | f3b83541878386fe23036bd677be05a634c40989 | |
| parent | dfb9790a3d9564819c9b529c19675300e20d461f [diff] |
Recover the ability to 'b CheckFailed' after r231577 Given that the stated purpose of `CheckFailed()` is to provide a nice spot for a breakpoint, it'd be nice not to have to use a regex to break on it. Recover the ability to simply use `b CheckFailed` by specializing the message-only version, and by changing the variadic version to call into the message-only version. llvm-svn: 232268