[PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 22 12:04:28 PDT 2016
EricWF added a comment.
I don't actually understand this change. This test should compile with or without "-Wthread-safety" warning. This test doesn't actually turn the annotations on, that's the point. If annotations were actually enabled this test would fail to compile.
Could you explain the error your seeing here?
http://reviews.llvm.org/D18347
More information about the cfe-commits
mailing list