diff options
author | Petr Hosek <phosek@chromium.org> | 2017-12-21 20:51:16 +0000 |
---|---|---|
committer | Petr Hosek <phosek@chromium.org> | 2017-12-21 20:51:16 +0000 |
commit | 016d18c61ab09552caa3b1ee7a47774b8d336802 (patch) | |
tree | 5f6bae0ad7830c894ef5a1176e7e2441fa87a1f7 /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py | |
parent | f391db52284c655a891c2c06787ea4e58ea7ef6a (diff) | |
download | bcm5719-llvm-016d18c61ab09552caa3b1ee7a47774b8d336802.tar.gz bcm5719-llvm-016d18c61ab09552caa3b1ee7a47774b8d336802.zip |
[sanitizer] Make function declarations C-compatible
The public sanitizer headers are intended to be usable from either
C++ or C, but they declare no-argument functions with the syntax that
is not a proper prototype declaration in C. This goes unnoticed until
someone uses -Wsystem-headers.
Patch By: mcgrathr
Reviewers: phosek, vitalybuka
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D41475
llvm-svn: 321305
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions