llvm-project/clang/include
Oren Ben Simhon 57cc1a5d77 Added Control Flow Protection Flag
Cf-protection is a target independent flag that instructs the back-end to instrument control flow mechanisms like: Branch, Return, etc.
For example in X86 this flag will be used to instrument Indirect Branch Tracking instructions.

Differential Revision: https://reviews.llvm.org/D40478

Change-Id: I5126e766c0e6b84118cae0ee8a20fe78cc373dea
llvm-svn: 322063
2018-01-09 08:53:59 +00:00
..
clang Added Control Flow Protection Flag 2018-01-09 08:53:59 +00:00
clang-c [libclang] Support querying whether a declaration is invalid 2018-01-04 10:59:50 +00:00
CMakeLists.txt