We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec8e00 commit 3a77056Copy full SHA for 3a77056
clang-tools-extra/clang-tidy/abseil/UncheckedStatusOrAccessCheck.h
@@ -10,7 +10,7 @@ namespace clang::tidy::abseil {
10
// assuring that it contains a value.
11
//
12
// For details on the dataflow analysis implemented in this check see:
13
-// http://google3/devtools/cymbal/nullability/statusor
+// clang/lib/Analysis/FlowSensitive/Models/UncheckedStatusOrAccessModel.cpp
14
class UncheckedStatusOrAccessCheck : public ClangTidyCheck {
15
public:
16
using ClangTidyCheck::ClangTidyCheck;
0 commit comments