[lldb] Add test for calling const functions
authorRaphael Isemann <teemperor@gmail.com>
Thu, 6 Feb 2020 09:52:30 +0000 (10:52 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 6 Feb 2020 13:28:06 +0000 (14:28 +0100)
commit0ea20ebf2d46072c36a0be49fdf4061480a42206
tree06e15f3057a1db132e31d8dfb0a8701af844ee7c
parent89a66474b6c1e5843c3dbc96bde52e5a7076c6cc
[lldb] Add test for calling const functions
lldb/packages/Python/lldbsuite/test/lang/cpp/function-qualifiers/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/function-qualifiers/TestCppFunctionQualifiers.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/function-qualifiers/main.cpp [new file with mode: 0644]