..
anonymous
Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/union
2016-03-10 22:10:59 +00:00
array_types
Move the rest of the tests over to using the new decorator module.
2016-02-04 23:04:17 +00:00
bitfields
Watch out for compilers that generate bad bitfield info. If the bit size of a bitfield member doesn't lie within the bit bounds of the type itself, just leave it out so we don't get clang asserting and killing our IDE when it gets unhappy with the information.
2016-04-29 21:26:46 +00:00
blocks
Import block pointers from DWARF as Clang block pointers, not as structs.
2016-05-02 21:15:31 +00:00
const_variables
Remove expectedFailureWindows decorator.
2016-02-08 19:34:59 +00:00
enum_types
Fix TestEnumTypes.py for 32 bit platforms.
2016-04-29 23:34:44 +00:00
forward
Remove `use_lldb_suite` from the package, and don't import it anymore.
2015-11-03 19:20:39 +00:00
function_types
Remove expectedFailureWindows decorator.
2016-02-08 19:34:59 +00:00
global_variables
Remove expectedFailureWindows decorator.
2016-02-08 19:34:59 +00:00
modules
Fix copy/paste error in TestCModules.
2016-02-10 21:47:36 +00:00
recurse
…
register_variables
Fix TestRegisterVariables.py on Windows
2016-04-26 22:25:40 +00:00
set_values
Remove expectedFailureWindows decorator.
2016-02-08 19:34:59 +00:00
shared_lib
Remove `use_lldb_suite` from the package, and don't import it anymore.
2015-11-03 19:20:39 +00:00
shared_lib_stripped_symbols
Remove expectedFailureWindows decorator.
2016-02-08 19:34:59 +00:00
step-target
Add the "block" keyword to "thread step-in -e", and an alias that uses it: "sif <target function>" - i.e. step-into-function
2016-02-26 01:37:30 +00:00
stepping
Remove expectedFailureFreeBSD decorator
2016-02-19 19:25:03 +00:00
strings
Remove expectedFailureWindows decorator.
2016-02-08 19:34:59 +00:00
struct_types
Remove expectedFailureWindows decorator.
2016-02-08 19:34:59 +00:00
tls_globals
Move the rest of the tests over to using the new decorator module.
2016-02-04 23:04:17 +00:00
typedef
Delete all the xfail / skip decorators for specific compilers.
2016-02-09 21:36:15 +00:00
unions
[DWARFASTParserClang] Start with member offset of 0 for members of union types.
2016-03-10 01:15:17 +00:00