Commit
4faec5e01ad1d39d0fb7cab47a96f196b3c5685b
by lawrence_dannaTestFileHandle.py: fix for Python 3.6 Summary: Python 3.6 stringifies exceptions as `ExceptionClass("foo",)` instead of `ExceptionClass("foo")`. This patch makes the test assertions a little more flexible so the test passes anyway. Reviewers: JDevlieghere, jasonmolenda, labath Reviewed By: labath Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D68745 llvm-svn: 374417
|
 | lldb/packages/Python/lldbsuite/test/python_api/file_handle/TestFileHandle.py |
Commit
377fcf61b65262ca3dfa45ba921e69a260dd58d5
by rnkFix one more clang test which didn't have \5C in it llvm-svn: 374418
|
 | clang/test/CoverageMapping/abspath.cpp |
Commit
30a96d3fcb764e078208110f6c09ea5a8a102914
by efriedma[ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2. Just running -fsyntax-only over arm_neon.h doesn't cover some intrinsics which are defined using macros. Add more test coverage for that. arm-neon-header.c wasn't checking the full set of available NEON target features; change the target architecture of the test to account for that. Fix the generator for arm_neon.h to generate casts in more cases where they are necessary. Fix VFMLAL_LOW etc. to express their signatures differently, so the builtins have the expected type. Maybe the TableGen backend should detect intrinsics that are defined the wrong way, and produce an error. The rules here are sort of strange. Differential Revision: https://reviews.llvm.org/D68743 llvm-svn: 374419
|
 | clang/test/CodeGen/arm_neon_intrinsics.c |
 | clang/test/CodeGen/aarch64-neon-intrinsics.c |
 | clang/include/clang/Basic/arm_neon.td |
 | clang/utils/TableGen/NeonEmitter.cpp |
 | clang/test/Headers/arm-neon-header.c |