aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorFelipe de Azevedo Piovezan <fpiovezan@apple.com>2024-08-23 13:09:31 -0700
committerGitHub <noreply@github.com>2024-08-23 13:09:31 -0700
commit8b4147d14c460f8886e882db48361d4c101917d7 (patch)
treeec1c185e806e9e32c7a07b47a1d3e83e13fc8341 /clang/lib/Frontend/CompilerInvocation.cpp
parentaa61925eace86602ce1da00bda4a993719061df2 (diff)
downloadllvm-8b4147d14c460f8886e882db48361d4c101917d7.zip
llvm-8b4147d14c460f8886e882db48361d4c101917d7.tar.gz
llvm-8b4147d14c460f8886e882db48361d4c101917d7.tar.bz2
[GDBRemote] Fix processing of comma-separated memory region entries (#105873)
The existing algorithm was performing the following comparisons for an `aaa,bbb,ccc,ddd`: aaa\0bbb,ccc,ddd == "stack" aaa\0bbb\0ccc,ddd == "stack" aaa\0bbb\0ccc\0ddd == "stack" Which wouldn't work. This commit just dispatches to a known algorithm implementation.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions