Skip to content

Commit c7f7fa4

Browse files
committed
Trivial: update clang thread-safety docs url
1 parent 2070a54 commit c7f7fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/threadsafety.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// TL;DR Add GUARDED_BY(mutex) to member variables. The others are
1111
// rarely necessary. Ex: int nFoo GUARDED_BY(cs_foo);
1212
//
13-
// See http://clang.llvm.org/docs/LanguageExtensions.html#threadsafety
13+
// See https://clang.llvm.org/docs/ThreadSafetyAnalysis.html
1414
// for documentation. The clang compiler can do advanced static analysis
1515
// of locking when given the -Wthread-safety option.
1616
#define LOCKABLE __attribute__((lockable))

0 commit comments

Comments
 (0)