diff options
author | Etienne Bergeron <etienneb@google.com> | 2016-04-05 01:46:26 +0000 |
---|---|---|
committer | Etienne Bergeron <etienneb@google.com> | 2016-04-05 01:46:26 +0000 |
commit | 1562f69febe074859bf29703587e5cfac7d119fa (patch) | |
tree | 578b08d54ba160097e97af36f9bbac2e9fd86e6d /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | 009ec085db1f1a6d1f17149cca0e67eefd63397c (diff) | |
download | bcm5719-llvm-1562f69febe074859bf29703587e5cfac7d119fa.tar.gz bcm5719-llvm-1562f69febe074859bf29703587e5cfac7d119fa.zip |
[Support] Fix an invalid character escaping in string literal (unittest).
Summary:
A character within a string literal is not escaped correctly.
In this case, there is no semantic change because the invalid character turn out to be NUL anyway.
note: "\0x12" is equivalent to {0, 'x', '1', '2'} and not { 12 }.
This issue was found by clang-tidy.
Reviewers: rnk
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D18747
llvm-svn: 265376
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions