hanchenye-llvm-project/compiler-rt/include
Petr Hosek 016d18c61a [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
2017-12-21 20:51:16 +00:00
..
sanitizer [sanitizer] Make function declarations C-compatible 2017-12-21 20:51:16 +00:00
xray [XRay][compiler-rt] Implement logging implementation registration 2017-12-05 12:08:56 +00:00
CMakeLists.txt Added a separate install target for compilert-rt-headers 2017-12-15 13:20:13 +00:00