summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c/FatalErrorHandler.h
Commit message (Collapse)AuthorAgeFilesLines
* Wrap C APIs with pragmas enforcing -Werror=strict-prototypesDuncan P. N. Exon Smith2019-11-191-6/+5
| | | | | | | | | Force `-Werror=strict-prototypes` so that C API tests fail to compile if we add a non-prototype declaration. This should help avoid regressions like bddecba4b333f7772029b4937d2c34f9f2fda6ca was fixing. https://reviews.llvm.org/D70285 rdar://problem/57203137
* Correct function declarations; NFC.Aaron Ballman2019-09-301-2/+2
| | | | | | 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. llvm-svn: 373213
* [libclang] Expose abort()-ing LLVM fatal error handlerJan Korous2019-09-121-0/+33
Differential Revision: https://reviews.llvm.org/D66775 llvm-svn: 371787
OpenPOWER on IntegriCloud