[all-commits] [llvm/llvm-project] e36076: [clang] Add nomerge function attribute to clang
ZequanWu via All-commits
all-commits at lists.llvm.org
Thu May 21 17:07:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e36076ee3a2ebc6013372d9b71e6bb09e8612366
https://github.com/llvm/llvm-project/commit/e36076ee3a2ebc6013372d9b71e6bb09e8612366
Author: Zequan Wu <zequanwu at google.com>
Date: 2020-05-21 (Thu, 21 May 2020)
Changed paths:
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/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/Sema/SemaStmtAttr.cpp
A clang/test/CodeGen/attr-nomerge.cpp
A clang/test/Sema/attr-nomerge.cpp
Log Message:
-----------
[clang] Add nomerge function attribute to clang
Differential Revision: https://reviews.llvm.org/D79121
More information about the All-commits
mailing list