Skip to content
Commit e5c0a9ba authored by Ted Kremenek's avatar Ted Kremenek
Browse files

When warning about unsafe uses of dispatch_once, specially handle the

crazy case where dispatch_once gets redefined as a macro that calls
_dispatch_once (which calls the real dispatch_once).  Users want to
see the warning in their own code.

Fixes <rdar://problem/11617767>

llvm-svn: 163816
parent 3effe81b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment