aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2022-08-31 18:00:18 -0700
committerJim Ingham <jingham@apple.com>2022-08-31 18:00:18 -0700
commita2670b92a2542a9bb889db81ba0cf5a21b3240ee (patch)
tree5acc502d751664147be197625d5bbdba474e8a88 /clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
parent23ce683eea358f0cf82ef51692bba6c86ffcf4a8 (diff)
downloadllvm-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