[PATCH] D77491: [Sema] Introduce BuiltinAttr, per-declaration builtin-ness
Raul Tambre via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 23 10:03:29 PDT 2020
tambre updated this revision to Diff 265872.
tambre marked 4 inline comments as done.
tambre added a comment.
Remove memcpy overload tests from warn-fortify-source.c, which relied on identifier-based builtin identification.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77491/new/
https://reviews.llvm.org/D77491
Files:
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/IdentifierTable.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/Decl.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaLookup.cpp
clang/test/AST/ast-dump-attr.cpp
clang/test/CodeGen/builtin-redeclaration.c
clang/test/CodeGen/callback_pthread_create.c
clang/test/CodeGen/ms-intrinsics.c
clang/test/Sema/implicit-builtin-decl.c
clang/test/Sema/warn-fortify-source.c
clang/test/SemaCXX/cxx11-compat.cpp
clang/test/SemaCXX/warn-unused-local-typedef.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77491.265872.patch
Type: text/x-patch
Size: 17076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200523/b86f0548/attachment-0001.bin>
More information about the cfe-commits
mailing list