[all-commits] [llvm/llvm-project] fb0f72: [Clang] Make nomerge attribute a function attribut...
ZequanWu via All-commits
all-commits at lists.llvm.org
Thu Dec 17 07:51:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fb0f7288051eb2745bb9211306f53ff9aa6f73e2
https://github.com/llvm/llvm-project/commit/fb0f7288051eb2745bb9211306f53ff9aa6f73e2
Author: Zequan Wu <zequanwu at google.com>
Date: 2020-12-17 (Thu, 17 Dec 2020)
Changed paths:
M clang/include/clang/AST/Attr.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/test/CodeGen/attr-nomerge.cpp
M clang/test/Misc/pragma-attribute-supported-attributes-list.test
M clang/test/Sema/attr-nomerge.cpp
M clang/utils/TableGen/ClangAttrEmitter.cpp
M llvm/include/llvm/IR/Attributes.td
Log Message:
-----------
[Clang] Make nomerge attribute a function attribute as well as a statement attribute.
Differential Revision: https://reviews.llvm.org/D92800
More information about the All-commits
mailing list