[PATCH] D41880: Adding nocf_check attribute for cf-protection fine tuning

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 17 06:34:23 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL327768: Adding nocf_check attribute for cf-protection fine tuning (authored by orenb, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41880?vs=136235&id=138816#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D41880

Files:
  cfe/trunk/include/clang/AST/Type.h
  cfe/trunk/include/clang/Basic/Attr.td
  cfe/trunk/include/clang/Basic/AttrDocs.td
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/include/clang/Basic/LangOptions.def
  cfe/trunk/include/clang/CodeGen/CGFunctionInfo.h
  cfe/trunk/include/clang/Sema/Sema.h
  cfe/trunk/lib/AST/ASTContext.cpp
  cfe/trunk/lib/AST/Type.cpp
  cfe/trunk/lib/AST/TypePrinter.cpp
  cfe/trunk/lib/CodeGen/CGCall.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/lib/Sema/SemaDeclAttr.cpp
  cfe/trunk/lib/Sema/SemaType.cpp
  cfe/trunk/lib/Serialization/ASTReader.cpp
  cfe/trunk/lib/Serialization/ASTWriter.cpp
  cfe/trunk/test/CodeGen/attributes.c
  cfe/trunk/test/CodeGen/cetintrin.c
  cfe/trunk/test/CodeGen/x86-cf-protection.c
  cfe/trunk/test/Misc/pragma-attribute-supported-attributes-list.test
  cfe/trunk/test/Sema/attr-nocf_check.c
  cfe/trunk/test/Sema/attr-nocf_check.cpp
  cfe/trunk/test/Sema/nocf_check_attr_not_allowed.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41880.138816.patch
Type: text/x-patch
Size: 29639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180317/327b1780/attachment.bin>


More information about the llvm-commits mailing list