This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from c8fb489 Always rerun all tests on Windows. new 5826a88 Removed the m_decl_objects map from ClangASTContext.
The 1 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 | 7 ------- include/lldb/Symbol/CompilerDecl.h | 6 ------ include/lldb/Symbol/GoASTContext.h | 11 ----------- include/lldb/Symbol/JavaASTContext.h | 6 ------ include/lldb/Symbol/TypeSystem.h | 6 ------ .../inlines/TestRedefinitionsInInlines.py} | 2 +- packages/Python/lldbsuite/test/lang/c/inlines/main.c | 19 +++++++++++++++++++ .../ExpressionParser/Clang/ClangExpressionDeclMap.cpp | 11 ++++++++++- .../Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp | 8 ++++++++ source/Symbol/ClangASTContext.cpp | 18 ------------------ source/Symbol/CompilerDecl.cpp | 6 ------ source/Symbol/JavaASTContext.cpp | 11 ----------- source/Symbol/Variable.cpp | 9 +-------- 13 files changed, 39 insertions(+), 81 deletions(-) copy packages/Python/lldbsuite/test/lang/{cpp/const_this/TestConstThis.py => c/inl [...] create mode 100644 packages/Python/lldbsuite/test/lang/c/inlines/main.c