| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This was broken because of a malformed check line. Incidentally,
this exposed a case where we crash when we should just be returning
an error, so we should fix that. The demangler shouldn't crash due
to user input.
llvm-svn: 339466
|
|
|
|
|
|
|
|
| |
Something here causes an assertion failure that killed a bunch of bots.
Example:
http://lab.llvm.org:8011/builders/reverse-iteration/builds/7021/steps/check_all/logs/stdio
llvm-svn: 339463
|
|
|
|
|
|
|
|
| |
The mangled names were added in the original commit, but
the demangled equivalents weren't, so nothing was actually
being checked.
llvm-svn: 339450
|
|
These were completely broken before. We need to handle
the 'B' operator tag.
llvm-svn: 339436
|