tor/src/lib/cc
Nick Mathewson 6c3c94357c Add a fallthrough macro.
This macro defers to __attribute__((fallthrough)) on GCC (and
clang).  Previously we had been using GCC's magic /* fallthrough */
comments, but clang very sensibly doesn't accept those.

Since not all compiler recognize it, we only define it when our
configure script detects that it works.

Part of a fix for 34078.
2020-05-06 15:08:02 -04:00
..
.may_include New script to check includes for modularity violations 2018-06-21 14:05:33 -04:00
compat_compiler.h Add a fallthrough macro. 2020-05-06 15:08:02 -04:00
include.am Move compiler-compatibility headers into their own module 2018-06-21 13:14:14 -04:00
torint.h Bump copyright date to 2019. 2019-01-16 12:32:32 -05:00