This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 262ad9ad0 Disable tests in lang/c/shared_lib on Windows new 547748016 "Fix" concurrent events test for arm new 72e4f62ce test: Clean up finalize_build_dictionary new 80257c67b Support scoped enums in the DWARF AST parser
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Symbol/ClangASTContext.h | 3 ++- packages/Python/lldbsuite/test/decorators.py | 7 ------- .../TestConcurrentBreakpointsDelayedBreakpointOneWatchpoint.py | 1 - .../crash_with_watchpoint/TestConcurrentCrashWithWatchpoint.py | 1 - .../TestConcurrentCrashWithWatchpointBreakpointSignal.py | 1 - .../delay_signal_watch/TestConcurrentDelaySignalWatch.py | 1 - .../delay_watch_break/TestConcurrentDelayWatchBreak.py | 1 - .../TestConcurrentDelayedCrashWithBreakpointWatchpoint.py | 1 - .../test/functionalities/thread/concurrent_events/main.cpp | 4 ++-- .../n_watch_n_break/TestConcurrentNWatchNBreak.py | 1 - .../signal_delay_watch/TestConcurrentSignalDelayWatch.py | 1 - .../signal_n_watch_n_break/TestConcurrentSignalNWatchNBreak.py | 1 - .../concurrent_events/signal_watch/TestConcurrentSignalWatch.py | 1 - .../signal_watch_break/TestConcurrentSignalWatchBreak.py | 1 - .../TestConcurrentTwoBreakpointsOneWatchpoint.py | 1 - .../two_watchpoint_threads/TestConcurrentTwoWatchpointThreads.py | 1 - .../TestConcurrentTwoWatchpointsOneBreakpoint.py | 1 - .../TestConcurrentTwoWatchpointsOneDelayBreakpoint.py | 1 - .../TestConcurrentTwoWatchpointsOneSignal.py | 1 - .../concurrent_events/watch_break/TestConcurrentWatchBreak.py | 1 - .../watch_break_delay/TestConcurrentWatchBreakDelay.py | 1 - .../TestConcurrentWatchpointDelayWatchpointOneBreakpoint.py | 1 - .../TestConcurrentWatchpointWithDelayWatchpointThreads.py | 1 - .../lldbsuite/test/lang/cpp/enum_types/TestCPP11EnumTypes.py | 4 ++-- packages/Python/lldbsuite/test/lldbplatformutil.py | 3 +-- source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp | 6 +++++- source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 2 +- source/Symbol/ClangASTContext.cpp | 8 ++++---- 28 files changed, 17 insertions(+), 40 deletions(-)