Alvin Wong
94778692ad
[clang] Add support for __attribute__((guard(nocf)))
...
To support using Control Flow Guard with mingw-w64, Clang needs to
accept `__declspec(guard(nocf))` also for the GNU target. Since mingw
has `#define __declspec(a) __attribute__((a))` as built-in, the simplest
solution is to accept `__attribute__((guard(nocf)))` to be compatible with
MSVC and Clang's msvc target.
As a side effect, this also adds `[[clang::guard(nocf)]]` for C++.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D132302
2022-08-23 23:39:38 +03:00
..
2022-08-05 10:32:53 +02:00
2022-08-19 09:54:29 +00:00
2021-12-06 12:16:35 +01:00
2022-08-08 09:06:38 -05:00
2022-08-08 12:03:53 -07:00
2022-04-28 21:08:16 -07:00
2022-06-12 22:53:32 +09:00
2022-02-08 14:30:39 -08:00
2021-11-15 09:17:08 +08:00
2022-08-19 09:54:29 +00:00
2022-08-01 13:13:18 -04:00
2022-08-14 15:16:43 +02:00
2022-07-12 15:21:22 +00:00
2022-07-08 14:30:07 -04:00
2021-11-15 09:17:08 +08:00
2022-01-28 11:55:46 -08:00
2022-08-23 12:57:16 +00:00
2022-07-14 01:28:28 -07:00
2022-02-28 12:53:09 -08:00
2021-11-17 13:40:46 +00:00
2022-02-01 23:14:12 -08:00
2021-11-15 09:17:08 +08:00
2021-11-15 09:17:08 +08:00
2022-03-07 22:05:27 +05:30
2022-02-10 15:05:23 -05:00
2021-08-21 12:17:58 -07:00
2022-08-23 17:37:12 +08:00
2021-11-08 08:23:04 -06:00
2022-07-08 11:16:47 -07:00
2022-03-04 13:06:08 -07:00
2022-08-08 09:06:38 -05:00
2022-07-08 11:16:47 -07:00
2021-08-21 12:17:58 -07:00
2022-08-01 13:13:18 -04:00
2022-08-13 22:54:52 +03:00
2022-06-26 19:22:52 +05:30
2022-07-21 13:35:31 -07:00
2022-06-10 10:22:36 +02:00
2021-11-05 08:48:41 -05:00
2022-06-16 09:38:14 -07:00
2022-05-05 17:52:08 +02:00
2022-04-21 14:02:02 -07:00
2022-04-19 21:23:48 +00:00
2021-11-15 09:17:08 +08:00
2022-06-08 23:35:11 +00:00
2022-07-08 11:16:47 -07:00
2022-07-21 15:50:22 -05:00
2021-11-15 09:17:08 +08:00
2022-08-23 23:39:38 +03:00
2022-06-11 10:59:51 -04:00
2021-11-15 09:17:08 +08:00
2022-07-15 10:39:26 -07:00
2021-09-30 07:26:19 +05:30
2021-11-30 15:07:43 -05:00
2021-08-23 12:38:33 +02:00
2022-02-10 15:05:23 -05:00
2022-05-05 17:52:08 +02:00
2022-08-23 14:35:57 -04:00