[PATCH] D15011: [tsan] Add release+acquire semantics for serial dispatch queues

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 28 02:46:12 PST 2015


dvyukov accepted this revision.
dvyukov added a comment.
This revision is now accepted and ready to land.

> It's clang-format (Google style) doing this. Is there some extra setting I should be using? Should we add it to the .clang-format file we have in lib/tsan?


Ah, OK, I am more than happy with any automatic formatting. Please format it back. Sorry.
I've looked at other .clang-format files, they all are just "BasedOnStyle: Google". It does not make sense to have different rules for tsan.
At some point we need to reformat all tsan sources. I don't want to step on your work, so I can do it later, or you can do it now.


http://reviews.llvm.org/D15011





More information about the llvm-commits mailing list