[PATCH] D52398: Thread safety analysis: Unwrap __builtin_expect in getTrylockCallExpr

Aaron Puchert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 1 17:23:43 PDT 2018


aaronpuchert added a comment.

@delesley Any objections to this?

It's certainly useful for our code base, because our `assert`-like macros use `__builtin_expect`, but I'm not sure if that applies to the general public.


Repository:
  rC Clang

https://reviews.llvm.org/D52398





More information about the cfe-commits mailing list