diff options
author | Jim Ingham <jingham@apple.com> | 2022-08-31 18:00:18 -0700 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2022-08-31 18:00:18 -0700 |
commit | a2670b92a2542a9bb889db81ba0cf5a21b3240ee (patch) | |
tree | 5acc502d751664147be197625d5bbdba474e8a88 /clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp | |
parent | 23ce683eea358f0cf82ef51692bba6c86ffcf4a8 (diff) | |
download | llvm-a2670b92a2542a9bb889db81ba0cf5a21b3240ee.zip llvm-a2670b92a2542a9bb889db81ba0cf5a21b3240ee.tar.gz llvm-a2670b92a2542a9bb889db81ba0cf5a21b3240ee.tar.bz2 |
Fix a bug in lldb-dotest that was uncovered by setting no value for dotest_args_str.
We were splitting the string, and adding that array to cmd. But split generated
[''] which shows up later on as an empty "test directory search path". That got
extended to the CWD + "" which generally doesn't have any tests, so
lldb-dotest -p SomeRealTest.py
would fail with a no matching tests error.
Differential Revision: https://reviews.llvm.org/D133075
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp')
0 files changed, 0 insertions, 0 deletions