This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 1ba48fd23 Revert "[lldb] Use OrcMCJITReplacement rather than MCJIT as t [...] new ef438c1ca CompilerType: Add ability to retrieve an integral template argument
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 | 14 +- include/lldb/Symbol/CompilerType.h | 8 +- include/lldb/Symbol/GoASTContext.h | 6 - include/lldb/Symbol/JavaASTContext.h | 4 - include/lldb/Symbol/OCamlASTContext.h | 6 - include/lldb/Symbol/TypeSystem.h | 10 +- include/lldb/lldb-enumerations.h | 4 +- source/API/SBType.cpp | 28 ++-- source/Plugins/Language/CPlusPlus/LibCxx.cpp | 3 +- .../Language/CPlusPlus/LibCxxInitializerList.cpp | 5 +- source/Plugins/Language/CPlusPlus/LibCxxList.cpp | 3 +- source/Plugins/Language/CPlusPlus/LibCxxMap.cpp | 9 +- .../Language/CPlusPlus/LibCxxUnorderedMap.cpp | 5 +- source/Plugins/Language/CPlusPlus/LibCxxVector.cpp | 3 +- source/Plugins/Language/CPlusPlus/LibStdcpp.cpp | 7 +- source/Symbol/ClangASTContext.cpp | 177 ++++++++++++--------- source/Symbol/CompilerType.cpp | 20 ++- source/Symbol/JavaASTContext.cpp | 7 - source/Symbol/TypeSystem.cpp | 17 ++ unittests/Symbol/TestClangASTContext.cpp | 30 ++-- 20 files changed, 211 insertions(+), 155 deletions(-)