[all-commits] [llvm/llvm-project] 98f315: [clang] Add no_builtin attribute
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Oct 29 07:52:52 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 98f3151a7dded8838fafcb5f46e6c8358def96b8
https://github.com/llvm/llvm-project/commit/98f3151a7dded8838fafcb5f46e6c8358def96b8
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2019-10-29 (Tue, 29 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
This is a re-submit after it got reverted in https://reviews.llvm.org/rGbd8791610948 since the breakage doesn't seem to come from this patch.
More information about the All-commits
mailing list