[all-commits] [llvm/llvm-project] bd8791: [clang] Add no_builtin attribute

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Oct 28 09:30:32 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bd87916109483d33455cbf20da2309197b983cdd
      https://github.com/llvm/llvm-project/commit/bd87916109483d33455cbf20da2309197b983cdd
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    A clang/test/CodeGen/no-builtin.cpp
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    A clang/test/Sema/no-builtin.cpp

  Log Message:
  -----------
  [clang] Add no_builtin attribute

Summary:
This is a follow up on https://reviews.llvm.org/D61634
This patch is simpler and only adds the no_builtin attribute.

Reviewers: tejohnson, courbet, theraven, t.p.northover, jdoerfert

Subscribers: mgrang, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list