diff options
author | Andrey Bokhanko <andreybokhanko@gmail.com> | 2016-05-26 10:06:01 +0000 |
---|---|---|
committer | Andrey Bokhanko <andreybokhanko@gmail.com> | 2016-05-26 10:06:01 +0000 |
commit | 67a4186ee688c4fe013a45af83abaf6ba5172419 (patch) | |
tree | be2437143a99bf8eb0cebd39506ac0655c9a39b8 /lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/nested.cpp | |
parent | 57446efaa9d27a91d282c8d72d4d6abe54685d89 (diff) | |
download | bcm5719-llvm-67a4186ee688c4fe013a45af83abaf6ba5172419.tar.gz bcm5719-llvm-67a4186ee688c4fe013a45af83abaf6ba5172419.zip |
[MSVC] Support for __unaligned qualifier in functions
This implements support for MS-specific __unaligned qualifier in functions and
makes the following test case both compile and mangle correctly:
struct S {
void f() __unaligned;
};
void S::f() __unaligned {
}
Differential Revision: http://reviews.llvm.org/D20437
llvm-svn: 270834
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/nested.cpp')
0 files changed, 0 insertions, 0 deletions