[MS Demangler] Add ms-arg-qualifiers.test
authorZachary Turner <zturner@google.com>
Thu, 26 Jul 2018 20:25:35 +0000 (20:25 +0000)
committerZachary Turner <zturner@google.com>
Thu, 26 Jul 2018 20:25:35 +0000 (20:25 +0000)
commitca7aef10c453437f8a9ddaaa8370f57a5a290b32
tree808c5a91dd23198582f8ddee30fefd42b05bbe0d
parentf4c451953245d1b01b7c41cd833aaa8b0f9e63e1
[MS Demangler] Add ms-arg-qualifiers.test

This converts the arg qualifier mangling tests from
clang/CodeGenCXX/mangle-ms-arg-qualifiers.cpp to demangling tests.
Most tests already pass, so this patch doesn't come with any
functional change, just the addition of new tests.  The few tests
that don't pass are left in with a FIXME label so that they don't
run but serve as documentation about what still doesn't work.

llvm-svn: 338067
llvm/lib/Demangle/MicrosoftDemangle.cpp
llvm/test/Demangle/ms-arg-qualifiers.test [new file with mode: 0644]
llvm/test/Demangle/ms-mangle.test