[PATCH] D67202: Implement Microsoft-compatible mangling for decomposition declarations.
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 4 17:41:55 PDT 2019
thakis added a comment.
Does this pass `ninja check-clang`? If so, can you add a test for the new mangling, based on the manglings in the godbolt example? See `clang/test/CodeGenCXX/mangle-ms-*` for many examples; a new file mangle-ms-cxx20.cpp might be appropriate here. You can run `bin/llvm-lit -vv clang/test/CodeGenCXX/foo.cpp` to run a single lit test for iterating on the local test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67202/new/
https://reviews.llvm.org/D67202
More information about the cfe-commits
mailing list