Skip to content

Commit 3a77056

Browse files
committed
change
Created using spr 1.3.7
1 parent 1ec8e00 commit 3a77056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-tidy/abseil/UncheckedStatusOrAccessCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace clang::tidy::abseil {
1010
// assuring that it contains a value.
1111
//
1212
// For details on the dataflow analysis implemented in this check see:
13-
// http://google3/devtools/cymbal/nullability/statusor
13+
// clang/lib/Analysis/FlowSensitive/Models/UncheckedStatusOrAccessModel.cpp
1414
class UncheckedStatusOrAccessCheck : public ClangTidyCheck {
1515
public:
1616
using ClangTidyCheck::ClangTidyCheck;

0 commit comments

Comments
 (0)