OSDN Git Service

[libc][WrapperGen] Replace the C _Noreturn annotation with C++ [[noreturn]].
authorSiva Chandra Reddy <sivachandra@google.com>
Fri, 6 Nov 2020 01:07:17 +0000 (17:07 -0800)
committerSiva Chandra Reddy <sivachandra@google.com>
Fri, 6 Nov 2020 19:37:48 +0000 (11:37 -0800)
commit573ade4bef005a36dc02f2df0b3fcb57ef7b6a72
treed15dd2c59b49b36f9e39aa45872d5f57b0d1b320
parent85f4be09124cc53e1a18a884ac7caf19988ab2a5
[libc][WrapperGen] Replace the C _Noreturn annotation with C++ [[noreturn]].

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D90900
libc/utils/tools/WrapperGen/Main.cpp