[PATCH] add __attribute__ no_uninitialized_checks. Map no_uninitialized_checks/no_thread_safety_analysis to LLVM function attributes.
Dmitri Gribenko
gribozavr at gmail.com
Tue Feb 12 08:44:45 PST 2013
================
Comment at: test/SemaCXX/attr-no-address-safety-analysis.cpp:19
@@ +18,3 @@
+ return x;
+};
+
----------------
Extra semicolon here.
================
Comment at: test/SemaCXX/attr-no-uninitialized-checks.cpp:19
@@ +18,3 @@
+ return x;
+};
+
----------------
Extra semicolon here.
http://llvm-reviews.chandlerc.com/D390
More information about the cfe-commits
mailing list