]> granicus.if.org Git - clang/commit
Correct function declarations; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Mon, 30 Sep 2019 14:43:52 +0000 (14:43 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 30 Sep 2019 14:43:52 +0000 (14:43 +0000)
commitbc17e9d2f16c434eb1e8d6800e0d439bbfd1ed0c
tree8f4ee564c1919951957e48532a27759c76e4dbce
parentd24b4c8a8c50ef909f393de848a0383972c78b4c
Correct function declarations; NFC.

This header is included by C code so the functions need to have a prototype. Also, fix the function definitions so that they have C linkage rather than C++ linkage.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373213 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/FatalErrorHandler.h
tools/libclang/FatalErrorHandler.cpp