summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/nested.cpp
diff options
context:
space:
mode:
authorAndrey Bokhanko <andreybokhanko@gmail.com>2016-05-26 10:06:01 +0000
committerAndrey Bokhanko <andreybokhanko@gmail.com>2016-05-26 10:06:01 +0000
commit67a4186ee688c4fe013a45af83abaf6ba5172419 (patch)
treebe2437143a99bf8eb0cebd39506ac0655c9a39b8 /lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/nested.cpp
parent57446efaa9d27a91d282c8d72d4d6abe54685d89 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud