[PATCH] add __attribute__ no_uninitialized_checks. Map no_uninitialized_checks/no_thread_safety_analysis to LLVM function attributes.
Kostya Serebryany
kcc at google.com
Tue Feb 12 02:41:17 PST 2013
Promoted warnings to errors for no_uninitialized_checks and no_address_safety_analysis and added tests
Hi void, eugenis, dvyukov,
http://llvm-reviews.chandlerc.com/D390
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D390?vs=940&id=951#toc
Files:
include/clang/Basic/Attr.td
docs/MemorySanitizer.rst
docs/LanguageExtensions.rst
docs/ThreadSanitizer.rst
lib/Sema/SemaDeclAttr.cpp
lib/CodeGen/CGDeclCXX.cpp
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/uninitialized-checks-attr.cpp
test/CodeGen/thread-safety-attr.cpp
test/SemaCXX/attr-no-uninitialized-checks.cpp
test/SemaCXX/attr-no-address-safety-analysis.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D390.2.patch
Type: text/x-patch
Size: 15205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130212/148cd1ce/attachment.bin>
More information about the cfe-commits
mailing list