diff options
| author | Zachary Turner <zturner@google.com> | 2018-07-26 20:25:35 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2018-07-26 20:25:35 +0000 |
| commit | ca7aef10c453437f8a9ddaaa8370f57a5a290b32 (patch) | |
| tree | 808c5a91dd23198582f8ddee30fefd42b05bbe0d /llvm/test/Demangle/ms-mangle.test | |
| parent | f4c451953245d1b01b7c41cd833aaa8b0f9e63e1 (diff) | |
| download | bcm5719-llvm-ca7aef10c453437f8a9ddaaa8370f57a5a290b32.tar.gz bcm5719-llvm-ca7aef10c453437f8a9ddaaa8370f57a5a290b32.zip | |
[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
Diffstat (limited to 'llvm/test/Demangle/ms-mangle.test')
| -rw-r--r-- | llvm/test/Demangle/ms-mangle.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Demangle/ms-mangle.test b/llvm/test/Demangle/ms-mangle.test index 3925a1bfb12..ae251d0952b 100644 --- a/llvm/test/Demangle/ms-mangle.test +++ b/llvm/test/Demangle/ms-mangle.test @@ -82,10 +82,10 @@ ; CHECK: int const *const h2 ?h3@@3QIAHIA -; CHECK: int * __restrict const h3 +; CHECK: int *const __restrict h3 ?h3@@3QEIAHEIA -; CHECK: int * __restrict const h3 +; CHECK: int *const __restrict h3 ?i@@3PAY0BE@HA ; CHECK: int (*i)[20] |

