forked from OSchip/llvm-project
Updating a link in the comments; no functional change.
llvm-svn: 185013
This commit is contained in:
parent
c3114b3341
commit
fcd5b7e76e
|
@ -10,8 +10,8 @@
|
|||
// A intra-procedural analysis for thread safety (e.g. deadlocks and race
|
||||
// conditions), based off of an annotation system.
|
||||
//
|
||||
// See http://clang.llvm.org/docs/LanguageExtensions.html#threadsafety for more
|
||||
// information.
|
||||
// See http://clang.llvm.org/docs/LanguageExtensions.html#thread-safety-annotation-checking
|
||||
// for more information.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue